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/2] new record commands


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

This series adds new "record" sub-commands.

I incorporated feedback on their naming from Eli and Jan.
I dropped the third command I had proposed earlier.

The patches do not apply to the gdb master.

The entire series, including an implementation of the new commands
for target record-btrace has been committed into archer-mmetzger-btrace.


Markus Metzger (2):
  record: add "record instruction-history" command
  record: add "record function-call-history" command

 gdb/record.c |  328 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gdb/record.h |    7 ++
 gdb/target.c |   85 +++++++++++++++
 gdb/target.h |   32 ++++++
 4 files changed, 452 insertions(+), 0 deletions(-)


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