From cf4b9078f2af86827712b5058e1a0039f7a63a3c Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Mon, 4 Oct 2010 17:04:23 +0000 Subject: [PATCH] Added file and line back to the default thread format. llvm-svn: 115519 --- lldb/source/Core/Debugger.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/source/Core/Debugger.cpp b/lldb/source/Core/Debugger.cpp index eb6e37887474..48e2e6f94007 100644 --- a/lldb/source/Core/Debugger.cpp +++ b/lldb/source/Core/Debugger.cpp @@ -1603,6 +1603,7 @@ Debugger::SettingsController::global_settings_table[] = #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}}"\