summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm_interface: Expand backtrace generationZach Hilman2019-05-251-7/+183
| | | | Returns results as a vector of entries for further processing. Logs addresses, offsets, and mangled name.
* arm_interface: Make include path relative for arm_interface.hLioncash2018-12-311-1/+1
| | | | Makes it consistent with the rest of the includes.
* arm_interface: Make LogBacktrace() a const member functionLioncash2018-12-311-1/+1
| | | | This function doesn't modify instance state, so it can be made const.
* arm_interface: Mark variables as const where applicable in LogBacktrace()Lioncash2018-12-311-3/+4
| | | | | Two of these variables have fixed values, so we can make that immediately obvious from the get-go.
* arm_interface: Remove unnecessary semicolonLioncash2018-12-311-1/+1
| | | | | Namespaces don't require the use of a semicolon. Silences a -Wextra-semi warning.
* Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec2018-12-291-0/+26