summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-symbolizer/frame-fortran.s
Commit message (Collapse)AuthorAgeFilesLines
* [NFC] Fix tests added in r364225 which failed on Windows due to incorrect ↵Douglas Yung2019-06-241-1/+1
| | | | | | path separators. llvm-svn: 364249
* llvm-symbolizer: Add a FRAME command.Peter Collingbourne2019-06-241-0/+230
This command prints a description of the referenced function's stack frame. For each formal parameter and local variable, the tool prints: - function name - variable name - file/line of declaration - FP-relative variable location (if available) - size in bytes - HWASAN tag offset This information will be used by the HWASAN runtime to identify local variables in UAR reports. Differential Revision: https://reviews.llvm.org/D63468 llvm-svn: 364225
OpenPOWER on IntegriCloud