Re: How to display instructions around the current instuction?
Christian Biesinger via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAPTJ0XFj=aci-YrqLkyNgnJEZJS1aE4KaYiesOEjnrJj9eweng@mail.gmail.com> |
On Thu, Jan 28, 2021 at 6:16 PM Peng Yu <[email protected]> wrote: > > Hi Christian, > > > define hook-stop > > disas > > end > > This works by printing the current block. It looks good. > > Is there a way to make the three lines into one line? Thanks. Sorry, I don't know. Christian