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:
Greg Clayton 2010-10-04 02:44:26 +00:00
parent fcc65a74a7
commit bb562b13db
1 changed files with 1 additions and 1 deletions

View File

@ -1597,7 +1597,7 @@ Debugger::SettingsController::global_settings_table[] =
{ 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 DEFAULT_THREAD_FORMAT "thread #${thread.index}: tid = ${thread.id}"\