From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19139 invoked by alias); 10 Jul 2012 20:35:35 -0000 Received: (qmail 19072 invoked by uid 22791); 10 Jul 2012 20:35:34 -0000 X-SWARE-Spam-Status: No, hits=-4.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from imr3.ericy.com (HELO imr3.ericy.com) (198.24.6.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Jul 2012 20:35:15 +0000 Received: from eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) by imr3.ericy.com (8.13.8/8.13.8) with ESMTP id q6AKYuRA027598 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 10 Jul 2012 15:35:08 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.11]) by eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) with mapi; Tue, 10 Jul 2012 16:35:04 -0400 From: Marc Khouzam To: "'Vladimir Prus'" , "'gdb@sourceware.org'" Date: Tue, 10 Jul 2012 20:35:00 -0000 Subject: RE: Multiple inferiors and memory consumption Message-ID: References: <4FFB3F86.2000109@codesourcery.com> In-Reply-To: <4FFB3F86.2000109@codesourcery.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes 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 X-SW-Source: 2012-07/txt/msg00018.txt.bz2 =20 > And now for my real question -- is there any case when using=20 > multi-process to debug several applications > not related via parent-child relationship is better than=20 > running N copies of GDB? For the sake of completeness, let me mention the obvious. When doing remote debugging, only one GDB can connect to the target, so multi-process is the only option to debug several applications. Marc