From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44769 invoked by alias); 22 Jul 2016 11:15:51 -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 44691 invoked by uid 89); 22 Jul 2016 11:15:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=HERE, news X-HELO: mga01.intel.com Received: from mga01.intel.com (HELO mga01.intel.com) (192.55.52.88) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Jul 2016 11:15:40 +0000 Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 22 Jul 2016 04:15:28 -0700 X-ExtLoop1: 1 Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga004.fm.intel.com with ESMTP; 22 Jul 2016 04:15:26 -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 u6MBFO48018943; Fri, 22 Jul 2016 12:15:25 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id u6MBFOqL030043; Fri, 22 Jul 2016 13:15:24 +0200 Received: (from twiederh@localhost) by ulvlx001.iul.intel.com with œ id u6MBFOEY030039; Fri, 22 Jul 2016 13:15:24 +0200 From: Tim Wiederhake To: gdb-patches@sourceware.org Cc: palves@redhat.com, markus.t.metzger@intel.com Subject: [PATCH v4 0/1] btrace: Resume recording after disconnect. Date: Fri, 22 Jul 2016 11:15:00 -0000 Message-Id: <1469186124-29772-1-git-send-email-tim.wiederhake@intel.com> X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00291.txt.bz2 Hi, This is v4 of https://sourceware.org/ml/gdb-patches/2016-06/msg00165.html which fixes https://sourceware.org/ml/gdb-patches/2015-11/msg00420.html and includes the advice (thanks!) in: https://sourceware.org/ml/gdb-patches/2016-07/msg00263.html https://sourceware.org/ml/gdb-patches/2016-07/msg00284.html - Tim *** BLURB HERE *** 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 | 79 ++++++++++++++++++++++++++++++++++ 7 files changed, 237 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