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]

[PATCH 0/3] gdbserver: Add powerpc fast tracepoint support.


This patchset enables fast tracepoints on linux powerpc, powerpc64,
powerpc64le.  Agent expression emitter is not included and will follow
in a subsequent patch.

Patches #1 and #2 have no dependencies, patch #3 depends on #1 (for
powerpc64 ELFv1), #2 (for all variants), and
https://sourceware.org/ml/gdb-patches/2016-03/msg00201.html (for powerpc64
ELFv1).

Tested on powerpc, powerpc64, powerpc64le - all ftrace tests pass.
Also tested on i386, x86_64.


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