summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-10-04 02:44:26 +0000
committerGreg Clayton <gclayton@apple.com>2010-10-04 02:44:26 +0000
commitbb562b13db5ef83ec095d684d544faed9d4075ca (patch)
tree8bfbd332f6a52e5608ee7f110366cce1eb5da70e /lldb/source/Core/Debugger.cpp
parentfcc65a74a71e5d42a13f9394451cd23531136859 (diff)
downloadbcm5719-llvm-bb562b13db5ef83ec095d684d544faed9d4075ca.tar.gz
bcm5719-llvm-bb562b13db5ef83ec095d684d544faed9d4075ca.zip
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
Diffstat (limited to 'lldb/source/Core/Debugger.cpp')
-rw-r--r--lldb/source/Core/Debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Debugger.cpp b/lldb/source/Core/Debugger.cpp
index 8a010ae960c..eb6e3788747 100644
--- a/lldb/source/Core/Debugger.cpp
+++ b/lldb/source/Core/Debugger.cpp
@@ -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}"\
OpenPOWER on IntegriCloud