public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] btrace: Resume recording after disconnect.
@ 2016-07-19  7:45 Tim Wiederhake
  2016-07-19  7:45 ` [PATCH v2 1/1] " Tim Wiederhake
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Wiederhake @ 2016-07-19  7:45 UTC (permalink / raw)
  To: gdb-patches; +Cc: palves, markus.t.metzger

Hi,

thank you for your feedback.  This is v2 of
https://sourceware.org/ml/gdb-patches/2016-06/msg00165.html
which fixes
https://sourceware.org/ml/gdb-patches/2015-11/msg00420.html

I followed Pedros suggestion about making "disconnect" not stop the trace,
so the focus of this patch shifted a little bit to "new feature", away
from "bugfix".

- Tim

Tim Wiederhake (1):
  btrace: Resume recording after disconnect.

 gdb/NEWS                               |  3 ++
 gdb/doc/gdb.texinfo                    |  4 +-
 gdb/record-btrace.c                    | 51 ++++++++++++++++++------
 gdb/record-btrace.h                    | 28 +++++++++++++
 gdb/remote.c                           | 61 ++++++++++++++++++++++++++++
 gdb/testsuite/gdb.btrace/reconnect.c   | 25 ++++++++++++
 gdb/testsuite/gdb.btrace/reconnect.exp | 73 ++++++++++++++++++++++++++++++++++
 7 files changed, 231 insertions(+), 14 deletions(-)
 create mode 100644 gdb/record-btrace.h
 create mode 100644 gdb/testsuite/gdb.btrace/reconnect.c
 create mode 100644 gdb/testsuite/gdb.btrace/reconnect.exp

-- 
2.7.4

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

end of thread, other threads:[~2016-07-21 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19  7:45 [PATCH v2 0/1] btrace: Resume recording after disconnect Tim Wiederhake
2016-07-19  7:45 ` [PATCH v2 1/1] " Tim Wiederhake
2016-07-21 16:17   ` 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).