Searched refs:SIM_DESC (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/binutils/include/gdb/ |
H A D | remote-sim.h | 46 typedef struct sim_state *SIM_DESC; typedef 119 void sim_close PARAMS ((SIM_DESC sd, int quitting)); 145 SIM_RC sim_load PARAMS ((SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty)); 172 int sim_read PARAMS ((SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length)); 179 int sim_write PARAMS ((SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length)); 191 int sim_fetch_register PARAMS ((SIM_DESC sd, int regno, unsigned char *buf, int length)); 210 void sim_info PARAMS ((SIM_DESC sd, int verbose)); 235 void sim_resume PARAMS ((SIM_DESC sd, int step, int siggnal)); 242 int sim_stop PARAMS ((SIM_DESC sd)); 269 void sim_stop_reason PARAMS ((SIM_DESC sd, enum sim_stop *reason, int *sigrc)); [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | remote-sim.c | 123 static SIM_DESC gdbsim_desc = 0;
|
H A D | ChangeLog-1997 | 2318 * remote-sim.h (sim_state, SIM_DESC): New types.
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | ChangeLog | 886 (sim_set_callbacks): Drop SIM_DESC argument. Document. 887 (sim_size): Remove recently added SIM_DESC argument. Document.
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | ChangeLog | 938 (sim_set_callbacks): Drop SIM_DESC argument. Document. 939 (sim_size): Remove recently added SIM_DESC argument. Document.
|
H A D | ChangeLog-9103 | 1537 (sim_set_callbacks): Drop SIM_DESC argument. Document. 1538 (sim_size): Remove recently added SIM_DESC argument. Document.
|
/openbsd/gnu/gcc/include/ |
H A D | ChangeLog-9103 | 1482 (sim_set_callbacks): Drop SIM_DESC argument. Document. 1483 (sim_size): Remove recently added SIM_DESC argument. Document.
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | ChangeLog-9103 | 1482 (sim_set_callbacks): Drop SIM_DESC argument. Document. 1483 (sim_size): Remove recently added SIM_DESC argument. Document.
|
/openbsd/gnu/usr.bin/binutils/config/ |
H A D | acinclude.m4 | 408 AC_EGREP_HEADER([SIM_DESC sim_open.*struct _bfd], remote-sim.h,
|
/openbsd/gnu/usr.bin/binutils-2.17/config/ |
H A D | acinclude.m4 | 408 AC_EGREP_HEADER([SIM_DESC sim_open.*struct _bfd], remote-sim.h,
|
/openbsd/gnu/gcc/config/ |
H A D | acinclude.m4 | 408 AC_EGREP_HEADER([SIM_DESC sim_open.*struct _bfd], remote-sim.h,
|