From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10720 invoked by alias); 9 Jun 2003 14:18:01 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10593 invoked from network); 9 Jun 2003 14:17:58 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 9 Jun 2003 14:17:58 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 016302B63; Mon, 9 Jun 2003 10:17:56 -0400 (EDT) Message-ID: <3EE49714.8090403@redhat.com> Date: Mon, 09 Jun 2003 14:18:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz , vera0010 Cc: gdb@sources.redhat.com Subject: Re: /proc is high-efficient, why not use it? References: <20030609072110.27976.qmail@sina.com> <20030609131904.GA30691@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00106.txt.bz2 > On Mon, Jun 09, 2003 at 03:21:10PM +0800, vera0010 wrote: > >> Hello! >> >> I have read gdb-5.3 source. I know it uses primarily on x86/alpha linux platform. >> >> But a debugger can only debug the unique process, not more processes simultaneously. > > > That is incorrect. GDB can debug any number of physical processes at > once. However, GDB only supports this when they are threads of the > same program. Getting support for multiple independant processes is on the long term wish list. Andrew