From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19004 invoked by alias); 30 Jun 2015 12:40:53 -0000 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 Received: (qmail 18989 invoked by uid 89); 30 Jun 2015 12:40:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 30 Jun 2015 12:40:47 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 92936116338; Tue, 30 Jun 2015 08:40:45 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id v4Ma9sWg5xlZ; Tue, 30 Jun 2015 08:40:45 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6E571116337; Tue, 30 Jun 2015 08:40:45 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E9500406BE; Tue, 30 Jun 2015 05:40:43 -0700 (PDT) Date: Tue, 30 Jun 2015 12:40:00 -0000 From: Joel Brobecker To: Will Cc: gdb@sourceware.org Subject: Re: gdb cheat sheet Message-ID: <20150630124043.GB3094@adacore.com> References: <56e80c7b38988179c57b4947e16bba78@mail.korte.land> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56e80c7b38988179c57b4947e16bba78@mail.korte.land> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-06/txt/msg00094.txt.bz2 > There exists, on the Internet, an excellent cheat sheet for gdb (I'll link > to it if asked - it's not on any site associated with gdb or the FSF, so I'm > not sure if I'm allowed to post the link). It is listed as being copyright > the Free Software Foundation, and is GPL-ed. You may be referring to the refcard. It's a texi file and the sources are in the gdb/doc/ directory. -- Joel