all repos — mgba @ d16737ccf2df09323d354b007ffd25da45c036ad

mGBA Game Boy Advance Emulator

Automatically break into the debugger if it was provided at launch time
Jeffrey Pfau jeffrey@endrift.com
Mon, 03 Feb 2014 03:42:02 -0800
commit

d16737ccf2df09323d354b007ffd25da45c036ad

parent

eb232690114374d0307c5b5b00c3d520353b7f1c

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/gba/gba-thread.csrc/gba/gba-thread.c

@@ -96,6 +96,7 @@ }

if (threadContext->debugger) { GBAAttachDebugger(&gba, threadContext->debugger); + ARMDebuggerEnter(threadContext->debugger, DEBUGGER_ENTER_ATTACHED); } gba.keySource = &threadContext->activeKeys;