[Lldb-commits] [lldb] r141800 - /lldb/trunk/docs/lldb-for-gdb-users.txt

Johnny Chen johnny.chen at apple.com
Wed Oct 12 12:20:04 PDT 2011


Author: johnny
Date: Wed Oct 12 14:20:04 2011
New Revision: 141800

URL: http://llvm.org/viewvc/llvm-project?rev=141800&view=rev
Log:
Add reference to ToT/examples/customization for more customization examples.

Modified:
    lldb/trunk/docs/lldb-for-gdb-users.txt

Modified: lldb/trunk/docs/lldb-for-gdb-users.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/lldb-for-gdb-users.txt?rev=141800&r1=141799&r2=141800&view=diff
==============================================================================
--- lldb/trunk/docs/lldb-for-gdb-users.txt (original)
+++ lldb/trunk/docs/lldb-for-gdb-users.txt Wed Oct 12 14:20:04 2011
@@ -432,7 +432,7 @@
 (lldb) expr self = $0
 $4 = (SKTGraphicView *) 0x0000000100135430
 
-f) Miscellaneous:
+f) Customization:
 
 You can use the embedded Python interprter to add the following 'pwd' and 'cd' commands
 for your lldb session:
@@ -483,3 +483,6 @@
 (lldb) pwd
 /private/tmp
 (lldb) 
+
+For more examples of customization, look under the ToT/examples/customization
+directory.





More information about the lldb-commits mailing list