This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/5] configure: check for libipt


On 06/23/2015 09:16 AM, Markus Metzger wrote:
> Check for libipt, an Intel(R) Processor Trace decoder library.  The sources
> can be found on github at:
> 
>     https://github.com/01org/processor-trace
> 
> 2015-06-23  Markus Metzger  <markus.t.metzger@intel.com>
> 
> 	* configure.ac: Check for libipt
> 	* configure: Regenerate.
> 	* config.in: Regenerate.
> 	* Makefile.in (LIBIPT): New.
> 	(CLIBS): Add $LIBIPT.

OK.

Is the library host independent?  That is, does it handle
host vs target endianness, integer types, etc.?  E.g., is a big endian PPC
host debugging against an x86-64 gdbserver able to use libipt?  Another
example would be a big endian PPC host loading an x86-64 core dump that
includes ipt data (once we get to it).

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]