forked from OSchip/llvm-project
Added file and line back to the default thread format.
llvm-svn: 115519
This commit is contained in:
parent
dcdbbea36d
commit
cf4b9078f2
|
@ -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}}"\
|
||||
|
|
Loading…
Reference in New Issue