From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123516 invoked by alias); 11 Feb 2020 16:56:13 -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 123450 invoked by uid 89); 11 Feb 2020 16:56:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*x:Win64, H*x:x64, HX-Languages-Length:800, H*x:5.0 X-HELO: sonic309-25.consmr.mail.ir2.yahoo.com Received: from sonic309-25.consmr.mail.ir2.yahoo.com (HELO sonic309-25.consmr.mail.ir2.yahoo.com) (77.238.179.83) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Feb 2020 16:56:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s2048; t=1581440168; bh=sFPUouj4/tcF3K9ZyezBwRvSF+Y4SCezV/mxUzaAJv0=; h=Date:From:To:In-Reply-To:References:Subject:From:Subject; b=BW6Pvcdhrpml0ArC4p8LSO/c2TSnh3O9D1wLPSVAw1KXq1vJ/4zC6uMnP1LPK88B3Nr/W34UcIgpq/r1NQXnPkQC9+yjiUCaErwU4KO6mn+0sV40Y31gSrqf5O2aQOwJ5KylNbwQiqMMGu90kltfviXIaf7Qc8CM9521ius7xszjrkEz5HZKiN6zZYCRu9eSvLSEUzqLQh7Xmc56S+Ez8FInSCTF8LNHS8uRjiwnGSDcjMOCjfTf+memTBlDtec7mYGOlKq7gVzezZnFBYWijX8yT0SxcoZFK9+eAsPXCuvuJmALFGMoDiol5Th5T5bjnBln9DWWJ+wbS24oEbNmuA== Received: from sonic.gate.mail.ne1.yahoo.com by sonic309.consmr.mail.ir2.yahoo.com with HTTP; Tue, 11 Feb 2020 16:56:08 +0000 Date: Tue, 11 Feb 2020 16:56:00 -0000 From: "Hannes Domani via gdb-patches" Reply-To: Hannes Domani To: Gdb-patches Message-ID: <2078124319.2610999.1581440165388@mail.yahoo.com> In-Reply-To: <874kvx9m8t.fsf@tromey.com> References: <20200117153140.2231-1-ssbssa.ref@yahoo.de> <20200117153140.2231-1-ssbssa@yahoo.de> <544d0a3a-bee9-1ac6-8f4b-611ccbcc39bb@simark.ca> <874kvx9m8t.fsf@tromey.com> Subject: Re: [PATCH 1/2] Display ExceptionRecord for $_siginfo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00408.txt.bz2 Am Dienstag, 11. Februar 2020, 16:28:37 MEZ hat Tom Tromey Folgendes geschrieben: > >>>>> "Simon" =3D=3D Simon Marchi writes: > > Simon> Huh... I was going to say that it shouldn't be a global variable, > Simon> but a per-inferior thing (or is it per-thread?), but pretty much > Simon> all the state is already global...=C2=A0 so I guess it's fine.=C2= =A0 I > Simon> gather that the windows-nat does not support debugging multiple > Simon> inferiors?=C2=A0 Same for win32-low in gdbserver? > > Yes, that's correct.=C2=A0 I think it could be implemented, just nobody h= as > done it yet. How does debugging multiple inferiors work exactly? Is this only possible with async mode (which doesn't work on Windows)? Regards Hannes Domani