From 1c108b02f62c0812a8a71e78854666588a811840 Mon Sep 17 00:00:00 2001 From: Oxore Date: Tue, 30 Aug 2022 20:34:04 +0300 Subject: Implement GDB's execution continue and interrupt --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 80b78d3..71ac411 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,8 @@ target_include_directories(musashi_m68k PRIVATE add_executable(emulator ${emulator_sources}) target_link_libraries(emulator musashi_m68k) target_compile_definitions(emulator PRIVATE - DEBUG_TRACE_INSTRUCTIONS=1 + DEBUG_TRACE_INSTRUCTIONS=0 + DEBUG_TRACE_GDB_REMOTE=1 ) # Target for GDB Remote Debugging protocol implementation testing -- cgit v1.2.3