| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-26 | loader: Move NSO module tracking to AppLoader | Zach Hilman | |
| Also cleanup of general stuff | |||
| 2019-05-25 | arm_interface: Expand backtrace generation | Zach Hilman | |
| Returns results as a vector of entries for further processing. Logs addresses, offsets, and mangled name. | |||
| 2018-12-30 | arm_interface: Make include path relative for arm_interface.h | Lioncash | |
| Makes it consistent with the rest of the includes. | |||
| 2018-12-30 | arm_interface: Make LogBacktrace() a const member function | Lioncash | |
| This function doesn't modify instance state, so it can be made const. | |||
| 2018-12-30 | arm_interface: Mark variables as const where applicable in LogBacktrace() | Lioncash | |
| Two of these variables have fixed values, so we can make that immediately obvious from the get-go. | |||
| 2018-12-30 | arm_interface: Remove unnecessary semicolon | Lioncash | |
| Namespaces don't require the use of a semicolon. Silences a -Wextra-semi warning. | |||
| 2018-12-29 | Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal | David Marcec | |
