There was an error while loading. Please reload this page.
Windows
gdb --args retroarch -L /Users/xx/Developer/dolphin/build/win64-ming-debug/Binaries/dolphin_libretro.dll /RetroArch-Win64/Downloads/MarioKart.iso
Ignore jit raised faults:
(gdb) handle SIGSEGV nostop noprint pass
(gdb) run
OR
(gdb) handle SIGSEGV stop print
(gdb) thread apply all bt