diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectFrame.cpp | 1 |
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()); } |