diff options
| author | Greg Clayton <gclayton@apple.com> | 2010-10-18 04:14:23 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2010-10-18 04:14:23 +0000 |
| commit | 58d1c9a44f9c3a0b2813e2a63f912d3fe8ec3840 (patch) | |
| tree | 2f60b8fbbfcf5e19a54376803d0d2d21ff5d3363 /lldb/tools/debugserver/source/MacOSX/MachThreadList.h | |
| parent | 5cd41c4b13aa8ce63a3e84f8caf668f01167f6f0 (diff) | |
| download | bcm5719-llvm-58d1c9a44f9c3a0b2813e2a63f912d3fe8ec3840.tar.gz bcm5719-llvm-58d1c9a44f9c3a0b2813e2a63f912d3fe8ec3840.zip | |
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
Diffstat (limited to 'lldb/tools/debugserver/source/MacOSX/MachThreadList.h')
| -rw-r--r-- | lldb/tools/debugserver/source/MacOSX/MachThreadList.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<MachThreadSP> collection; |

