[Lldb-commits] [lldb] r115519 - /lldb/trunk/source/Core/Debugger.cpp
Greg Clayton
gclayton at apple.com
Mon Oct 4 10:04:23 PDT 2010
Author: gclayton
Date: Mon Oct 4 12:04:23 2010
New Revision: 115519
URL: http://llvm.org/viewvc/llvm-project?rev=115519&view=rev
Log:
Added file and line back to the default thread format.
Modified:
lldb/trunk/source/Core/Debugger.cpp
Modified: lldb/trunk/source/Core/Debugger.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/Debugger.cpp?rev=115519&r1=115518&r2=115519&view=diff
==============================================================================
--- lldb/trunk/source/Core/Debugger.cpp (original)
+++ lldb/trunk/source/Core/Debugger.cpp Mon Oct 4 12:04:23 2010
@@ -1603,6 +1603,7 @@
#define DEFAULT_THREAD_FORMAT "thread #${thread.index}: tid = ${thread.id}"\
"{, ${frame.pc}}"\
MODULE_WITH_FUNC\
+ FILE_AND_LINE\
"{, stop reason = ${thread.stop-reason}}"\
"{, name = ${thread.name}}"\
"{, queue = ${thread.queue}}"\
More information about the lldb-commits
mailing list