diff options
Diffstat (limited to 'lldb/docs/lldb-for-gdb-users.txt')
-rw-r--r-- | lldb/docs/lldb-for-gdb-users.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lldb/docs/lldb-for-gdb-users.txt b/lldb/docs/lldb-for-gdb-users.txt index 9d8a204ca99..a45bc4386cb 100644 --- a/lldb/docs/lldb-for-gdb-users.txt +++ b/lldb/docs/lldb-for-gdb-users.txt @@ -432,7 +432,7 @@ Finally, the results of the expressions are stored in persistent variables (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 @@ Current working directory: /private/tmp (lldb) pwd /private/tmp (lldb) + +For more examples of customization, look under the ToT/examples/customization +directory. |