dhewm3/neo/tools/debugger
Daniel Gibson 07985cc5ea Fix MinGW build, #505
<intrin.h>, included by SDL_cpuinfo.h via SDL.h, defines strcmp.
If the idlib/Str.h `#define strcmp idStr::Cmp` hack is visible when
that file is parsed, there's a compiler error (because strcmp in
intrin.h is replaced with idStr::Cmp then).
So I reorderedd includes a bit until it compiled again..
2023-01-16 03:15:21 +01:00
..
debugger.cpp Fix MinGW build, #505 2023-01-16 03:15:21 +01:00
debugger_common.h - Debuggersever now always builds, but is disabled by default in runtime. 2021-06-17 05:44:23 +02:00
DebuggerApp.cpp debugger 2021-06-17 05:44:23 +02:00
DebuggerApp.h debugger 2021-06-17 05:44:23 +02:00
DebuggerBreakpoint.cpp Debugger: Support OnceOnly-Breakpoints ("Run To Cursor") 2021-07-13 06:11:45 +02:00
DebuggerBreakpoint.h Debugger: Support OnceOnly-Breakpoints ("Run To Cursor") 2021-07-13 06:11:45 +02:00
DebuggerClient.cpp Debugger: Support OnceOnly-Breakpoints ("Run To Cursor") 2021-07-13 06:11:45 +02:00
DebuggerClient.h - Fixed Once Breakpoints 2021-07-13 20:36:53 +02:00
DebuggerFindDlg.cpp - 64bit debugger fixes 2021-06-17 05:44:23 +02:00
DebuggerFindDlg.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
DebuggerMessages.h - Added Console input / command exec to debugger 2021-06-21 14:59:28 +02:00
DebuggerQuickWatchDlg.cpp - 64bit debugger fixes 2021-06-17 05:44:23 +02:00
DebuggerQuickWatchDlg.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
DebuggerScript.cpp - Debuggersever now always builds, but is disabled by default in runtime. 2021-06-17 05:44:23 +02:00
DebuggerScript.h debugger 2021-06-17 05:44:23 +02:00
DebuggerServer.cpp Fix MinGW build, #505 2023-01-16 03:15:21 +01:00
DebuggerServer.h Fix MinGW build, #505 2023-01-16 03:15:21 +01:00
DebuggerWindow.cpp - another margin size fix 2021-07-18 22:06:38 +02:00
DebuggerWindow.h Shorten file path in backtraces 2022-01-08 17:02:24 +01:00