mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
Add set_sim_callbacks new needed by gdb.
This commit is contained in:
parent
f30c1d4a4b
commit
f46f380706
@ -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.
|
||||
|
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user