all repos — mgba @ c1abe54ec963fe3b0e15a8374619e52ca5ec9258

mGBA Game Boy Advance Emulator

Fix debuggers not logging
Jeffrey Pfau jeffrey@endrift.com
Mon, 01 Sep 2014 02:05:37 -0700
commit

c1abe54ec963fe3b0e15a8374619e52ca5ec9258

parent

be13627d37a01bcfb63665d5b4bd343dcb11cd84

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

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

@@ -144,6 +144,7 @@ }

} if (threadContext->debugger) { + threadContext->debugger->log = GBADebuggerLogShim; GBAAttachDebugger(&gba, threadContext->debugger); ARMDebuggerEnter(threadContext->debugger, DEBUGGER_ENTER_ATTACHED); }