diff options
author | Graham Perrin <grahamperrin@FreeBSD.org> | 2023-02-19 18:42:27 +0000 |
---|---|---|
committer | Graham Perrin <grahamperrin@FreeBSD.org> | 2023-02-19 18:42:27 +0000 |
commit | 7045e0a4f4293b805c2bddd677a31907bd434f21 (patch) | |
tree | 24477dafff6516a8e7aece8440ce21076345c0d9 /documentation/content/en/books/developers-handbook/tools | |
parent | d954e422c37ed88d20ae3abc33238035db80ff83 (diff) |
Diffstat (limited to 'documentation/content/en/books/developers-handbook/tools')
-rw-r--r-- | documentation/content/en/books/developers-handbook/tools/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/developers-handbook/tools/_index.adoc b/documentation/content/en/books/developers-handbook/tools/_index.adoc index 92c48a7656..bba5b1636a 100644 --- a/documentation/content/en/books/developers-handbook/tools/_index.adoc +++ b/documentation/content/en/books/developers-handbook/tools/_index.adoc @@ -884,7 +884,7 @@ In "the good old days", programmers had to print out hex listings of core files Incidentally, under FreeBSD and other 4.4BSD systems, a core file is called [.filename]#progname.core# instead of just [.filename]#core#, to make it clearer which program a core file belongs to. To examine a core file, specify the name of the core file in addition to the program itself. -Instead of starting up `lldb` in the usual way, type `lldb -c _progname_.core -- _progname_` +Instead of starting up `lldb` in the usual way, type `lldb -c _progname_.core \-- _progname_`. The debugger will display something like this: |