all repos — mgba @ ca3566de8c75d210344b5bc7a2f6913f017806d9

mGBA Game Boy Advance Emulator

Qt: Remove leftover code from GDB fixup
Jeffrey Pfau jeffrey@endrift.com
Mon, 19 Jan 2015 03:21:11 -0800
commit

ca3566de8c75d210344b5bc7a2f6913f017806d9

parent

2400b760c8ae7da6f567228b5225595623c19d43

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

jump to
M src/platform/qt/GDBController.cppsrc/platform/qt/GDBController.cpp

@@ -47,8 +47,6 @@ void GDBController::detach() {

if (!isAttached()) { return; } - SocketSetBlocking(m_gdbStub.socket, false); - SocketSetBlocking(m_gdbStub.connection, false); m_gameController->threadInterrupt(); GDBStubShutdown(&m_gdbStub); m_gameController->setDebugger(nullptr);