This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| snippets:gdb [2024/01/12 22:59] – allspark | snippets:gdb [2024/01/12 23:03] (current) – allspark | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * `next` same as `step` but skip function | * `next` same as `step` but skip function | ||
| * `nexti` same as `stepi` but skip function | * `nexti` same as `stepi` but skip function | ||
| + | |||
| + | `info registers` | ||
| ## attach to running process | ## attach to running process | ||