From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42940 invoked by alias); 15 Feb 2018 15:06:04 -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 42931 invoked by uid 89); 15 Feb 2018 15:06:03 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qk0-f174.google.com Received: from mail-qk0-f174.google.com (HELO mail-qk0-f174.google.com) (209.85.220.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Feb 2018 15:06:02 +0000 Received: by mail-qk0-f174.google.com with SMTP id g129so16698534qkb.13 for ; Thu, 15 Feb 2018 07:06:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=SijoddcCzw5ewBmcjQgK28aA/xhaP9QuqZDV2POnz4k=; b=sFMcmY0dRgyPg0PNN6CW1mf210ZcuMbbuA6FFzLodlOyBKexiqEEuLpAKPB02r233w A340AzjUltAd2AnBCZ/A516jVRnsdRGacueuFQkxSPvxD7tjK59LzrUYP0eQFx7hAZ+V O+zppdwvzRR/xQqaqNFI+Fi9Oqks7ZVf4ilw8Ysm4/PV8fPTrsuUUVuVl0V2y4zCvsyJ y+gGRzN17CXd7KzR2rC76hGVJar0zlLVzIBq0YGC6ZyAF22vc1pvdsg2GvXm+wodSwu1 DuF0utMGssbbHZmXvM/JHD/eV3R0AnDkhwE9cn1bnIly4yzg20nmFAi7jqozBwcUTVE7 XxQw== X-Gm-Message-State: APf1xPBhVpaKIRrEy/dBAoWH+gnkOkT5qU+/9RS7JpBTXTFh+/ZL/vs+ gIhek7U0wIn1V/hdv+wunzWuYXnWIqfhfDW45YQ= X-Google-Smtp-Source: AH8x224H+07s42C1Ws6ZAtCjXrTtqLMLnrmwHcmQtEvb+Zm8OX2vPGQhnM1oq6qiAVyfLlVSKVl+yAH0a7vIrWvBm2E= X-Received: by 10.55.220.197 with SMTP id v188mr4605840qki.147.1518707161012; Thu, 15 Feb 2018 07:06:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.153.232 with HTTP; Thu, 15 Feb 2018 07:06:00 -0800 (PST) In-Reply-To: References: <1517222676-467-1-git-send-email-omair.javaid@linaro.org> <86607ic75j.fsf@gmail.com> <861si4dgfh.fsf@gmail.com> <86o9l2jhuf.fsf@gmail.com> From: Yao Qi Date: Thu, 15 Feb 2018 15:06:00 -0000 Message-ID: Subject: Re: [PATCH] Fix for GDB failing to interrupt after run when no PID issued by stub To: Omair Javaid Cc: GDB Patches Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00207.txt.bz2 On Thu, Feb 8, 2018 at 10:08 AM, Omair Javaid wro= te: > Hi Yao, > > Your patch fixes the issue with openOCD stub. I was a little reluctant to > make a generic change with regards to reseting inferior control structure. > > If there isnt a need to preserve inferior control structure in any case t= hen > your change is the right solution. > I opened PR 22849 for this issue. Pushed patch to both master and 8.1 branch. --=20 Yao (=E9=BD=90=E5=B0=A7)