Lines Matching refs:lldb
17 /frameworks/rs/test/lldb and type mm. This should successfully build the
24 An lldb-server executable must be present on your device/emulator.
26 lldb-server and lldb should be built from the same source revisions.
49 [--lldb-path LLDB_PATH]
50 [--lldb-server-path-device LLDB_SERVER_PATH_DEVICE]
51 [--lldb-server-path-host LLDB_SERVER_PATH_HOST]
84 Specify the port number that lldb-server (on the
85 device) listens on. When lldb-server is spawned on the
90 Specify host port which lldb-server will be forwarded
91 to. Specify the starting host port number that lldb-
95 --lldb-path LLDB_PATH
96 The path to lldb executable on the host.
97 --lldb-server-path-device LLDB_SERVER_PATH_DEVICE
98 Path to the lldb-server executable on the device.
99 --lldb-server-path-host LLDB_SERVER_PATH_HOST
100 Path to the lldb-server executable on host (if using
117 If your config and command line do not specify a path to the host lldb,
121 > lldb -P
123 This will print out a path to the lldb python bindings on your local machine.
132 lldb : 98712eb
134 lldb has the following dependencies:
138 lldb-server
144 Build instructions for Linux lldb can be found on the official lldb web
147 http://lldb.llvm.org/build.html
153 As a post build step, swig will generate the python bindings for lldb.
201 Build LLDB as a RelWithDebInfo build, because debug builds of lldb
203 lldb.pyd.
206 "llvm_build\RelWithDebInfo\lib\site-packages\lldb". Point the test
207 suite towards "llvm_build\RelWithDebInfo\bin\lldb.exe".