How to call next assembly in gdb? -
If I type But how to direct it to run the statement of the next assembly? nexti (ni) and stepi (ci) instead of next (n) and step (s) ). n in GDB, then the next statement will be run.
If I type But how to direct it to run the statement of the next assembly? nexti (ni) and stepi (ci) instead of next (n) and step (s) ). n in GDB, then the next statement will be run.
Comments
Post a Comment