Menu

#387 Add "Run To Cursor" command to debug

open
nobody
Debugger (44)
5
2012-10-15
2007-08-15
smarsh
No

I have been using Bochs to debug some tough bugs and found that it would be convenient to have a "Run to address command" in the debug version of Bochs.

Ideally, this command would be like a "One-Shot" breakpoint with a continue command.

Here's the semantics of how it would work if the mnemonic for the command were "rpa" for "Run to Physical Address"

rpa 0x00001EAA<enter>

The debugger would then run to the specified address, or the nearest command BEFORE the address and break.

The same could be done for virtual addresses with a different mnemonic.

Best Regards,

S. Marsh

Discussion


Log in to post a comment.