aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1994-05-18 20:42:06 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1994-05-18 20:42:06 +0000
commit47424e7931938245de9422e58d78a8cc2c6a6fd9 (patch)
tree59c64681c1947ccd93a2a29b33bd5a49fb9a131e /gdb/ChangeLog
parentbc67bf9606ef34a3d1dd4c0c8a11c29323b72dbd (diff)
downloadgdb-47424e7931938245de9422e58d78a8cc2c6a6fd9.zip
gdb-47424e7931938245de9422e58d78a8cc2c6a6fd9.tar.gz
gdb-47424e7931938245de9422e58d78a8cc2c6a6fd9.tar.bz2
* remote-sim.h (sim_verbose): Delete.
Document callbacks needed. (sim_*): Change result to void where there isn't one. (sim_open): Clarify argument and error response. (sim_close): Declare. (sim_load): Change bfd_handle argument to file name. Clarify result. (sim_create_inferior): Renamed from sim_set_args. (sim_set_pc): Delete. (sim_info): Delete printf_fn argument. * remote-sim.c (gdbsim_kill): Add comment describing purpose. (gdbsim_load): Try sim_load first. (gdbsim_create_inferior): Call sim_create_inferior. (gdbsim_open): Handle args == NULL. Update call to sim_open. (gdbsim_close): Call sim_close. (gdbsim_files_info): Update call to sim_info. (gdbsim_ops): Realign comments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 33af79a..8b2c3a1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,22 @@
Wed May 18 13:01:55 1994 Doug Evans (dje@canuck.cygnus.com)
+ * remote-sim.h (sim_verbose): Delete.
+ Document callbacks needed.
+ (sim_*): Change result to void where there isn't one.
+ (sim_open): Clarify argument and error response.
+ (sim_close): Declare.
+ (sim_load): Change bfd_handle argument to file name. Clarify result.
+ (sim_create_inferior): Renamed from sim_set_args.
+ (sim_set_pc): Delete.
+ (sim_info): Delete printf_fn argument.
+ * remote-sim.c (gdbsim_kill): Add comment describing purpose.
+ (gdbsim_load): Try sim_load first.
+ (gdbsim_create_inferior): Call sim_create_inferior.
+ (gdbsim_open): Handle args == NULL. Update call to sim_open.
+ (gdbsim_close): Call sim_close.
+ (gdbsim_files_info): Update call to sim_info.
+ (gdbsim_ops): Realign comments.
+
* printcmd.c (decode_format): Allow TARGET_PTR_BIT to be non-constant.
Tue May 17 16:45:20 1994 Stan Shebs (shebs@andros.cygnus.com)