summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-12-16 15:37:21 +0000
committerEd Maste <emaste@freebsd.org>2015-12-16 15:37:21 +0000
commitf7fe3b99c7cc07c52f85c264c656e048cf5c46b3 (patch)
treef36f5853993377b48a1430fec297c76b2259ad54
parent821ca470bbbb11246e9d27df4e92888ae5435fee (diff)
downloadbcm5719-llvm-f7fe3b99c7cc07c52f85c264c656e048cf5c46b3.tar.gz
bcm5719-llvm-f7fe3b99c7cc07c52f85c264c656e048cf5c46b3.zip
Include -c, -core in the lldb(1) man page
llvm-svn: 255771
-rw-r--r--lldb/docs/lldb.15
1 files changed, 4 insertions, 1 deletions
diff --git a/lldb/docs/lldb.1 b/lldb/docs/lldb.1
index 1c42047d8e8..a28cabe7acc 100644
--- a/lldb/docs/lldb.1
+++ b/lldb/docs/lldb.1
@@ -1,4 +1,4 @@
-.Dd June 7, 2012 \" DATE
+.Dd December 16, 2015 \" DATE
.Dt LLDB 1 \" Program name and manual section number
.Os
.Sh NAME \" Section Header - required - do not modify
@@ -8,6 +8,7 @@
.Nm lldb
.Op Fl hvdexw
.Op Fl a Ar arch
+.Op Fl c Ar core-file
.Op Fl l Ar script-language
.Op Fl s Ar lldb-commands
.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
.Nm
should attach to.
+.It Fl c, -core Ar core-file
+Specifies the core file to examine.
.It Fl l, -script-language Ar language
Tells the debugger to use the specified scripting language for
user-defined scripts, rather than the default.
OpenPOWER on IntegriCloud