Add set_sim_callbacks new needed by gdb.

This commit is contained in:
Michael Meissner 1995-10-08 02:42:39 +00:00
parent f30c1d4a4b
commit f46f380706
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sat Oct 7 22:40:59 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* sim_calls.c (sim_set_callbacks): Define new function.
Fri Oct 6 17:23:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* psim.c (psim_print_info): Print exit status or signal number.

View File

@ -33,6 +33,7 @@
#include "devices.h"
#include "../../gdb/remote-sim.h"
#include "../../gdb/callback.h"
/* Structures used by the simulator, for gdb just have static structures */
@ -290,6 +291,12 @@ sim_do_command(char *cmd)
TRACE(trace_gdb, ("sim_do_commands(cmd=%s) called\n", cmd));
}
void
sim_set_callbacks (host_callback *callback)
{
TRACE(trace_gdb, ("sim_set_callbacks called\n"));
}
/****/
void *