* remote-sim.h (sim_verbose): Delete.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 18 May 1994 20:42:06 +0000 (20:42 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 18 May 1994 20:42:06 +0000 (20:42 +0000)
commit47424e7931938245de9422e58d78a8cc2c6a6fd9
tree59c64681c1947ccd93a2a29b33bd5a49fb9a131e
parentbc67bf9606ef34a3d1dd4c0c8a11c29323b72dbd
* 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.
gdb/ChangeLog
gdb/remote-sim.c
gdb/remote-sim.h
This page took 0.025038 seconds and 4 git commands to generate.