From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65465 invoked by alias); 22 Jul 2016 09:24:16 -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 65429 invoked by uid 89); 22 Jul 2016 09:24:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=UD:gdb.texinfo, UD:texinfo, gdb.texinfo, gdbtexinfo X-HELO: mga11.intel.com Received: from mga11.intel.com (HELO mga11.intel.com) (192.55.52.93) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Jul 2016 09:23:52 +0000 Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 22 Jul 2016 02:23:51 -0700 X-ExtLoop1: 1 Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 22 Jul 2016 02:23:50 -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 u6M9NnIh010674; Fri, 22 Jul 2016 10:23:49 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id u6M9NnQ7010604; Fri, 22 Jul 2016 11:23:49 +0200 Received: (from twiederh@localhost) by ulvlx001.iul.intel.com with œ id u6M9Nmcg010600; Fri, 22 Jul 2016 11:23:49 +0200 From: Tim Wiederhake To: gdb-patches@sourceware.org Cc: palves@redhat.com, markus.t.metzger@intel.com Subject: [PATCH v3 0/1] btrace: Resume recording after disconnect. Date: Fri, 22 Jul 2016 09:24:00 -0000 Message-Id: <1469179428-10333-1-git-send-email-tim.wiederhake@intel.com> X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00280.txt.bz2 Hi, This is v3 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 - 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 | 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