aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectFrame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp
index 314507c..943d39e 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -540,6 +540,7 @@ public:
if (var_sp && var_sp->GetDeclaration().GetFile())
{
StreamString ss;
+ // True to show fullpath for declrarion file.
var_sp->GetDeclaration().DumpStopContext(&ss, true);
wp_loc->SetDeclInfo(ss.GetString());
}