From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113669 invoked by alias); 10 Jan 2020 12:18:08 -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 113654 invoked by uid 89); 10 Jan 2020 12:18:08 -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 autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Jan 2020 12:18:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578658685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BZi+VejLnwo6yWheB99IyWukW6pcxzxlTXpcLlsT1p8=; b=L2+HMs9qEh/ASPVxK3wKPTHn+uy36Sd4Ng47TxCdoWQl096z5BASqGc59GcI/SlAcCg9BF dAJtnaLBXq0LJDfIC00afQJvqQ+5Sxz+AE5mJoVcWcitBhFe0UOrkGJoyBj+8iqaqjvlrm DLKMGW5yjJwv+lPzvVJa7l0IRrM6ivo= Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-103-Qr8LXFq2PsO-2FgtUl1S3A-1; Fri, 10 Jan 2020 07:18:03 -0500 Received: by mail-wr1-f69.google.com with SMTP id j4so810478wrs.13 for ; Fri, 10 Jan 2020 04:18:03 -0800 (PST) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:4c97:6d52:2cea:997b? ([2001:8a0:f913:f700:4c97:6d52:2cea:997b]) by smtp.gmail.com with ESMTPSA id y7sm6826141wmd.1.2020.01.10.04.18.00 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 10 Jan 2020 04:18:01 -0800 (PST) Subject: Re: [PATCH] Switch the inferior too in switch_to_program_space_and_thread (Re: [PATCH v2 08/24] Introduce switch_to_inferior_no_thread) To: "Aktemur, Tankut Baris" References: <20191017225026.30496-1-palves@redhat.com> <20191017225026.30496-9-palves@redhat.com> <489c25ee-b0ae-6a17-65cc-32c5d7c652d2@redhat.com> <9039e000-1d8c-ffcc-60bd-659b3a983a43@redhat.com> Cc: "gdb-patches@sourceware.org" , "Paunovic, Aleksandar" From: Pedro Alves Message-ID: <0857e57a-34b5-17df-36a8-c8a0315cb634@redhat.com> Date: Fri, 10 Jan 2020 12:18:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2020-01/txt/msg00242.txt.bz2 On 1/10/20 11:33 AM, Aktemur, Tankut Baris wrote: > As far as I can tell, you rebased the series on the current master, correct? > Could you update the users/palves/multi-target-v2 branch? The new patch does not > apply there cleanly. I attempted to replicate it on users/palves/multi-target-v2, > but gdb.base/step-over-exit.exp still hits the assertion. Sorry, should have thought to do that. Done now. Thanks, Pedro Alves