From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5571 invoked by alias); 27 Oct 2016 14:14:23 -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 5490 invoked by uid 89); 27 Oct 2016 14:14:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-qt0-f193.google.com Received: from mail-qt0-f193.google.com (HELO mail-qt0-f193.google.com) (209.85.216.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Oct 2016 14:14:12 +0000 Received: by mail-qt0-f193.google.com with SMTP id n34so1326953qtb.3 for ; Thu, 27 Oct 2016 07:14:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=dYnDb3m/ExfEghuxv9YLhzb77dNAr25ZdPCyXV1k+FA=; b=CzyjP3gQ0VDYzriJqhz2MM4BSC7QiTqHkgMwQVSvZYEXZCbZNnbPBpcuIlKK2bo1qZ 80GUHoB1/4ws6D71dfaRuTZHflW5PYLL/BODxRkv6fYQdbwRMd7G5hEcmUNyM2EXUGmJ XmYOq9L5ShoJ1epmjy9x11ln8gH5Eb1ltkhkLBA8jSHq0lkbi+84KSuTRZWOwfphgrK0 wbOOj7bpHOZUzoyBtJSO67V3LbgGbyDaRzFSXYXKYvGpz/aAgtDB/Gnw85My/HyyVk39 qJzvqRG93ZdjbreormRUfbcq7DATl+sNnrwxrqQhQFR+j8bTqHSoj+ivodxvzpwCEXem JXjw== X-Gm-Message-State: ABUngvdEQj8FmHW7+0beJ3XQslXKDLsCsHvZ1nJRySA1bNHV9uoYRWYoFZRJFtjWCMsWjKsRmyTmrb0vn04ocA== X-Received: by 10.237.62.153 with SMTP id n25mr6268289qtf.50.1477577651258; Thu, 27 Oct 2016 07:14:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.149.168 with HTTP; Thu, 27 Oct 2016 07:14:10 -0700 (PDT) In-Reply-To: <6feb876a-46d2-4ef8-e75d-6de9550b4c0f@redhat.com> References: <1474856716-5913-1-git-send-email-yao.qi@linaro.org> <1474856716-5913-2-git-send-email-yao.qi@linaro.org> <6feb876a-46d2-4ef8-e75d-6de9550b4c0f@redhat.com> From: Yao Qi Date: Thu, 27 Oct 2016 14:14:00 -0000 Message-ID: Subject: Re: [PATCH 1/3] Remove single-step breakpoint for GDBserver internal event To: Pedro Alves Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00754.txt.bz2 On Thu, Oct 27, 2016 at 2:16 PM, Pedro Alves wrote: > > Ah yes, sorry, I should have read the code in more detail. > I agree, totally makes sense to do this here. > So, the patch is OK to commit? :-) --=20 Yao (=E9=BD=90=E5=B0=A7)