* remote-sim.h (SIM_ADDR): New type (same as CORE_ADDR).
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 26 Oct 1993 16:34:01 +0000 (16:34 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 26 Oct 1993 16:34:01 +0000 (16:34 +0000)
commitc7efaa16dc66169aea23dd5a52d38d815f072b2a
treebffdc4d966aa7215dec7a8d625d466504447b20a
parent79971d11cc7a1331d433f7cc9eb0495d07a53078
* remote-sim.h (SIM_ADDR): New type (same as CORE_ADDR).
(sim_set_pc): Update prototype.
(sim_read, sim_write): Ditto, and use unsigned char *buf.
(sim_fetch_register, sim_store_register): Use unsigned char *buf.
(sim_info): Pass printf function as argument, add verbose argument.
(sim_stop_reason): Renamed from sim_stop_signal, fix prototype.
* remote-sim.c (gdbsim_wait): Update call to sim_stop_reason.
(gdbsim_files_info): Update call to sim_info.
gdb/ChangeLog
gdb/remote-sim.c
gdb/remote-sim.h