Re: How to show instructions in one record
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 06 Sep 2016 18:42:33 +0200, wrote: > I am using Debian Testing which ships extremely new software and is > rolling to some extent. Both Debian Testing and Unstable have gdb_7.11.1-2 and there is nothing related to libipt/intel-pt. I also see no libipt support in gdb_7.11.90.20160824-0ubuntu2. > Debian has the support for libipt and I have installed this package. GDB does not have support for dlopen of libipt, libipt (libipt-dev) must be present already during GDB configure+build. It is a bit interesting why Debian has packaged libipt as there is AFAIK no other use for libipt than GDB (but I may be wrong). Jan