llvm-capstone/lldb/docs
Jonas Devlieghere 9f15718b3d [Docs] list command: lldb run <args>
The run command is only an abbreviation for the more verbose process
launch -- <args> but it works just as with GDB and therefore should be
mentioned in the GDB to LLDB command map.

For educational purposes I've not listed it as the first option on the
LLDB side so that new LLDB user can, if they want, also know what the
"native" way is for LLDB.

Here's the help documentation for the run command in lldb which gives
proof:

> (lldb) help run
>      Launch the executable in the debugger.
>
> Syntax: run [<run-args>]
>
> Command Options Usage:
>   run [<run-args>]
>
> 'run' is an abbreviation for 'process launch -c /bin/sh --'

Patch by: Konrad Kleine

Differential revision: https://reviews.llvm.org/D61483

llvm-svn: 360269
2019-05-08 16:31:47 +00:00
..
_static Add LLDB website and documentation in reStructuredText for Sphinx 2019-01-30 18:51:40 +00:00
resources [Docs] Fix incorrect heading and update titles. 2019-05-08 01:51:26 +00:00
status Mention predicting exception catch at throw site 2019-02-26 19:18:09 +00:00
structured_data Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
testsuite Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
use [Docs] list command: lldb run <args> 2019-05-08 16:31:47 +00:00
.htaccess [Docs] Add remote.html redirect 2019-05-06 21:28:01 +00:00
CMakeLists.txt [CMake] Fix subtle CMake bug 2019-04-29 19:44:43 +00:00
code-signing.txt [CMake] Make check-lldb work with LLDB_CODESIGN_IDENTITY='' 2018-01-18 01:16:30 +00:00
conf.py [Docs] Add timestamp 2019-05-07 23:14:06 +00:00
doxygen-mainpage.dox [Docs] Make Doxygen functional 2019-04-19 18:02:35 +00:00
doxygen.cfg.in [Docs] Make Doxygen functional 2019-04-19 18:02:35 +00:00
index.rst [Docs] Fix incorrect heading and update titles. 2019-05-08 01:51:26 +00:00
lldb-for-gdb-users.txt
lldb-gdb-remote.txt Fix error in QEnableErrorStrings gdb-remote docs 2018-04-05 15:17:43 +00:00
lldb-platform-packets.txt Add a description of the similar packets defined in the 2018-12-16 18:44:54 +00:00
lldb.1