From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55546 invoked by alias); 19 Jul 2016 07:45:24 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 55524 invoked by uid 89); 19 Jul 2016 07:45:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=recording, Hx-languages-length:1002, news X-HELO: mga14.intel.com Received: from mga14.intel.com (HELO mga14.intel.com) (192.55.52.115) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 19 Jul 2016 07:45:12 +0000 Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 19 Jul 2016 00:45:11 -0700 X-ExtLoop1: 1 Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga004.fm.intel.com with ESMTP; 19 Jul 2016 00:45:08 -0700 Received: from ulvlx001.iul.intel.com (ulvlx001.iul.intel.com [172.28.207.17]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u6J7j7LJ007917; Tue, 19 Jul 2016 08:45:08 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id u6J7j7o6031379; Tue, 19 Jul 2016 09:45:07 +0200 Received: (from twiederh@localhost) by ulvlx001.iul.intel.com with œ id u6J7j7Bh031375; Tue, 19 Jul 2016 09:45:07 +0200 From: Tim Wiederhake To: gdb-patches@sourceware.org Cc: palves@redhat.com, markus.t.metzger@intel.com Subject: [PATCH v2 0/1] btrace: Resume recording after disconnect. Date: Tue, 19 Jul 2016 07:45:00 -0000 Message-Id: <1468914307-31108-1-git-send-email-tim.wiederhake@intel.com> X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00196.txt.bz2 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