How to call next assembly in gdb? -


If I type n in GDB, then the next statement will be run.

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

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -