From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26814 invoked by alias); 9 Oct 2003 20:19:35 -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 26807 invoked from network); 9 Oct 2003 20:19:34 -0000 Received: from unknown (HELO sadr.equallogic.com) (66.155.203.134) by sources.redhat.com with SMTP; 9 Oct 2003 20:19:34 -0000 Received: from sadr.equallogic.com (localhost.localdomain [127.0.0.1]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id h99KJY4h028086 for ; Thu, 9 Oct 2003 16:19:34 -0400 Received: from deneb.dev.equallogic.com (deneb [172.16.1.99]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id h99KJXZA028081; Thu, 9 Oct 2003 16:19:33 -0400 Received: from localhost.equallogic.com (localhost.localdomain [127.0.0.1]) by deneb.dev.equallogic.com (8.11.6/8.11.6) with ESMTP id h99KJXV04032; Thu, 9 Oct 2003 16:19:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16261.49877.256798.921797@gargle.gargle.HOWL> Date: Thu, 09 Oct 2003 20:19:00 -0000 From: Paul Koning To: jimb@redhat.com Cc: ac131313@redhat.com, gdb@sources.redhat.com Subject: Re: A target has-a 1:N threads? References: <3F856BF9.5020708@redhat.com> X-SW-Source: 2003-10/txt/msg00163.txt.bz2 >>>>> "Jim" == Jim Blandy writes: Jim> I'm more concerned about the symbol table's ability to support Jim> multiple processes, the solib list handling, and so on. That could be very powerful when using gdb to analyze kernel (or, more accurately, whole-system) crash dumps. paul