From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55523 invoked by alias); 28 Mar 2016 23:38:11 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 55474 invoked by uid 89); 28 Mar 2016 23:38:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Was X-HELO: ausc60ps301.us.dell.com Received: from ausc60ps301.us.dell.com (HELO ausc60ps301.us.dell.com) (143.166.148.206) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 28 Mar 2016 23:37:59 +0000 X-LoopCount0: from 10.175.216.251 From: To: CC: Subject: Re: Debugging multiple remote targets Date: Mon, 28 Mar 2016 23:38:00 -0000 Message-ID: <1F0425D2-0755-40DE-8EBD-9558DD976C44@dell.com> References: In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00051.txt.bz2 > On Mar 28, 2016, at 4:55 PM, Aurelio Remonda wrote: >=20 > Hello, I intend to debug remote multiple targets with gdb. The idea is > to have two > inferiors and then add a target to each one for simultaneous debug. > Something like: > ... > Apparently gdb does not support this. I found this wiki: > https://sourceware.org/gdb/wiki/MultiTarget >=20 > Was this work on MultiTarget gdb intended to support this kind of things? Yes, I believe so. That work wasn't completed. I've been trying to pick i= t up. I've made some progress but it is not ready for others to try yet, a= nd some other work distracted things for a while. I will now get back to i= t. paul