From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116853 invoked by alias); 7 Jan 2019 16:07:42 -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 116838 invoked by uid 89); 7 Jan 2019 16:07:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=replay, history X-HELO: mail-wr1-f66.google.com Received: from mail-wr1-f66.google.com (HELO mail-wr1-f66.google.com) (209.85.221.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Jan 2019 16:07:40 +0000 Received: by mail-wr1-f66.google.com with SMTP id p4so975020wrt.7 for ; Mon, 07 Jan 2019 08:07:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=undo-io.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=m566xlZ28z/mhEvzPXXSupIKl2BvMXE3hiALpF0PBJo=; b=I3F6pGIopHLQ6+QwiyO+Es46wZU9g1ZACsGEtTQvrhvHZVajbZYfvouinDRKcw/Pgr TABinsbRtgYTjzoZbxcAMzDva0L3f6ixKKmNrjMUwz+eAGhMBfwtt9dlznlIvMQSay/7 vvDpa9Z0JRcmC4wZSVVGbwZmJPetnWQ7Qr/4hYFIT5TFllDlsMVZMD08bRC6sO8Gv13j 1BdLZKDROZ34WUardSHG1xsTLYhoV8eVBRDAnqL+LZzGaDW/Z5CCqoIKj4L4MHR/BNzL LnVMTPfYGo9hkc100sFVtZq61+y9Q0Zx1qyhEtqwaxqZbqTG2wE7sEkSRI0h5ybQ5auo /N6g== Return-Path: Received: from undo-autkin ([109.159.206.110]) by smtp.gmail.com with ESMTPSA id q12sm43728298wrx.31.2019.01.07.08.07.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Jan 2019 08:07:37 -0800 (PST) Date: Mon, 07 Jan 2019 16:07:00 -0000 From: Andrey Utkin To: gdb-patches@sourceware.org Subject: Re: [PATCH] Handle hitting a recording extent boundary as a normal trap-caused stop Message-ID: <20190107160735.GA9520@undo-autkin> References: <20190104213758.3477-1-autkin@undo.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190104213758.3477-1-autkin@undo.io> User-Agent: Mutt/1.10.1 (2018-07-13) X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00130.txt.bz2 Raised a related bugticket https://sourceware.org/bugzilla/show_bug.cgi?id=24073 (Breakpoint on the first insn of recorded history is not reported in replay).