1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-22 18:26:39 +00:00
nxdumptool/source
Pablo Curiel 3f9cde8185 Implemented exception handler.
The exception handler is capable of logging CPU registers and a stack trace using the current log implementation.

Furthermore, if borealis has been initialized, it'll also display the PC register value using a CrashFrame. Otherwise, console output is used to display the same message.

Other changes include:

* utils: made utilsPrintConsoleError non-static.
* utils: implemented a workaround to restore console output after initializing nxlink.
2021-08-25 16:48:01 -04:00
..
core Implemented exception handler. 2021-08-25 16:48:01 -04:00
fatfs Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
about_tab.cpp AboutTab: add json-c to dependencies list. 2021-07-23 03:42:26 -04:00
error_frame.cpp Implemented OptionsTabUpdateFileDialog and OptionsTabUpdateFileDialogContent classes. 2021-07-29 03:50:17 -04:00
exception_handler.cpp Implemented exception handler. 2021-08-25 16:48:01 -04:00
gamecard_tab.cpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00
layered_error_frame.cpp Move refocus logic to from TitlesTab to LayeredErrorFrame. 2021-06-25 16:13:39 -04:00
main.cpp Implemented exception handler. 2021-08-25 16:48:01 -04:00
options_tab.cpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00
root_view.cpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00
tasks.cpp OptionsTab: fully implement application update feature. 2021-08-07 04:42:03 -04:00
titles_tab.cpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00