Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
tools
/
llvm-symbolizer
/
llvm-symbolizer.cpp
2eebdab
[llvm-symbolizer] Add -C as a short alias to -demangle
by Dmitry Venikov
· 7 years ago
7fd3419
[llvm-symbolizer] Add -addresses, -a as aliases for -print-address
by Dmitry Venikov
· 7 years ago
a16ce91
[llvm-symbolizer] Add -exe, -e as aliases to -obj
by Dmitry Venikov
· 7 years ago
2b64d3c
[llvm-symbolizer] Add -p as alias to -pretty-print
by Dmitry Venikov
· 7 years ago
267dc8d
[llvm-symbolizer] Add support for specifying addresses on command-line
by James Henderson
· 7 years ago
7789810
[llvm-symbolizer] Simplify
by Fangrui Song
· 7 years ago
86df7c7
[llvm-symbolizer] Simplify. NFC
by Fangrui Song
· 7 years ago
0b9d56a
Define InitLLVM to do common initialization all at once.
by Rui Ueyama
· 7 years ago
4cf772e
DebugInfo: Provide option for explicitly specifying the name of the DWP file
by David Blaikie
· 8 years ago
fbad5bd
Add a verbose/human readable mode to llvm-symbolizer to investigate discriminators and other line table/backtrace features
by David Blaikie
· 9 years ago
3ffe113
Turn cl::values() (for enum) from a vararg function to using C++ variadic template
by Mehdi Amini
· 9 years ago
0eeb3d4
Search for llvm-symbolizer binary in the same directory as argv[0], before
by Richard Smith
· 9 years ago
1ac3f3e
[Symbolize] Check if the PE file has a PDB and emit an error if we can't load it
by Reid Kleckner
· 9 years ago
d9750d3
[llvm-symbolizer] -print-source-context-lines option to print source code around the line.
by Mike Aizatsky
· 10 years ago
ba07fc7
[llvm-symbolizer] Print out non-address lines verbatim.
by Mike Aizatsky
· 10 years ago
a07496f
[Symbolizer]: Add -pretty-print option
by Hemant Kulkarni
· 10 years ago
55b7279
Reverting r252760
by Colin LeMahieu
· 10 years ago
5776ed0
[Symbolizer]: Add -pretty-print option
by Hemant Kulkarni
· 10 years ago
d2c42d4
[LLVMSymbolize] Properly propagate object parsing errors from the library.
by Alexey Samsonov
· 10 years ago
55e87bb
[LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.
by Alexey Samsonov
· 10 years ago
b977d3a
Let the users of LLVMSymbolizer decide whether they want to symbolize inlined frames.
by Alexey Samsonov
· 10 years ago
0cd635f
Move parts of llvm-symbolizer tool into LLVMSymbolize library.
by Alexey Samsonov
· 10 years ago
ef85994
Simplify boolean conditional return statements in tools/llvm-symbolizer.
by Rafael Espindola
· 10 years ago
e8d28f3
[llvm-symbolizer] Add -print-address option
by Hemant Kulkarni
· 10 years ago
7e08dd1
[llvm-symbolizer] Reverting r250067
by Colin LeMahieu
· 10 years ago
6bd0713
[llvm-symbolizer] Add -print-address option
by Hemant Kulkarni
· 10 years ago
43afa42
A few fixes for llvm-symbolizer on Windows.
by Zachary Turner
· 10 years ago
7b8e8e5
Make llvm-symbolizer work on Windows.
by Zachary Turner
· 10 years ago
df93f4b
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 10 years ago
0fea775
[llvm-symbolizer] Introduce the -dsym-hint option.
by Alexander Potapenko
· 11 years ago
1ad4502
Remove 'using std::error_code' from tools.
by Rafael Espindola
· 11 years ago
5c792fa
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
bf6e3f9
[DWARF parser] Teach DIContext to fetch short (non-linkage) function names for a given address.
by Alexey Samsonov
· 11 years ago
573faec
[C++] Use 'nullptr'. Tools edition.
by Craig Topper
· 11 years ago
42c9ecb
llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized.
by Alexey Samsonov
· 12 years ago
8175bc3
llvm-symbolizer: add support for Mach-O universal binaries
by Alexey Samsonov
· 12 years ago
ef148af
llvm-symbolizer: correctly parse filenames given in quotes
by Alexey Samsonov
· 12 years ago
c4439c3
clang-formatize llvm-symbolizer code
by Alexey Samsonov
· 13 years ago
c4c7ea3
llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,cpp} files. No functionality change.
by Alexey Samsonov
· 13 years ago
fc183ce
llvm-symbolizer: add DATA command that allows to symbolize global variables.
by Dmitry Vyukov
· 13 years ago
f010c46
Sort the #include lines for tools/...
by Chandler Carruth
· 13 years ago
d1726a4
Rewrite DIContext interface to take an object. Update all callers.
by Eric Christopher
· 13 years ago
dece703
Don't use __cxa_demangle under MSVC (which doesn't have it)
by Alexander Potapenko
· 13 years ago
f41954b
[ASan] Add llvm-symbolizer from to tools/
by Alexander Potapenko
· 13 years ago