Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Windows build after r374381 | Nico Weber | 2019-10-10 | 1 | -0/+2 |
| | | | | llvm-svn: 374413 | ||||
* | Remove strings.h include to fix GSYM Windows build | Reid Kleckner | 2019-10-10 | 1 | -1/+0 |
| | | | | | | Fifth time's the charm. llvm-svn: 374411 | ||||
* | Fix buildbots by using memset instead of bzero. | Greg Clayton | 2019-10-10 | 1 | -1/+1 |
| | | | | llvm-svn: 374409 | ||||
* | Unbreak llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast buildbot. | Greg Clayton | 2019-10-10 | 1 | -1/+1 |
| | | | | llvm-svn: 374398 | ||||
* | Add GsymCreator and GsymReader. | Greg Clayton | 2019-10-10 | 1 | -0/+274 |
This patch adds the ability to create GSYM files with GsymCreator, and read them with GsymReader. Full testing has been added for both new classes. This patch differs from the original patch https://reviews.llvm.org/D53379 in that is uses a StringTableBuilder class from llvm instead of a custom version. Support for big and little endian files has been added. If the endianness matches the current host, we use efficient extraction for the header, address table and address info offset tables. Differential Revision: https://reviews.llvm.org/D68744 llvm-svn: 374381 |