1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-22 18:26:39 +00:00
nxdumptool/include
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.hpp FocusableItem: reestructure class. 2021-08-08 03:39:21 -04:00
async_task.hpp Display a CrashFrame warning at startup if the application is running under applet mode. 2021-07-30 17:07:26 -04:00
defines.h FocusableItem: reestructure class. 2021-08-08 03:39:21 -04:00
download_task.hpp OptionsTab: fully implement application update feature. 2021-08-07 04:42:03 -04:00
error_frame.hpp Added templated ErrorLayerView class. 2021-06-20 03:49:33 -04:00
focusable_item.hpp FocusableItem: reestructure class. 2021-08-08 03:39:21 -04:00
gamecard_tab.hpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00
layered_error_frame.hpp Move refocus logic to from TitlesTab to LayeredErrorFrame. 2021-06-25 16:13:39 -04:00
options_tab.hpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00
root_view.hpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00
scope_guard.hpp Implemented C++ scope guards. 2021-06-07 23:13:45 -04:00
tasks.hpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00
titles_tab.hpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00