From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6805 invoked by alias); 12 Dec 2013 16:36:38 -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 6747 invoked by uid 89); 12 Dec 2013 16:36:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout21.012.net.il Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Dec 2013 16:36:36 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MXP00I00C609A00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 12 Dec 2013 18:36:29 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MXP00IZTCST4CA0@a-mtaout21.012.net.il>; Thu, 12 Dec 2013 18:36:29 +0200 (IST) Date: Thu, 12 Dec 2013 16:36:00 -0000 From: Eli Zaretskii Subject: Re: [patch v8 24/24] record-btrace: add (reverse-)stepping support In-reply-to: <1386839747-8860-25-git-send-email-markus.t.metzger@intel.com> To: Markus Metzger Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837gba6n76.fsf@gnu.org> References: <1386839747-8860-1-git-send-email-markus.t.metzger@intel.com> <1386839747-8860-25-git-send-email-markus.t.metzger@intel.com> X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00504.txt.bz2 > From: Markus Metzger > Cc: gdb-patches@sourceware.org, Eli Zaretskii > Date: Thu, 12 Dec 2013 10:15:47 +0100 > > Non-stop mode is not working. Do not allow record-btrace in non-stop mode. Thanks. > + The target does not record data and does therefore not allow reading > + memory or registers. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ "and therefore does not allow ..." The documentation parts are OK with this change.