This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: FW: [PATCH] Commandline Support for the H8300 Simulator.
- From: Andrew Cagney <ac131313 at redhat dot com>
- To: "D.Venkatasubramanian, Noida" <dvenkat at noida dot hcltech dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Mon, 17 Mar 2003 09:28:01 -0500
- Subject: Re: FW: [PATCH] Commandline Support for the H8300 Simulator.
- References: <E04CF3F88ACBD5119EFE00508BBB2121082A501E@exch-01.noida.hcltech.com>
2003-03-17 D.Venkatasubramanian <dvenkat at noida dot hcltech dot com>
* 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