From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1740 invoked by alias); 18 Feb 2008 04:30:32 -0000 Received: (qmail 1731 invoked by uid 22791); 18 Feb 2008 04:30:32 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Feb 2008 04:30:07 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JQxdi-0002D4-IG for gdb@sources.redhat.com; Mon, 18 Feb 2008 04:30:02 +0000 Received: from ip68-4-164-134.oc.oc.cox.net ([68.4.164.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2008 04:30:02 +0000 Received: from rhurst2 by ip68-4-164-134.oc.oc.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2008 04:30:02 +0000 To: gdb@sources.redhat.com From: Ray Hurst Subject: How do you debug gdb? Date: Mon, 18 Feb 2008 05:08:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) 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-02/txt/msg00121.txt.bz2 It seemed that this question was better suited for the development group than in the general group. How do you debug gdb? In other words, if I have a problem with gdb itself how do I go about debugging the issue? Ray