1LLVM-ADDR2LINE(1)                    LLVM                    LLVM-ADDR2LINE(1)
2
3
4

NAME

6       llvm-addr2line - a drop-in replacement for addr2line
7

SYNOPSIS

9       llvm-addr2line [options]
10

DESCRIPTION

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

SEE ALSO

31       llvm-symbolizer(1)
32

AUTHOR

34       Maintained by the LLVM Team (https://llvm.org/).
35
37       2003-2020, LLVM Project
38
39
40
41
4210                                2020-08-04                 LLVM-ADDR2LINE(1)
Impressum