diff options
| author | 2019-06-23 21:36:31 +0000 | |
|---|---|---|
| committer | 2019-06-23 21:36:31 +0000 | |
| commit | 23f101f37937a1bd4a29726cab2f76e0fb038b35 (patch) | |
| tree | f7da7d6b32c2e07114da399150bfa88d72187012 /gnu/llvm/docs/CommandGuide/llvm-symbolizer.rst | |
| parent | sort previous; ok deraadt (diff) | |
| download | wireguard-openbsd-23f101f37937a1bd4a29726cab2f76e0fb038b35.tar.xz wireguard-openbsd-23f101f37937a1bd4a29726cab2f76e0fb038b35.zip | |
Import LLVM 8.0.0 release including clang, lld and lldb.
Diffstat (limited to 'gnu/llvm/docs/CommandGuide/llvm-symbolizer.rst')
| -rw-r--r-- | gnu/llvm/docs/CommandGuide/llvm-symbolizer.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/llvm/docs/CommandGuide/llvm-symbolizer.rst b/gnu/llvm/docs/CommandGuide/llvm-symbolizer.rst index 7bcad1c12f1..3c7a26e486f 100644 --- a/gnu/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/gnu/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -68,7 +68,7 @@ EXAMPLE OPTIONS ------- -.. option:: -obj +.. option:: -obj, -exe, -e Path to object file to be symbolized. @@ -83,7 +83,7 @@ OPTIONS Prefer function names stored in symbol table to function names in debug info sections. Defaults to true. -.. option:: -demangle +.. option:: -demangle, -C Print demangled function names. Defaults to true. @@ -106,11 +106,11 @@ OPTIONS location, look for the debug info at the .dSYM path provided via the ``-dsym-hint`` flag. This flag can be used multiple times. -.. option:: -print-address +.. option:: -print-address, -addresses, -a Print address before the source code location. Defaults to false. -.. option:: -pretty-print +.. option:: -pretty-print, -p Print human readable output. If ``-inlining`` is specified, enclosing scope is prefixed by (inlined by). Refer to listed examples. |
