Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 03:59:54 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292312 - head/contrib/llvm/tools/lldb/docs
Message-ID:  <201512160359.tBG3xsvl042089@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Wed Dec 16 03:59:54 2015
New Revision: 292312
URL: https://svnweb.freebsd.org/changeset/base/292312

Log:
  lldb(1): Document core file option -c / -core

Modified:
  head/contrib/llvm/tools/lldb/docs/lldb.1

Modified: head/contrib/llvm/tools/lldb/docs/lldb.1
==============================================================================
--- head/contrib/llvm/tools/lldb/docs/lldb.1	Wed Dec 16 02:43:34 2015	(r292311)
+++ head/contrib/llvm/tools/lldb/docs/lldb.1	Wed Dec 16 03:59:54 2015	(r292312)
@@ -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 - don't 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
@@ -52,6 +53,8 @@ to it as early in the process-launch as 
 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.  Valid scripting



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512160359.tBG3xsvl042089>