|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | by instruction address from DWARF.
Add --inlining flag to llvm-dwarfdump to demonstrate and test this functionality,
so that "llvm-dwarfdump --inlining --address=0x..." now works much like
"addr2line -i 0x...", provided that the binary has debug info
(Clang's -gline-tables-only *is* enough).
llvm-svn: 163128 | 
| | 
| 
| 
| | llvm-svn: 162499 | 
| | 
| 
| 
| | llvm-svn: 162498 | 
| | 
| 
| 
| | llvm-svn: 162421 | 
| | 
| 
| 
| 
| 
| 
| 
| | (instead of basenames) from DWARF. Use this behavior in llvm-dwarfdump tool.
Reviewed by Benjamin Kramer.
llvm-svn: 160496 | 
| | 
| 
| 
| | llvm-svn: 159707 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | parser:
1) DIContext is now able to return function name for a given instruction address (besides file/line info).
2) llvm-dwarfdump accepts flag --functions that prints the function name (if address is specified by --address flag).
3) test case that checks the basic functionality of llvm-dwarfdump added
llvm-svn: 159512 | 
| | 
| 
| 
| | llvm-svn: 139808 | 
| | 
| 
| 
| 
| 
| 
| 
| | is not available.
Ported from LLDB.
llvm-svn: 139732 | 
| | 
| 
| 
| | llvm-svn: 139671 | 
|  | This introduces a new library to LLVM: libDebugInfo. It will provide debug information
parsing to LLVM. Much of the design and some of the code is taken from the LLDB project.
It also contains an llvm-dwarfdump tool that can dump the abbrevs and DIEs from an
object file. It can be used to write tests for DWARF input and output easily.
llvm-svn: 139627 |