public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Querying registers of already-exited processes
@ 2020-11-13 16:57 Tankut Baris Aktemur
  2020-11-13 16:57 ` [PATCH 1/3] gdb/testsuite: update the expected output in gdb.threads/killed-outside.exp Tankut Baris Aktemur
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Tankut Baris Aktemur @ 2020-11-13 16:57 UTC (permalink / raw)
  To: gdb-patches

Hello,

This series can be considered a continuation of

  commit 4778a5f87d253399083565b4919816f541ebe414
  Author: Tom de Vries <tdevries@suse.de>
  Date:   Tue Apr 21 15:45:57 2020 +0200

    [gdb] Fix hang after ext sigkill

and

  commit 47f1aceffa02be4726b854082d7587eb259136e0
  Author: Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
  Date:   Thu May 14 13:59:54 2020 +0200

    gdb/infrun: handle already-exited threads when attempting to stop

The starting point was PR gdb/26877:

  https://sourceware.org/bugzilla/show_bug.cgi?id=26877

The first two patches are preparatory.  The main patch is the last one.

Regards
Baris


Tankut Baris Aktemur (3):
  gdb/testsuite: update the expected output in
    gdb.threads/killed-outside.exp
  gdb/regcache: return REG_UNAVAILABLE if raw_update raises
    NOT_AVAILABLE_ERROR
  gdb: raise and handle NOT_AVAILABLE_ERROR when accessing frame PC

 gdb/amd64-linux-nat.c                         |  3 +-
 gdb/regcache.c                                | 11 ++-
 gdb/remote.c                                  | 20 +++--
 gdb/stack.c                                   | 33 +++++++-
 gdb/testsuite/gdb.threads/killed-outside.exp  | 11 ++-
 .../gdb.tui/multi-exit-remove-inferior.c      | 21 +++++
 .../gdb.tui/multi-exit-remove-inferior.exp    | 80 +++++++++++++++++++
 7 files changed, 166 insertions(+), 13 deletions(-)
 create mode 100644 gdb/testsuite/gdb.tui/multi-exit-remove-inferior.c
 create mode 100644 gdb/testsuite/gdb.tui/multi-exit-remove-inferior.exp

-- 
2.17.1


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

end of thread, other threads:[~2021-04-21 12:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 16:57 [PATCH 0/3] Querying registers of already-exited processes Tankut Baris Aktemur
2020-11-13 16:57 ` [PATCH 1/3] gdb/testsuite: update the expected output in gdb.threads/killed-outside.exp Tankut Baris Aktemur
2020-11-13 16:57 ` [PATCH 2/3] gdb/regcache: return REG_UNAVAILABLE if raw_update raises NOT_AVAILABLE_ERROR Tankut Baris Aktemur
2020-11-13 16:57 ` [PATCH 3/3] gdb: raise and handle NOT_AVAILABLE_ERROR when accessing frame PC Tankut Baris Aktemur
2020-11-27 16:08 ` [PATCH 0/3] Querying registers of already-exited processes Aktemur, Tankut Baris
2020-12-04 11:36 ` Aktemur, Tankut Baris
2020-12-21  8:04 ` Aktemur, Tankut Baris
2021-01-15 15:05   ` Aktemur, Tankut Baris
2021-02-01 16:48 ` Aktemur, Tankut Baris
2021-02-10  7:47 ` Aktemur, Tankut Baris
2021-03-16 18:19 ` Aktemur, Tankut Baris
2021-03-29 14:13 ` Aktemur, Tankut Baris
2021-04-12 12:46 ` Aktemur, Tankut Baris
2021-04-21 12:22 ` Aktemur, Tankut Baris

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