Re: How to display instructions around the current instuction?
Sterling Augustine via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAEG7qUy5TD+UFPm8hH-nmnOhK4aigsV=fpKj-HSUxsEZqWSfuA@mail.gmail.com> |
On Thu, Jan 28, 2021 at 8:50 AM Peng Yu via Gdb <[email protected]> wrote: > > > I believe "disas" should work: > > I need at each si, it automatically print the commands. I don't want > to type disas each time when I type si. You might find the TUI assembly layout helpful. (gdb) tui enable (gdb) layout asm Remember here that everyone is trying to help you out of kindness.