[Lldb-commits] [lldb] r139947 - /lldb/trunk/source/Commands/CommandObjectFrame.cpp

Johnny Chen johnny.chen at apple.com
Fri Sep 16 14:44:45 PDT 2011


Author: johnny
Date: Fri Sep 16 16:44:45 2011
New Revision: 139947

URL: http://llvm.org/viewvc/llvm-project?rev=139947&view=rev
Log:
Add comment.

Modified:
    lldb/trunk/source/Commands/CommandObjectFrame.cpp

Modified: lldb/trunk/source/Commands/CommandObjectFrame.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectFrame.cpp?rev=139947&r1=139946&r2=139947&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectFrame.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectFrame.cpp Fri Sep 16 16:44:45 2011
@@ -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());
                                     }





More information about the lldb-commits mailing list