This is the mail archive of the
gdb@sourceware.cygnus.com
mailing list for the GDB project.
Re: Single-stepping through INT nn instructions
- To: Jim Blandy <jimb@cygnus.com>
- Subject: Re: Single-stepping through INT nn instructions
- From: Eli Zaretskii <eliz@delorie.com>
- Date: Thu, 15 Jul 1999 05:13:48 -0400 (EDT)
- CC: gdb@sourceware.cygnus.com, DJ Delorie <dj@delorie.com>
> So you're trying to step *into* an int, not over it, right?
I meant this: suppose the debuggee is stopped right in front of the
INT nn instruction. Now I want to do a "stepi" in GDB.
> You might look into defining SOFTWARE_SINGLE_STEP for i386
Thanks, I will look it up.
> Are you sure the other platforms can do this? I bet they just punt.
Well, I usually don't dare to assume that DJGPP solves problems that
other platforms punt ;-). At least not without sound reasons.