From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32565 invoked by alias); 8 Jun 2012 12:45:53 -0000 Received: (qmail 32551 invoked by uid 22791); 8 Jun 2012 12:45:51 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Jun 2012 12:43:54 +0000 Received: by wgbds1 with SMTP id ds1so1192950wgb.0 for ; Fri, 08 Jun 2012 05:43:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.24.193 with SMTP id w1mr15178wif.5.1339159432930; Fri, 08 Jun 2012 05:43:52 -0700 (PDT) Received: by 10.216.235.140 with HTTP; Fri, 8 Jun 2012 05:43:52 -0700 (PDT) In-Reply-To: References: <4FD0AF8C.2040908@codesourcery.com> Date: Fri, 08 Jun 2012 12:45:00 -0000 Message-ID: Subject: Re: [PATCH] Makefile.in includes linux-record.c to be common for all arch. (arm-reversible>phase-3) From: oza Pawandeep To: Matt Rice Cc: Yao Qi , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00226.txt.bz2 ok. It is clear now. shall incorporate linux-record where Yao suggested. Regards, Oza. On Fri, Jun 8, 2012 at 11:39 AM, Matt Rice wrote: > On Thu, Jun 7, 2012 at 10:20 AM, oza Pawandeep wrote: >> ok. sure will add it there as it is not currently linking. >> but on the contrary 'record.o' is also under the same section >> COMMON_OBS, which is also not required where no record support. >> hence it is confusing. > > I think that because record.o implements gdb commands, we want > commands to be available universally > e.g. we want an error that support for a command is not available in a > build of gdb, rather than 'Undefined command.' > > where linux-record appears to be plumbing, thus not necessary.