public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrace, gdbserver: allow "record btrace" for running threads
@ 2016-12-06 15:55 Markus Metzger
  2016-12-06 15:55 ` [PATCH 2/2] btrace: allow recording to be started " Markus Metzger
  2016-12-06 15:55 ` [PATCH 1/2] gdbserver: catch fetch registers error Markus Metzger
  0 siblings, 2 replies; 9+ messages in thread
From: Markus Metzger @ 2016-12-06 15:55 UTC (permalink / raw)
  To: gdb-patches

This refers to:  https://sourceware.org/ml/gdb-patches/2016-11/msg00994.html.

For the remote case I ran into an unexpected gdbserver quit, which is addressed
in the first of the two patches.

I tested this on one 32-bit and one 64-bit Intel Fedora system.  On the former
(4.4.6-301.fc23.i686+PAE), I ran into several PASS/FAIL changes between
different runs in the gdb.threads suite.  When I run those tests a few times, I
get completely different results for almost every run (already without my
changes).  Ignoring those.

Markus Metzger (2):
  gdbserver: catch fetch registers error
  btrace: allow recording to be started for running threads

 gdb/btrace.c                                | 24 +++++++++-
 gdb/gdbserver/linux-low.c                   | 19 +++++++-
 gdb/gdbserver/server.c                      | 18 +++++++-
 gdb/testsuite/gdb.btrace/enable-running.c   | 47 +++++++++++++++++++
 gdb/testsuite/gdb.btrace/enable-running.exp | 72 +++++++++++++++++++++++++++++
 5 files changed, 175 insertions(+), 5 deletions(-)
 create mode 100644 gdb/testsuite/gdb.btrace/enable-running.c
 create mode 100644 gdb/testsuite/gdb.btrace/enable-running.exp

-- 
1.8.3.1

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

end of thread, other threads:[~2017-01-19 15:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-06 15:55 [PATCH 0/2] btrace, gdbserver: allow "record btrace" for running threads Markus Metzger
2016-12-06 15:55 ` [PATCH 2/2] btrace: allow recording to be started " Markus Metzger
2016-12-07 20:20   ` Luis Machado
2016-12-09 12:22     ` Metzger, Markus T
2017-01-19 15:15       ` Pedro Alves
2016-12-06 15:55 ` [PATCH 1/2] gdbserver: catch fetch registers error Markus Metzger
2017-01-19 13:22   ` Pedro Alves
2017-01-19 14:48     ` Metzger, Markus T
2017-01-19 15:02       ` Pedro Alves

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