From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18560 invoked by alias); 17 Mar 2003 14:28:04 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18395 invoked from network); 17 Mar 2003 14:28:03 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 17 Mar 2003 14:28:03 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 32FE92B11; Mon, 17 Mar 2003 09:28:01 -0500 (EST) Message-ID: <3E75DB71.5040500@redhat.com> Date: Mon, 17 Mar 2003 14:28:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "D.Venkatasubramanian, Noida" Cc: gdb-patches@sources.redhat.com Subject: Re: FW: [PATCH] Commandline Support for the H8300 Simulator. References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00360.txt.bz2 > 2003-03-17 D.Venkatasubramanian > > * compile.c: Added #define SET_CMDLINE_LOCATION to > set the location of 8-bit (256 locations) where the > Command Line arguments would be stored. > (decode): Added a TRAP to 0xcc for Commandline > processing using pseudo opcode O_SYS_CMDLINE. > (sim_resume): Added handling of O_SYS_CMDLINE Trap. > (sim_create_inferior): Setting a pointer to > Commandline Args array. > * inst.h: Added a new variable ptr_command_line for > storing pointer to Commandline array. > Yes, ok, thanks. Andrew