forked from OSchip/llvm-project
Fixed an issue with the default frame format settings string where if a frame
was stopped in a module, yet had no valid function for the PC, no module would be displayed. llvm-svn: 115490
This commit is contained in:
parent
fcc65a74a7
commit
bb562b13db
|
@ -1597,7 +1597,7 @@ Debugger::SettingsController::global_settings_table[] =
|
||||||
{ NULL, eSetVarTypeNone, NULL, NULL, 0, 0, NULL }
|
{ NULL, eSetVarTypeNone, NULL, NULL, 0, 0, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MODULE_WITH_FUNC "{ ${module.file.basename}`${function.name}{${function.pc-offset}}}"
|
#define MODULE_WITH_FUNC "{ ${module.file.basename}{`${function.name}${function.pc-offset}}}"
|
||||||
#define FILE_AND_LINE "{ at ${line.file.basename}:${line.number}}"
|
#define FILE_AND_LINE "{ at ${line.file.basename}:${line.number}}"
|
||||||
|
|
||||||
#define DEFAULT_THREAD_FORMAT "thread #${thread.index}: tid = ${thread.id}"\
|
#define DEFAULT_THREAD_FORMAT "thread #${thread.index}: tid = ${thread.id}"\
|
||||||
|
|
Loading…
Reference in New Issue