File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,19 @@ GNU's :program:`addr2line`.
17
17
18
18
Here are some of those differences:
19
19
20
- - Defaults not to print function names. Use `-f `_ to enable that.
20
+ - ``llvm-addr2line `` defaults not to print function names. Use `-f `_ to enable
21
+ that.
21
22
22
- - Defaults not to demangle function names. Use `-C `_ to switch the
23
- demangling on.
23
+ - `` llvm-addr2line `` defaults not to demangle function names. Use `-C `_ to
24
+ switch the demangling on.
24
25
25
- - Defaults not to print inlined frames. Use `-i `_ to show inlined
26
- frames for a source code location in an inlined function.
26
+ - `` llvm-addr2line `` defaults not to print inlined frames. Use `-i `_ to show
27
+ inlined frames for a source code location in an inlined function.
27
28
28
- - Uses `--output-style=GNU `_ by default.
29
+ - `` llvm-addr2line `` uses `--output-style=GNU `_ by default.
29
30
30
- - Parses options from the environment variable ``LLVM_ADDR2LINE_OPTS ``.
31
+ - ``llvm-addr2line `` parses options from the environment variable
32
+ ``LLVM_ADDR2LINE_OPTS `` instead of from ``LLVM_SYMBOLIZER_OPTS ``.
31
33
32
34
SEE ALSO
33
35
--------
You can’t perform that action at this time.
0 commit comments