Open moon-chilled opened 3 years ago
Also, gdb uses advance
and until
to step until a specific address; not s
.
can you submit a PR fixing this information with the correct one?
Yes, will do that later today.
But would appreciate advice on what the best thing to do about abbreviations is: use abbreviated form? Expanded form? Show both?
probably both forms
still waiting for today
Here, it says that gdb uses
n
to step into ands
to step over, but it's actually the other way around.(Also, the gdb command listings are inconsistent; some of them use the abbreviated forms and some use the expanded ones. E.G.
s
is short forstep
, butinfo registers
can be shortened toi r
.)