Re: A command that skips a “call ”, “jmp”, or “int” instruction

Gene Cumm <[email protected]> Wed, 25 Jun 2014 00:27:55 -0400
Newsgroups gmane.comp.emulators.bochs.devel
Message-ID <CAD0RxemrazUvihY5OmA6vgXFHZ20F1aeKxTGy3YW3isX+t8RyQ@mail.gmail.com>
On Jun 24, 2014 9:43 PM, "Isaac D. Cohen" <[email protected]> wrote:
>
> Hi everyone,
>
> I use bochs as a debugger. I use the "s" command to step through my code.
My problem is however, that whenever an "int" instruction comes, it starts
stepping through BIOS code. Is there a command I can enter to get it to
skip all the BIOS code and go back to my code?

Set a breakpoint ("b <address>" iirc) at the address after the "int" then
"c" continue.

--Gene

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft

_______________________________________________
bochs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bochs-developers