From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7787 invoked by alias); 7 Dec 2007 15:02:56 -0000 Received: (qmail 7648 invoked by uid 22791); 7 Dec 2007 15:02:29 -0000 X-Spam-Check-By: sourceware.org Received: from dmz.mips-uk.com (HELO dmz.mips-uk.com) (194.74.144.194) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Dec 2007 15:02:23 +0000 Received: from internal-mx1 ([192.168.192.240] helo=ukservices1.mips.com) by dmz.mips-uk.com with esmtp (Exim 3.35 #1 (Debian)) id 1J0eia-0005Y9-00; Fri, 07 Dec 2007 15:02:20 +0000 Received: from perivale.mips.com ([192.168.192.200]) by ukservices1.mips.com with esmtp (Exim 3.36 #1 (Debian)) id 1J0eiS-0005X5-00; Fri, 07 Dec 2007 15:02:12 +0000 Received: from macro (helo=localhost) by perivale.mips.com with local-esmtp (Exim 4.63) (envelope-from ) id 1J0eiS-00006p-7L; Fri, 07 Dec 2007 15:02:12 +0000 Date: Fri, 07 Dec 2007 15:07:00 -0000 From: "Maciej W. Rozycki" To: Jim Blandy cc: gdb-patches@sourceware.org, "Maciej W. Rozycki" Subject: Re: Target-specific command logging facility In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MIPS-Technologies-UK-MailScanner: Found to be clean X-MIPS-Technologies-UK-MailScanner-From: macro@mips.com 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: 2007-12/txt/msg00126.txt.bz2 On Fri, 30 Nov 2007, Maciej W. Rozycki wrote: > 2006-02-13 Maciej W. Rozycki > > * target.c (update_current_target): Inherit to_log_command. > * target.h (struct target_ops). Add to_log_command. > (target_log_command): New macro. > * top.c (execute_command): Call target_log_command() rather than > serial_log_command(). > * monitor.c (init_base_monitor_ops): Initialize to_log_command. > * remote-m32r-sdi.c (init_m32r_ops): Likewise. > * remote-mips.c (_initialize_remote_mips): Likewise. > * remote.c (init_remote_ops): Likewise. Having seen no objections I have committed it now. Maciej