From 58d1c9a44f9c3a0b2813e2a63f912d3fe8ec3840 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Mon, 18 Oct 2010 04:14:23 +0000 Subject: Still trying to get detach to work with debugserver. Got a bit closer, but something is still killing our inferior. Fixed an issue with darwin-debug where it wasn't passing all needed arguments to the inferior. Fixed a race condition with the attach to named process code. llvm-svn: 116697 --- lldb/tools/debugserver/source/MacOSX/MachThreadList.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/tools/debugserver/source/MacOSX/MachThreadList.h') diff --git a/lldb/tools/debugserver/source/MacOSX/MachThreadList.h b/lldb/tools/debugserver/source/MacOSX/MachThreadList.h index b52a97b547b..5c813886569 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachThreadList.h +++ b/lldb/tools/debugserver/source/MacOSX/MachThreadList.h @@ -53,6 +53,7 @@ public: bool DisableHardwareBreakpoint (const DNBBreakpoint *bp) const; uint32_t EnableHardwareWatchpoint (const DNBBreakpoint *wp) const; bool DisableHardwareWatchpoint (const DNBBreakpoint *wp) const; + uint32_t GetThreadIndexForThreadStoppedWithSignal (const int signo) const; protected: typedef std::vector collection; -- cgit v1.2.3