Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: fix heap-buffer-overrun detected via ASAN | Saleem Abdulrasool | 2014-04-14 | 1 | -0/+1 |
| | | | | | | | | | | Once the auxiliary fields relating to the filename have been inspected, any following auxiliary fields need not be visited as they have been consumed (the following fields comprise the filepath as a single unit). Adjust the test to catch this even if ASAN is not enabled. llvm-svn: 206190 | ||||
* | tools: teach objdump about FILE aux records | Saleem Abdulrasool | 2014-04-13 | 1 | -0/+5 |
Add support for file auxiliary symbol entries in COFF symbol tables. A COFF symbol table with a FILE entry is followed by sizeof(__FILE__) / 18 auxiliary symbol records which contain the filename. Read them and form the original filename that the record contains. Then display the name in the output. llvm-svn: 206126 |