[PATCH] D104128: [llvm-symbolizer][docs] Update example for --verbose in the guide
Andrew Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 11 09:07:25 PDT 2021
andrewng created this revision.
andrewng added reviewers: MaskRay, grimar.
andrewng requested review of this revision.
Herald added a project: LLVM.
https://reviews.llvm.org/D104128
Files:
llvm/docs/CommandGuide/llvm-symbolizer.rst
Index: llvm/docs/CommandGuide/llvm-symbolizer.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -381,16 +381,18 @@
$ llvm-symbolizer --obj=inlined.elf --verbose 0x4004be
baz()
Filename: /tmp/test.cpp
+ Function start filename: /tmp/test.cpp
Function start line: 9
- Function start address: 0x4004b0
+ Function start address: 0x4004b6
Line: 11
Column: 18
main
Filename: /tmp/test.cpp
+ Function start filename: /tmp/test.cpp
Function start line: 14
Function start address: 0x4004b0
Line: 15
- Column: 0
+ Column: 18
.. option:: --version, -v
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104128.351469.patch
Type: text/x-patch
Size: 766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210611/a9577053/attachment.bin>
More information about the llvm-commits
mailing list