Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The commands you want are "stepi" (single-step one instruction), "disass" (disassemble at the current point in the program), and "info registers" (show you what's in all of the registers). These work equally well for hand-written assembly and for any arbitrary compiled program.


cfallin: many, many thanks.

I guess should read the gdb manual, and, if it's anything like the as manual (which I've learned is not always the full story), the source too.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: