From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102e.google.com (mail-pj1-x102e.google.com [IPv6:2607:f8b0:4864:20::102e]) by sourceware.org (Postfix) with ESMTPS id 6CB863858022 for ; Mon, 24 May 2021 19:23:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6CB863858022 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: by mail-pj1-x102e.google.com with SMTP id ot16so13518677pjb.3 for ; Mon, 24 May 2021 12:23:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=lwerlv6X77jOHOg2rxHMQM68/HfE5VJEBVNMz4wbZ38=; b=fpUYWTA8UpL2deHN3LN2oCnaZ905CBoSmU/xrU6YEs0mbrxGhS6boezZGwo+Vxo7G1 VuQnVOxhBqeFwqQ62oHLTeuYdspABmE54Um/QK8tZhulFvuHE1BKwDSw3TI3DiZinP9F Yc7gJ/7nK8ow3oJkYJjbs2ryi/jrsQlxe5nnw/O02cyJ+fzaQ3Yr0vH5JdYqnFQocjDJ zcti2ZTW1WmbpQzvv7YrLgAwX44CaJsFfIbbpN8H74HkUiMb8Z5kM7zR5oq/tKQd8qFK gHC/siereHhuWMOW62T6+ZHNI8jEimyiy+sShmIvA7F9p8NWqrYlc0yJwAkehRcICkBX ykhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=lwerlv6X77jOHOg2rxHMQM68/HfE5VJEBVNMz4wbZ38=; b=SDIA5G4ixXaUFfGrdatgRrGF5NfHF/4XKGbexjAQRXBWhTI3DxclzGJKQxTAF++B6I 2LwaDwNmMvxxsUtekLsw6zwBIoE5Tpon6A/ZTXW47lgFXkhnfueEePfiZgEwswyrZyiw G/feS+4LwHFJ+DUSD+1ieEpYOpm0K3cuvz4iDpjeOSqHb3Y7cf8+A0eioIFYEq6CtgLh EDvzp/DDQHpLPsd1dqOIH6JoXSFieozbpk5ufgdSDC5ZaYJpLzsSz6SiFjpRdm6W6ESU y2/nckqlCTi2ZUZBqzbDPXKWUU2O5fauefmphlrlIc79xEHAEcpQZljAx6l9ZFVCkTy8 IfAA== X-Gm-Message-State: AOAM530rrQQGCNwHI+1wcmdMLaiylNrz74XnRYBO4dTSfdV1kRj+U8zV qTw0S9L7JvSMArRag1bZgJ6kJVuaIChy7Xw= X-Google-Smtp-Source: ABdhPJwfzQDGHWjbe97+Hc1pMy7D4n0ooPXxC20eqcBOa6chf+kMDwgI8NX9ybCZwTDOkzNo6TROfA== X-Received: by 2002:a17:902:b282:b029:f7:8167:7b9d with SMTP id u2-20020a170902b282b02900f781677b9dmr16827575plr.18.1621884233605; Mon, 24 May 2021 12:23:53 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id 6sm212767pjm.21.2021.05.24.12.23.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 May 2021 12:23:52 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id 124F889A9A; Mon, 24 May 2021 12:23:52 -0700 (PDT) Date: Mon, 24 May 2021 12:23:52 -0700 From: Joel Brobecker To: Magne Hov via Gdb-patches Subject: Re: [PATCH v2] gdb: fix eval.c assert during inferior exit event Message-ID: <20210524192352.GA755333@adacore.com> References: <20210505155627.3850386-1-mhov@undo.io> <20210510172121.2123009-1-mhov@undo.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210510172121.2123009-1-mhov@undo.io> X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2021 19:23:56 -0000 Hello Magne, > 2021-05-10 Magne Hov > > * eval.c (expression::evaluate): Check inferior_ptid. > > gdb/testsuite/ChangeLog: > > 2021-05-10 Magne Hov > > * gdb.python/py-events.exp: Extend inferior exit tests. > * gdb.python/py-events.py: Print inferior exit PID. A quick request when the copyright assignment process is complete; since Simon created a PR in bugzilla to track this issue, would you mind adding... PR python/27841 ... at the start of each ChangeLog entry above, when you push the commit? This way, you commit gets automatically filed into that PR in bugzilla as well. If you look at the current ChangeLog files, you'll find lots of examples. Thank you! -- Joel