[Gd-chatter] r10826 - in trunk/fundev/sources: lib/run-time/pentium-win32 runtime-manager/debugger-nub/x86-win32
andreas at gwydiondylan.org
andreas at gwydiondylan.org
Mon Jul 17 00:17:45 CEST 2006
Author: andreas
Date: Mon Jul 17 00:17:44 2006
New Revision: 10826
Modified:
trunk/fundev/sources/lib/run-time/pentium-win32/minvcrt.def
trunk/fundev/sources/runtime-manager/debugger-nub/x86-win32/symbol_lookup.c
Log:
job: fd
* Make sure new debugger code works with minvcrt.
Modified: trunk/fundev/sources/lib/run-time/pentium-win32/minvcrt.def
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-win32/minvcrt.def (original)
+++ trunk/fundev/sources/lib/run-time/pentium-win32/minvcrt.def Mon Jul 17 00:17:44 2006
@@ -3,6 +3,7 @@
_except_handler3
_ftol
strcpy
+ strlen
memcpy
memset
free
Modified: trunk/fundev/sources/runtime-manager/debugger-nub/x86-win32/symbol_lookup.c
==============================================================================
--- trunk/fundev/sources/runtime-manager/debugger-nub/x86-win32/symbol_lookup.c (original)
+++ trunk/fundev/sources/runtime-manager/debugger-nub/x86-win32/symbol_lookup.c Mon Jul 17 00:17:44 2006
@@ -39,9 +39,13 @@
char out[1024];
+#ifdef DEBUGGING
#define debug_me(x, y) \
sprintf(out, x, y); \
debugger_message(out, 0, 0);
+#else
+#define debug_me(x, y)
+#endif
BOOL CALLBACK nub_enumerate_symbol_callback
(PSYMBOL_INFO pSymInfo,
More information about the chatter
mailing list