1LLVM-ADDR2LINE(1) LLVM LLVM-ADDR2LINE(1)
2
3
4
6 llvm-addr2line - a drop-in replacement for addr2line
7
9 llvm-addr2line [options]
10
12 llvm-addr2line is an alias for the llvm-symbolizer(1) tool with differ‐
13 ent defaults. The goal is to make it a drop-in replacement for GNU's
14 addr2line.
15
16 Here are some of those differences:
17
18 • Defaults not to print function names. Use -f to enable that.
19
20 • Defaults not to demangle function names. Use -C to switch the deman‐
21 gling on.
22
23 • Defaults not to print inlined frames. Use -i to show inlined frames
24 for a source code location in an inlined function.
25
26 • Uses --output-style=GNU by default.
27
28 • Parses options from the environment variable LLVM_ADDR2LINE_OPTS.
29
31 llvm-symbolizer(1)
32
34 Maintained by the LLVM Team (https://llvm.org/).
35
37 2003-2021, LLVM Project
38
39
40
41
4210 2021-07-22 LLVM-ADDR2LINE(1)