This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| snippets:gdb [2019/07/19 10:54] – allspark | snippets:gdb [2024/01/12 23:03] (current) – allspark | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * `finish` | * `finish` | ||
| + | * `step` next source line | ||
| + | * `stepi` one machine instruction | ||
| + | * `next` same as `step` but skip function | ||
| + | * `nexti` same as `stepi` but skip function | ||
| + | |||
| + | `info registers` | ||
| ## attach to running process | ## attach to running process | ||