Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fe078843a09cf5244c4471ec3b0a6860d24f38f4
/
llvm
/
tools
/
llvm-dwarfdump
/
llvm-dwarfdump.cpp
3af1442
llvm-dwarfdump: support for emitting only the debug_types section using -debug-dump
by David Blaikie
· 12 years ago
a9e303e
Add gnu pubsections as options to llvm-dwarfdump.
by Eric Christopher
· 12 years ago
4c7e6ba
Dump the normal dwarf pubtypes section as well.
by Eric Christopher
· 12 years ago
18e7350
llvm-dwarfdump: Add support for dumping the .debug_loc section
by David Blaikie
· 12 years ago
97438dc
Add support for the pubnames section to llvm-dwarfdump.
by Krzysztof Parzyszek
· 13 years ago
fd08bc1
Initial support for DWARF CFI parsing and dumping in LLVM
by Eli Bendersky
· 13 years ago
a5a4ff5
When encountering an unknown file format, ObjectFile::createObjectFile should
by Eli Bendersky
· 13 years ago
7a94daa
Add command-line flags for DWARF dumping.
by Eli Bendersky
· 13 years ago
48eaffc
Rename variable to be more comprehensible and follow naming convention
by Eli Bendersky
· 13 years ago
4d88a1c
Sort the #include lines for tools/...
by Chandler Carruth
· 13 years ago
7370b55
Rewrite DIContext interface to take an object. Update all callers.
by Eric Christopher
· 13 years ago
9cb13d5
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
· 13 years ago
7c678de
Add a relocation visitor to lib object. This works via caching relocated
by Eric Christopher
· 13 years ago
3680f88
Formatting and 80-col.
by Eric Christopher
· 13 years ago
c942e6b
Add support for fetching inlining context (stack of source code locations)
by Alexey Samsonov
· 13 years ago
034e57a
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
by Alexey Samsonov
· 13 years ago
e16e16a
DebugInfo library: add support for fetching absolute paths to source files
by Alexey Samsonov
· 13 years ago
f4462fa
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF parser:
by Alexey Samsonov
· 13 years ago
5fd56b8
Fix a few changes I missed.
by Michael J. Spencer
· 14 years ago
4d9924f
llvm-dwarfdump: Add an option to print out line info for a specific address
by Benjamin Kramer
· 14 years ago
07d4b1c
DWARF: wire up .debug_str dumping.
by Benjamin Kramer
· 14 years ago
5acab50
DWARF: Add basic support for line tables.
by Benjamin Kramer
· 14 years ago
973b5cd
llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doesn't accidentaly picks up the wrong section.
by Benjamin Kramer
· 14 years ago
a6002fd
DWARF: Port support for parsing .debug_aranges section from LLDB and wire it up to llvm-dwarfdump.
by Benjamin Kramer
· 14 years ago
aa2f78f
Sketch out a DWARF parser.
by Benjamin Kramer
· 14 years ago