diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1993-10-26 16:34:01 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1993-10-26 16:34:01 +0000 |
commit | c7efaa16dc66169aea23dd5a52d38d815f072b2a (patch) | |
tree | bffdc4d966aa7215dec7a8d625d466504447b20a /gdb/ChangeLog | |
parent | 79971d11cc7a1331d433f7cc9eb0495d07a53078 (diff) | |
download | gdb-c7efaa16dc66169aea23dd5a52d38d815f072b2a.zip gdb-c7efaa16dc66169aea23dd5a52d38d815f072b2a.tar.gz gdb-c7efaa16dc66169aea23dd5a52d38d815f072b2a.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a2a4b36..57fe7cc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Tue Oct 26 08:36:07 1993 Doug Evans (dje@canuck.cygnus.com) + + * 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. + Tue Oct 26 10:41:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * valops.c (value_assign): Call reinit_frame_cache when assigning |