* callback.h: Deleted, moved to ../include.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 20 Nov 1996 08:55:42 +0000 (08:55 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 20 Nov 1996 08:55:42 +0000 (08:55 +0000)
commit4da8b2a5f472f70993e7a40529960547eabe6479
treeb0dca307c40edcbaad6e2271949fda83bc0af111
parent9d10b92d2ab96407190ff3e22afecf0370c75149
* callback.h: Deleted, moved to ../include.
* callback.c: Deleted, moved to ../sim/common.
* Makefile.in (SFILES,COMMON_OBJS): Delete callback.[co].
(callback.o): Delete rule.
* remote-sim.h: No longer include callback.h
(sim_callback_write_stdout): Delete prototype.
* remote-sim.c (init_callbacks,end_callbacks): New functions.
(gdb_os_write_stdout, gdb_os_printf_filtered): New functions.
(gdb_callback, callbacks_initialized): New static globals.
(gdbsim_open): Call init_callbacks.
(gdbsim_close): Call end_callbacks.
(simulator_command): Call init_callbacks.
gdb/.Sanitize
gdb/ChangeLog
gdb/callback.c [deleted file]
gdb/callback.h [deleted file]
gdb/remote-sim.c
gdb/remote-sim.h
This page took 0.036779 seconds and 4 git commands to generate.