How to display instructions around the current instuction?
Peng Yu via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CABrM6wnFF3Gz9B62qeoqGgRZo0D-djpKPh-X6LmXGYEapqBYQw@mail.gmail.com> |
Hi, The following command will disply instructions below the current instructions. Is there a way to display around the current instruction (e.g., 5 instructions above and 5 instructions below)? display/10i $rip -- Regards, Peng