diff --git a/lldb/source/Core/Debugger.cpp b/lldb/source/Core/Debugger.cpp index 77d7e62c8b71..5fcd20f56ee8 100644 --- a/lldb/source/Core/Debugger.cpp +++ b/lldb/source/Core/Debugger.cpp @@ -1655,10 +1655,17 @@ Debugger::SettingsController::global_settings_table[] = MODULE_WITH_FUNC\ FILE_AND_LINE\ "{, stop reason = ${thread.stop-reason}}"\ - "{, name = ${thread.name}}"\ - "{, queue = ${thread.queue}}"\ "\\n" +//#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}}"\ +// "\\n" + #define DEFAULT_FRAME_FORMAT "frame #${frame.index}: ${frame.pc}"\ MODULE_WITH_FUNC\ FILE_AND_LINE\