Fixed our overly verbose stop reasons which by default included the thread

name and thread queue. Users can modify the thread-format strings to add these
back if needed.

llvm-svn: 118000
This commit is contained in:
Greg Clayton 2010-11-02 01:53:21 +00:00
parent 7c8a966442
commit 315d2cab27
1 changed files with 9 additions and 2 deletions

View File

@ -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\