diff options
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. |
