This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Single-stepping through INT nn instructions



> 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]