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

NAME

6       llvm-addr2line - a drop-in replacement for addr2line # llvm-addr2line -
7       a drop-in replacement for addr2line
8
9       ## SYNOPSIS
10
11       llvm-addr2line [options]
12
13       ## DESCRIPTION
14
15       llvm-addr2line is an alias for  the  [llvm-symbolizer](llvm-symbolizer)
16       tool with different defaults. The goal is to make it a drop-in replace‐
17       ment for GNU's addr2line.
18
19       Here are some of those differences:
20
21       · Defaults not to print function names. Use [-f](llvm-symbolizer-opt-f)
22         to enable that.
23
24       · Defaults  not  to  demangle  function  names.  Use  [-C](llvm-symbol‐
25         izer-opt-C) to switch the demangling on.
26
27       · Defaults not to print inlined frames. Use [-i](llvm-symbolizer-opt-i)
28         to show inlined frames for a source code location in an inlined func‐
29         tion.
30
31       · Uses    [--output-style=GNU](llvm-symbolizer-opt-output-style)     by
32         default.
33
34       ## SEE ALSO
35
36       Refer to [llvm-symbolizer](llvm-symbolizer) for additional information.
37

AUTHOR

39       Maintained by the LLVM Team (https://llvm.org/).
40
42       2003-2020, LLVM Project
43
44
45
46
479                                 2020-08-12                 LLVM-ADDR2LINE(1)
Impressum