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] target record-btrace


From: Markus Metzger <markus.t.metzger@intel.com>

This patch series adds a new target record-btrace and implements the
two commands I added previously.

What's missing for the btrace series is porting the tests from the
previously added gdb.btrace suite and removing the old btrace cli.
I plan to send patches this week to complete the series.

I will keep track of approvals for individual patches.  When the
series is complete, I will send out the entire series for final
approval.

The complete series except for the doc changes in the last patch of
this series has been committed into archer-mmetzger-btrace.


Markus Metzger (3):
  record, btrace: add record-btrace target
  record-btrace, disas: omit pc prefix
  doc, record: document record changes

 gdb/Makefile.in            |    4 +-
 gdb/NEWS                   |   26 ++
 gdb/btrace.h               |   26 ++
 gdb/common/btrace-common.h |   20 +-
 gdb/disasm.c               |    4 +-
 gdb/disasm.h               |    1 +
 gdb/doc/gdb.texinfo        |  200 +++++++--
 gdb/record-btrace.c        | 1025 ++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 1265 insertions(+), 41 deletions(-)
 create mode 100644 gdb/record-btrace.c


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