Lines Matching full:lldb
5 An example lldb init file that imports the utils.py module and adds the
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
23 /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint/multiple_threads
24 Johnnys-MacBook-Pro:multiple_threads johnny$ lldb
25 (lldb) pwd
26 /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint/multiple_threads
27 (lldb) cd ..
28 Current working directory: /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint
29 (lldb) help system
33 (lldb) system ls -l
41 (lldb)