Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a77f816c4c6e4c833ac9ab78e2e038dcfb861c73
/
tools
/
llvm-dwarfdump
3df7d2f
llvm-dwarfdump: Add support for dumping the .debug_loc section
by David Blaikie
· 11 years ago
e38825f
Add support for the pubnames section to llvm-dwarfdump.
by Krzysztof Parzyszek
· 12 years ago
60bdc5b
Initial support for DWARF CFI parsing and dumping in LLVM
by Eli Bendersky
· 12 years ago
a965bac
When encountering an unknown file format, ObjectFile::createObjectFile should
by Eli Bendersky
· 12 years ago
939a4e8
Add command-line flags for DWARF dumping.
by Eli Bendersky
· 12 years ago
172d597
Rename variable to be more comprehensible and follow naming convention
by Eli Bendersky
· 12 years ago
f010c46
Sort the #include lines for tools/...
by Chandler Carruth
· 12 years ago
d1726a4
Rewrite DIContext interface to take an object. Update all callers.
by Eric Christopher
· 12 years ago
4c0ae90
Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DIContext. This is needed to prevent crashes because of dangling reference if the clients don't provide RelocMap to DIContext constructor.
by Alexey Samsonov
· 12 years ago
806e03d
Add a relocation visitor to lib object. This works via caching relocated
by Eric Christopher
· 12 years ago
d7169e9
Formatting and 80-col.
by Eric Christopher
· 12 years ago
5eae90d
Add support for fetching inlining context (stack of source code locations)
by Alexey Samsonov
· 12 years ago
eceb5b9
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
by Alexey Samsonov
· 12 years ago
71d94f8
DebugInfo library: add support for fetching absolute paths to source files
by Alexey Samsonov
· 12 years ago
3e25c4a
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF parser:
by Alexey Samsonov
· 12 years ago
4ab406d
LLVMBuild: Remove trailing newline, which irked me.
by Daniel Dunbar
· 13 years ago
0d3c223
LLVMBuild: Add description files for the LLVM tools.
by Daniel Dunbar
· 13 years ago
8c39c96
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
by Daniel Dunbar
· 13 years ago
2099039
Fix a few changes I missed.
by Michael J. Spencer
· 13 years ago
6b3ae46
llvm-dwarfdump: Add an option to print out line info for a specific address
by Benjamin Kramer
· 13 years ago
34f864f
DWARF: wire up .debug_str dumping.
by Benjamin Kramer
· 13 years ago
b848e97
DWARF: Add basic support for line tables.
by Benjamin Kramer
· 13 years ago
1c0b24f
llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doesn't accidentaly picks up the wrong section.
by Benjamin Kramer
· 13 years ago
358f4fd
DWARF: Port support for parsing .debug_aranges section from LLDB and wire it up to llvm-dwarfdump.
by Benjamin Kramer
· 13 years ago
72c0d7f
Sketch out a DWARF parser.
by Benjamin Kramer
· 13 years ago