1 Files in this directory:
5 An example lldb init file that imports the utils.py module and adds the
6 following commands: 'pwd', 'cd', and 'system'.
10 Python module which provides implementation for the 'cd' and 'system' commands.
14 The file you are reading now.
16 ================================================================================
17 The following terminal output shows an interaction with lldb using the .lldbinit
18 and the utils.py files which are located in my HOME directory. The lldb init
19 file imports the utils Python module and adds the 'pwd', 'cd', and 'system'
22 Johnnys-MacBook-Pro:multiple_threads johnny$ pwd
23 /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint/multiple_threads
24 Johnnys-MacBook-Pro:multiple_threads johnny$ lldb
26 /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint/multiple_threads
28 Current working directory: /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint
31 Execute the command (a string) in a subshell.
35 drwxr-xr-x 7 johnny admin 238 Oct 11 17:24 hello_watchlocation
36 drwxr-xr-x 7 johnny admin 238 Oct 11 17:24 hello_watchpoint
37 drwxr-xr-x 7 johnny admin 238 Oct 11 17:24 multiple_threads
38 drwxr-xr-x 7 johnny admin 238 Oct 11 17:24 watchpoint_commands