Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix frame.s test dir-separator checks | Simon Pilgrim | 2019-06-25 | 1 | -10/+10 |
| | | | | | | Handle / and \ separators llvm-svn: 364301 | ||||
* | llvm-symbolizer: Add a FRAME command. | Peter Collingbourne | 2019-06-24 | 1 | -0/+687 |
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 |