Re: How to display instructions around the current instuction?
Christian Biesinger via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAPTJ0XG5tvDK+OWwdc_WeBPq6sK-6Qftu3y7rJTK=SuCKQ_=dw@mail.gmail.com> |
On Thu, Jan 28, 2021 at 5:50 PM Peng Yu <[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. Maybe: define hook-stop disas end ?