public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Stop notifications when unwindonsignal is on
@ 2023-08-08 14:45 Andrew Burgess
  2023-08-08 14:45 ` [PATCH 1/2] gdb/testsuite: add mi_info_frame helper proc (and use it) Andrew Burgess
  2023-08-08 14:45 ` [PATCH 2/2] gdb: MI stopped events when unwindonsignal is on Andrew Burgess
  0 siblings, 2 replies; 12+ messages in thread
From: Andrew Burgess @ 2023-08-08 14:45 UTC (permalink / raw)
  To: gdb-patches; +Cc: pedro, Andrew Burgess

First patch just adds some new testsuite infrastructure.  Second patch
is where the interesting work is done.

Thanks,
Andrew

---

Andrew Burgess (2):
  gdb/testsuite: add mi_info_frame helper proc (and use it)
  gdb: MI stopped events when unwindonsignal is on

 gdb/infcall.c                                |  52 ++++++--
 gdb/testsuite/gdb.base/unwindonsignal.exp    |   7 +-
 gdb/testsuite/gdb.compile/compile-cplus.exp  |  14 ++-
 gdb/testsuite/gdb.compile/compile.exp        |  14 ++-
 gdb/testsuite/gdb.cp/gdb2495.exp             |   7 +-
 gdb/testsuite/gdb.mi/mi-cmd-user-context.exp |  12 +-
 gdb/testsuite/gdb.mi/mi-condbreak-fail.exp   | 118 +++++++++++++------
 gdb/testsuite/gdb.mi/mi-condbreak-throw.cc   |  38 ++++++
 gdb/testsuite/gdb.mi/mi-condbreak-throw.exp  | 116 ++++++++++++++++++
 gdb/testsuite/gdb.mi/mi-stack.exp            |   7 +-
 gdb/testsuite/lib/mi-support.exp             |  52 ++++++++
 11 files changed, 375 insertions(+), 62 deletions(-)
 create mode 100644 gdb/testsuite/gdb.mi/mi-condbreak-throw.cc
 create mode 100644 gdb/testsuite/gdb.mi/mi-condbreak-throw.exp


base-commit: 066c738ec5d803a080e3da3b0936484a10c8f31b
-- 
2.25.4


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

end of thread, other threads:[~2023-09-08 10:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08 14:45 [PATCH 0/2] Stop notifications when unwindonsignal is on Andrew Burgess
2023-08-08 14:45 ` [PATCH 1/2] gdb/testsuite: add mi_info_frame helper proc (and use it) Andrew Burgess
2023-08-08 14:45 ` [PATCH 2/2] gdb: MI stopped events when unwindonsignal is on Andrew Burgess
2023-08-10 15:06   ` Thiago Jung Bauermann
2023-08-14 14:50     ` Andrew Burgess
2023-08-15  0:32       ` Thiago Jung Bauermann
2023-08-16 14:28         ` Andrew Burgess
2023-08-18 21:56           ` Thiago Jung Bauermann
2023-08-23  9:33             ` Andrew Burgess
2023-08-29 16:37   ` Simon Marchi
2023-09-08  8:54     ` Andrew Burgess
2023-09-08 10:03     ` Andrew Burgess

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).