|
From: Benjamin R. <Ben...@ep...> - 2003-10-25 14:25:15
|
Hi Duncan,
Duncan Murdoch <mi...@mu...> writes:
> Is there a simple function or macro to put into code to trap to the
> debugger (using Insight on top of gdb)?
I haven't tried this myself with GCC/gdb, but with other compilers the
equivalent of asm("int 3") works fine on Intel.
benny
|