From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10099 invoked by alias); 21 Jul 2008 00:30:20 -0000 Received: (qmail 10062 invoked by uid 22791); 21 Jul 2008 00:30:17 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Jul 2008 00:29:51 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 6D0513C211; Sun, 20 Jul 2008 17:29:49 -0700 (PDT) Subject: Re: Towards multiprocess GDB From: Michael Snyder To: Paul Koning Cc: stanshebs@earthlink.net, gdb@sourceware.org In-Reply-To: <18561.528.278824.732595@gargle.gargle.HOWL> References: <4880FFA8.3080600@earthlink.net> <18561.528.278824.732595@gargle.gargle.HOWL> Content-Type: text/plain Date: Mon, 21 Jul 2008 00:34:00 -0000 Message-Id: <1216600189.3549.481.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit 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: 2008-07/txt/msg00232.txt.bz2 On Fri, 2008-07-18 at 16:50 -0400, Paul Koning wrote: > Do we need a way to specify a different environment for each program? Yep - environment, argv, symbols, and address space (mem caching). Maybe auxv and TLS. Plus debugger state (running, stepping, all the egs and tss stuff).