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 tool with different
13       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

SEE ALSO

29       Refer to llvm-symbolizer for additional information.
30

AUTHOR

32       Maintained by the LLVM Team (https://llvm.org/).
33
35       2003-2020, LLVM Project
36
37
38
39
409                                 2020-02-26                 LLVM-ADDR2LINE(1)
Impressum