diff .gdbinit @ 34:0756caa79167

macro function recursive and copy method
author kono
date Mon, 10 Feb 2003 07:38:09 +0900
parents 8500dbb69dd9
children 412ad2e6c2a2
line wrap: on
line diff
--- a/.gdbinit	Sun Feb 09 23:17:23 2003 +0900
+++ b/.gdbinit	Mon Feb 10 07:38:09 2003 +0900
@@ -1,6 +1,8 @@
 tb main
 b error
 b errmsg
+b macro_function
+b macro_eval
 define regs 
 call fprintf(stderr,"eax=%08x ebx=%08x ecx=%08x edx=%08x\nesi=%08x edi=%08x ebp=%08x esp=%08x eip=%08x\n",$eax,$ebx,$ecx,$edx,$esi,$edi,$ebp,$esp,$eip)
 end