aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-09-16 21:44:45 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-09-16 21:44:45 +0000
commit2a82cd5232e32a449eb9a84f002377e516e6f623 (patch)
tree1555a313bf2bb1e0f2b276336ea5e90540e8a879 /lldb/source/Commands/CommandObjectFrame.cpp
parentde6bd2432cf479d4e6ef83aacbc0582b7beefe23 (diff)
downloadllvm-2a82cd5232e32a449eb9a84f002377e516e6f623.zip
llvm-2a82cd5232e32a449eb9a84f002377e516e6f623.tar.gz
llvm-2a82cd5232e32a449eb9a84f002377e516e6f623.tar.bz2
Add comment.
llvm-svn: 139947
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());
}