diff options
| author | Greg Clayton <gclayton@apple.com> | 2011-01-24 06:11:50 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2011-01-24 06:11:50 +0000 |
| commit | 26783fea37bda2abd200eae72828279ba3b6e6e6 (patch) | |
| tree | 5f7af0015045e227571522ce2cee19e97b708046 /lldb/tools/debugserver/source/MacOSX/MachThreadList.h | |
| parent | abcbc8aca8febfd0c9a8310a52c45a8a9e815e75 (diff) | |
| download | bcm5719-llvm-26783fea37bda2abd200eae72828279ba3b6e6e6.tar.gz bcm5719-llvm-26783fea37bda2abd200eae72828279ba3b6e6e6.zip | |
Added logging for threads that are spawned while we stop. We log their
existence if the "thread" log bit is enabled right before we resume.
llvm-svn: 124110
Diffstat (limited to 'lldb/tools/debugserver/source/MacOSX/MachThreadList.h')
| -rw-r--r-- | lldb/tools/debugserver/source/MacOSX/MachThreadList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/debugserver/source/MacOSX/MachThreadList.h b/lldb/tools/debugserver/source/MacOSX/MachThreadList.h index 4ffa7e6610e..b010a213619 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachThreadList.h +++ b/lldb/tools/debugserver/source/MacOSX/MachThreadList.h @@ -59,7 +59,7 @@ protected: typedef collection::iterator iterator; typedef collection::const_iterator const_iterator; - uint32_t UpdateThreadList (MachProcess *process, bool update); + uint32_t UpdateThreadList (MachProcess *process, bool update, collection *num_threads = NULL); // const_iterator FindThreadByID (thread_t tid) const; collection m_threads; |

