[Lldb-commits] [lldb] r151077 - /lldb/trunk/examples/lookup/main.cpp

Johnny Chen johnny.chen at apple.com
Tue Feb 21 11:13:55 PST 2012


Author: johnny
Date: Tue Feb 21 13:13:55 2012
New Revision: 151077

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

Modified:
    lldb/trunk/examples/lookup/main.cpp

Modified: lldb/trunk/examples/lookup/main.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/lookup/main.cpp?rev=151077&r1=151076&r2=151077&view=diff
==============================================================================
--- lldb/trunk/examples/lookup/main.cpp (original)
+++ lldb/trunk/examples/lookup/main.cpp Tue Feb 21 13:13:55 2012
@@ -34,7 +34,7 @@
 //
 //    $ make
 //
-// then:
+// then (for example):
 //
 //    $ DYLD_FRAMEWORK_PATH=/Volumes/data/lldb/svn/ToT/build/Debug ./a.out executable_path file_address
 //----------------------------------------------------------------------





More information about the lldb-commits mailing list