commit | f9f3302fb05aa8ffdb1e676b6b2abb0435900bac | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Fri Sep 16 21:44:45 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Fri Sep 16 21:44:45 2011 +0000 |
tree | 4ca7234ef326fbb20b259bf5770cd09f3cb4790a | |
parent | 10b12b3aa8542721fa9485c1d520433de0e0e720 [diff] |
Add comment. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@139947 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectFrame.cpp b/source/Commands/CommandObjectFrame.cpp index 314507c..943d39e 100644 --- a/source/Commands/CommandObjectFrame.cpp +++ b/source/Commands/CommandObjectFrame.cpp
@@ -540,6 +540,7 @@ 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()); }