This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
RE: [PATCH] Commandline Support for the H8300 Simulator.
- From: "D.Venkatasubramanian, Noida" <dvenkat at noida dot hcltech dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Thu, 20 Mar 2003 11:38:07 +0530
- Subject: RE: [PATCH] Commandline Support for the H8300 Simulator.
2003-03-20 D.Venkatasubramanian <dvenkat at noida dot hcltech dot com>
* compile.c (cmdline_location): Added function to
return 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.
Applied
Regards,
Venky
>-----Original Message-----
>From: Andrew Cagney [mailto:ac131313 at redhat dot com]
>Sent: Monday, March 17, 2003 7:58 PM
>To: D.Venkatasubramanian, Noida
>Cc: gdb-patches at sources dot redhat dot com
>Subject: Re: FW: [PATCH] Commandline Support for the H8300 Simulator.
>
>
>> 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
>
>