From 26783fea37bda2abd200eae72828279ba3b6e6e6 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Mon, 24 Jan 2011 06:11:50 +0000 Subject: 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 --- lldb/tools/debugserver/source/MacOSX/MachThreadList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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; -- cgit v1.2.3