mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-12 03:10:03 +00:00
Include -c, -core in the lldb(1) man page
llvm-svn: 255771
This commit is contained in:
parent
821ca470bb
commit
f7fe3b99c7
@ -1,4 +1,4 @@
|
|||||||
.Dd June 7, 2012 \" DATE
|
.Dd December 16, 2015 \" DATE
|
||||||
.Dt LLDB 1 \" Program name and manual section number
|
.Dt LLDB 1 \" Program name and manual section number
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME \" Section Header - required - do not modify
|
.Sh NAME \" Section Header - required - do not modify
|
||||||
@ -8,6 +8,7 @@
|
|||||||
.Nm lldb
|
.Nm lldb
|
||||||
.Op Fl hvdexw
|
.Op Fl hvdexw
|
||||||
.Op Fl a Ar arch
|
.Op Fl a Ar arch
|
||||||
|
.Op Fl c Ar core-file
|
||||||
.Op Fl l Ar script-language
|
.Op Fl l Ar script-language
|
||||||
.Op Fl s Ar lldb-commands
|
.Op Fl s Ar lldb-commands
|
||||||
.Op Fl n Ar process-name
|
.Op Fl n Ar process-name
|
||||||
@ -59,6 +60,8 @@ to it as early in the process-launch as possible.
|
|||||||
Specifies a currently running process that
|
Specifies a currently running process that
|
||||||
.Nm
|
.Nm
|
||||||
should attach to.
|
should attach to.
|
||||||
|
.It Fl c, -core Ar core-file
|
||||||
|
Specifies the core file to examine.
|
||||||
.It Fl l, -script-language Ar language
|
.It Fl l, -script-language Ar language
|
||||||
Tells the debugger to use the specified scripting language for
|
Tells the debugger to use the specified scripting language for
|
||||||
user-defined scripts, rather than the default.
|
user-defined scripts, rather than the default.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user