My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
feature  
Feature Wanted
Featured
Updated Aug 4, 2009 by Peter.Op...@gmail.com

If you want some new debugging command, please post it into the comment. Thanks!!!

Comment by oglve...@gmail.com, Aug 7, 2009

a kind of stop-if-condition-is-met? i hate to do that manualy.

or,

run to next return?

Comment by blasterm...@gmail.com, Aug 21, 2009

Something that pauses when a ret is executed. Pause after the ret so we can see the IP that the ret jumped to.

Comment by project member cmk128, Aug 23, 2009

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.

Comment by alfaomeg...@gmail.com, Dec 24, 2009

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

Comment by sshwa...@gmail.com, Apr 17, 2010

x86-64 support still isn't an option ?

Comment by project member cmk128, May 20, 2010

hi sshwarts, working on that, but progress is slow, because I am not familiar with x86-64

Comment by boy1...@gmail.com, Jan 17, 2011

step over may be usefull, to skip some call function. Emulate breakpoint to next instruction and continue execution.

Comment by project member cmk128, Jun 20, 2011

yes, step over is useful for me to debug my kernel.


Sign in to add a comment
Powered by Google Project Hosting