Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-26 | Add DIContext::getLineInfoForAddressRange() function and test. This ↵ | Andrew Kaylor | |
function allows a caller to obtain a table of line information for a function using the function's address and size. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173537 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-01-25 | Add support for applying in-memory relocations to the .debug_line section ↵ | Andrew Kaylor | |
and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173517 91177308-0d34-0410-b5e6-96231b3b80d8 |