1 llvm-addr2line - a drop-in replacement for addr2line
2 ====================================================
4 .. program:: llvm-addr2line
9 :program:`llvm-addr2line` [*options*]
14 :program:`llvm-addr2line` is an alias for the :manpage:`llvm-symbolizer(1)`
15 tool with different defaults. The goal is to make it a drop-in replacement for
16 GNU's :program:`addr2line`.
18 Here are some of those differences:
20 - Defaults not to print function names. Use `-f`_ to enable that.
22 - Defaults not to demangle function names. Use `-C`_ to switch the
25 - Defaults not to print inlined frames. Use `-i`_ to show inlined
26 frames for a source code location in an inlined function.
28 - Uses `--output-style=GNU`_ by default.
33 :manpage:`llvm-symbolizer(1)`
35 .. _-f: llvm-symbolizer.html#llvm-symbolizer-opt-f
36 .. _-C: llvm-symbolizer.html#llvm-symbolizer-opt-c
37 .. _-i: llvm-symbolizer.html#llvm-symbolizer-opt-i
38 .. _--output-style=GNU: llvm-symbolizer.html#llvm-symbolizer-opt-output-style