| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Previously, parsing capability of the .debug_frame section was added | Eli Bendersky | 2013-02-21 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | to lib/DebugInfo, with dumping in llvm-dwarfdump. This patch adds initial ability to parse and dump CFA instructions contained in entries. To keep it manageable, the patch omits some more advanced capabilities (accounted in TODOs): * Parsing of instructions with BLOCK arguments (expression lists) * Dumping of actual instruction arguments (currently only names are dumped). This is quite tricky since the dumper has to effectively "interpret" the instructions. llvm-svn: 175820 | ||||
| * | Fix typo | Eli Bendersky | 2013-02-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 174553 | ||||
| * | Add a comment to the test that points to the source from which the input object | Eli Bendersky | 2013-02-06 | 1 | -0/+1 |
| | | | | | | | file was generated. llvm-svn: 174551 | ||||
| * | Add a test for checking the current .debug_frame dumping capability. | Eli Bendersky | 2013-02-06 | 1 | -0/+14 |
| The test is a binary placed in test/DebugInfo/Inputs, with a source C file used for reference/reproducing. The source's first line is a clang build command for reproducing the binary. llvm-svn: 174543 | |||||

