pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb-netbsd: Don't pretend to support minidump as of now
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Mar 29 03:45:19 2017 +0200
Changeset: 18578fa802c163a6b31016c3624c1fb8da746132
Modified Files:
lldb-netbsd/distinfo
Removed Files:
lldb-netbsd/patches/patch-source_Plugins_Process_minidump_ProcessMinidump.cpp
Log Message:
lldb-netbsd: Don't pretend to support minidump as of now
Reschedule minidumps for future.
Sponsored by <The NetBSD Foundation>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=18578fa802c163a6b31016c3624c1fb8da746132
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lldb-netbsd/distinfo | 1 -
...tch-source_Plugins_Process_minidump_ProcessMinidump.cpp | 14 --------------
2 files changed, 15 deletions(-)
diffs:
diff --git a/lldb-netbsd/distinfo b/lldb-netbsd/distinfo
index a3d464356d..1307cc3720 100644
--- a/lldb-netbsd/distinfo
+++ b/lldb-netbsd/distinfo
@@ -23,4 +23,3 @@ SHA1 (patch-source_Plugins_Process_NetBSD_NativeThreadNetBSD.cpp) = bd6777974a75
SHA1 (patch-source_Plugins_Process_NetBSD_NativeThreadNetBSD.h) = 66782e7dce1533d4ccce1ab7518f9760c50ec675
SHA1 (patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp) = 0a64e526ed3eca089ee54d3bb54385f4d26fc7d1
SHA1 (patch-source_Plugins_Process_elf-core_ThreadElfCore.cpp) = 3427bd2e2de3cd2947123c2f20ed8d5082a16ace
-SHA1 (patch-source_Plugins_Process_minidump_ProcessMinidump.cpp) = a71464df2ef56b8b2c8905e8169a85a05cfd27ba
diff --git a/lldb-netbsd/patches/patch-source_Plugins_Process_minidump_ProcessMinidump.cpp b/lldb-netbsd/patches/patch-source_Plugins_Process_minidump_ProcessMinidump.cpp
deleted file mode 100644
index 287e001412..0000000000
--- a/lldb-netbsd/patches/patch-source_Plugins_Process_minidump_ProcessMinidump.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
---- source/Plugins/Process/minidump/ProcessMinidump.cpp.orig 2017-02-27 20:47:52.000000000 +0000
-+++ source/Plugins/Process/minidump/ProcessMinidump.cpp
-@@ -159,7 +159,8 @@ void ProcessMinidump::RefreshStateAfterS
- stop_thread = Process::m_thread_list.GetSelectedThread();
- ArchSpec arch = GetArchitecture();
-
-- if (arch.GetTriple().getOS() == llvm::Triple::Linux) {
-+ if (arch.GetTriple().getOS() == llvm::Triple::Linux ||
-+ arch.GetTriple().getOS() == llvm::Triple::NetBSD) {
- stop_info = StopInfo::CreateStopReasonWithSignal(
- *stop_thread, m_active_exception->exception_record.exception_code);
- } else {
Home |
Main Index |
Thread Index |
Old Index