clayborg added a comment.
the old usage:
Usage:
lldb -h
lldb -v [[--] <PROGRAM-ARG-1> [<PROGRAM_ARG-2> ...]]
lldb -a <arch> -f <filename> [-c <filename>] [-s <filename>] [-o <none>]
[-S <filename>] [-O <none>] [-k <none>] [-K <filename>] [-Q] [-b] [-e] [-x]
[-X] [-l <script-language>] [-d] [-z <filename>] [[--] <PROGRAM-ARG-1>
[<PROGRAM_ARG-2> ...]]
lldb -n <process-name> -w [-s <filename>] [-o <none>] [-S <filename>] [-O
<none>] [-k <none>] [-K <filename>] [-Q] [-b] [-e] [-x] [-X] [-l
<script-language>] [-d] [-z <filename>]
lldb -p <pid> [-s <filename>] [-o <none>] [-S <filename>] [-O <none>] [-k
<none>] [-K <filename>] [-Q] [-b] [-e] [-x] [-X] [-l <script-language>] [-d]
[-z <filename>]
lldb -P
lldb -r [<none>] -R <none>
Showed how all the options can be used together. It would be nice to group the
options into the following groups:
- general options
--arch, --version, --help, --file, --editor)
- LLDB command options (--batch, --one-line*, --source*
- attach options (--attach-name, --attach-pid, --wait-for
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54692/new/
https://reviews.llvm.org/D54692
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits