public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Functions call history patches
@ 2022-04-25 14:48 Ari Hannula
  2022-04-25 14:48 ` [PATCH v2 1/2] [func_call] Add function-call-history-length command to MI Ari Hannula
  2022-04-25 14:48 ` [PATCH v2 2/2] [func_call] Add function-call-history " Ari Hannula
  0 siblings, 2 replies; 5+ messages in thread
From: Ari Hannula @ 2022-04-25 14:48 UTC (permalink / raw)
  To: gdb-patches

Hi,

I have reworked two of the patches that were posted in v1. The rest I have
decided to drop based on review comments. These patches are now only
related to Function Call History MI commands.

V1 of this series can be found here:
https://sourceware.org/pipermail/gdb-patches/2022-February/185814.html

Changes since V1:
* Removed 3 patches from this patchset.
* Moved functions from record.c to new file mi/mi-cmd-record.c.
* Removed some unrelated changes
* Addressed review comments in tests

Regards,
Ari

Tim Wiederhake (2):
  [func_call] Add function-call-history-length command to MI.
  [func_call] Add function-call-history command to MI.

 gdb/Makefile.in                               |   1 +
 gdb/mi/mi-cmd-record.c                        |  83 ++++++++
 gdb/mi/mi-cmd-record.h                        |  32 +++
 gdb/mi/mi-cmds.c                              |   3 +
 gdb/mi/mi-cmds.h                              |   2 +
 gdb/record-btrace.c                           |  38 +++-
 gdb/record.c                                  |  28 +--
 gdb/record.h                                  |  18 ++
 gdb/target-delegates.c                        |  23 +++
 gdb/target.c                                  |   8 +
 gdb/target.h                                  |   7 +
 .../gdb.mi/mi-function_call_history.c         |  43 ++++
 .../gdb.mi/mi-function_call_history.exp       | 184 ++++++++++++++++++
 13 files changed, 452 insertions(+), 18 deletions(-)
 create mode 100644 gdb/mi/mi-cmd-record.c
 create mode 100644 gdb/mi/mi-cmd-record.h
 create mode 100644 gdb/testsuite/gdb.mi/mi-function_call_history.c
 create mode 100644 gdb/testsuite/gdb.mi/mi-function_call_history.exp

-- 
2.25.1

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-26 18:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 14:48 [PATCH v2 0/2] Functions call history patches Ari Hannula
2022-04-25 14:48 ` [PATCH v2 1/2] [func_call] Add function-call-history-length command to MI Ari Hannula
2022-04-26 18:24   ` Tom Tromey
2022-04-25 14:48 ` [PATCH v2 2/2] [func_call] Add function-call-history " Ari Hannula
2022-04-26 18:32   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).