|
feature
Feature Wanted
Featured If you want some new debugging command, please post it into the comment. Thanks!!! |
► Sign in to add a comment
|
Search
|
|
feature
Feature Wanted
Featured If you want some new debugging command, please post it into the comment. Thanks!!! |
a kind of stop-if-condition-is-met? i hate to do that manualy.
or,
run to next return?
Something that pauses when a ret is executed. Pause after the ret so we can see the IP that the ret jumped to.
Thanks for the requests. I always think bochs breakpoint is not useful. I am making enhancing my super breakpoint, take a look http://code.google.com/p/peter-bochs/wiki/peterBochDebugger
Dear blastreman95, I am working on "break on specific instruction". Extremely useful to trace my unstable interrupt handler if I can pause on iret.
Some kind of stack dump with highlighting. Eg: just before an IRET you may show the stack, highlighting which is the EIP value, which the CS, which the FLAGS and so...
x86-64 support still isn't an option ?
hi sshwarts, working on that, but progress is slow, because I am not familiar with x86-64
step over may be usefull, to skip some call function. Emulate breakpoint to next instruction and continue execution.
yes, step over is useful for me to debug my kernel.