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></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
New 'rla' command was added to debugger exact to do that mentioned
Run to linear address.
GUI debugger support (another feature request) is next step