From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31848 invoked by alias); 1 Sep 2006 17:30:09 -0000 Received: (qmail 31824 invoked by uid 22791); 1 Sep 2006 17:30:05 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.224) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Sep 2006 17:29:57 +0000 Received: by wx-out-0506.google.com with SMTP id s19so1086748wxc for ; Fri, 01 Sep 2006 10:29:55 -0700 (PDT) Received: by 10.70.76.13 with SMTP id y13mr2851590wxa; Fri, 01 Sep 2006 10:29:55 -0700 (PDT) Received: by 10.70.37.16 with HTTP; Fri, 1 Sep 2006 10:29:55 -0700 (PDT) Message-ID: Date: Fri, 01 Sep 2006 17:30:00 -0000 From: "Rob Quill" To: gdb@sourceware.org Subject: Adding files to GDB MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00016.txt.bz2 Hi, I am wondering how to do the following: Say I wish to add a command to gdb, and then have the code carried out using this command in a new files or files, I should be able to figure out how to add a command using GDB Internals and looking through the code, but I have no real idea of how to add the files so they compile and are used. I quick look in the Autotools book mentions a makefile.am, but I can't fine one of these, and all of this is very new to me. Thanks for your time and help. Rob