| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | callback.c | 60 fdbad (host_callback *p, int fd) in fdbad() 71 fdmap (host_callback *p, int fd) in fdmap() 77 os_close (host_callback *p, int fd) in os_close() 146 os_poll_quit (host_callback *p) in os_poll_quit() 161 os_get_errno (host_callback *p) in os_get_errno() 168 os_isatty (host_callback *p, int fd) in os_isatty() 182 os_lseek (host_callback *p, int fd, int64_t off, int way) in os_lseek() 196 os_open (host_callback *p, const char *name, int flags) in os_open() 219 os_read (host_callback *p, int fd, char *buf, int len) in os_read() 273 os_read_stdin (host_callback *p, char *buf, int len) in os_read_stdin() [all …]
|
| D | sim-load.c | 36 static void eprintf (host_callback *, const char *, ...); 37 static void xprintf (host_callback *, const char *, ...); 39 (host_callback *, unsigned long, time_t, time_t); 55 sim_load_file (SIM_DESC sd, const char *myname, host_callback *callback, in sim_load_file() 160 xprintf (host_callback *callback, const char *fmt, ...) in xprintf() 172 eprintf (host_callback *callback, const char *fmt, ...) in eprintf() 186 report_transfer_performance (host_callback *callback, unsigned long data_count, in report_transfer_performance()
|
| D | sim-syscall.h | 42 int sim_syscall_read_mem (host_callback *, struct cb_syscall *, unsigned long, 44 int sim_syscall_write_mem (host_callback *, struct cb_syscall *, unsigned long,
|
| D | sim-syscall.c | 34 sim_syscall_read_mem (host_callback *cb ATTRIBUTE_UNUSED, struct cb_syscall *sc, in sim_syscall_read_mem() 46 sim_syscall_write_mem (host_callback *cb ATTRIBUTE_UNUSED, struct cb_syscall *sc, in sim_syscall_write_mem() 64 host_callback *cb = STATE_CALLBACK (sd); in sim_syscall_multi()
|
| D | sim-utils.h | 65 typedef struct host_callback_struct host_callback; typedef 69 host_callback *callback, const char *prog,
|
| D | hw-events.c | 205 host_callback *cb = ZALLOC (host_callback); in main()
|
| D | syscall.c | 72 cb_get_string (host_callback *cb, CB_SYSCALL *sc, char *buf, int buflen, in cb_get_string() 102 get_path (host_callback *cb, CB_SYSCALL *sc, TADDR addr, char **bufp) in get_path() 135 cb_syscall (host_callback *cb, CB_SYSCALL *sc) in cb_syscall()
|
| D | nrun.c | 41 extern host_callback default_callback;
|
| D | sim-base.h | 248 SIM_DESC sim_state_alloc_extra (SIM_OPEN_KIND kind, host_callback *callback,
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | remote-sim.c | 55 static int gdb_os_write_stdout (host_callback *, const char *, int); 57 static void gdb_os_flush_stdout (host_callback *); 59 static int gdb_os_write_stderr (host_callback *, const char *, int); 61 static void gdb_os_flush_stderr (host_callback *); 63 static int gdb_os_poll_quit (host_callback *); 66 static void gdb_os_printf_filtered (host_callback *, const char *, ...); 68 static void gdb_os_vprintf_filtered (host_callback *, const char *, va_list); 70 static void gdb_os_evprintf_filtered (host_callback *, const char *, va_list); 72 static void gdb_os_error (host_callback *, const char *, ...) 194 static host_callback gdb_callback; [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/iq2000/ |
| D | sim-if.c | 59 sim_open (SIM_OPEN_KIND kind, host_callback *callback, struct bfd *abfd, in sim_open() 138 host_callback *cb = STATE_CALLBACK (sd); in sim_create_inferior()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/rx/ |
| D | load.c | 36 xprintf (host_callback *callback, const char *fmt, ...) in xprintf() 85 rx_load (bfd *prog, host_callback *callback) in rx_load()
|
| D | load.h | 28 void rx_load (bfd *, host_callback *callback);
|
| /netbsd/src/external/gpl3/gdb/dist/sim/rl78/ |
| D | load.c | 41 xprintf (host_callback *callback, const char *fmt, ...) in xprintf() 66 rl78_load (bfd *prog, host_callback *callbacks, const char * const simname) in rl78_load()
|
| D | load.h | 28 void rl78_load (bfd *, host_callback *callbacks, const char * const simname);
|
| /netbsd/src/external/gpl3/gdb/dist/sim/frv/ |
| D | sim-if.c | 53 sim_open (SIM_OPEN_KIND kind, host_callback *callback, bfd *abfd, in sim_open() 184 host_callback *cb = STATE_CALLBACK (sd); in sim_create_inferior()
|
| D | traps.c | 89 syscall_read_mem (host_callback *cb, struct cb_syscall *sc, in syscall_read_mem() 100 syscall_write_mem (host_callback *cb, struct cb_syscall *sc, in syscall_write_mem() 116 host_callback *cb = STATE_CALLBACK (sd); in frv_itrap()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/lm32/ |
| D | sim-if.c | 89 sim_open (SIM_OPEN_KIND kind, host_callback *callback, struct bfd *abfd, in sim_open() 200 host_callback *cb = STATE_CALLBACK (sd); in sim_create_inferior()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/m32r/ |
| D | sim-if.c | 57 sim_open (SIM_OPEN_KIND kind, host_callback *callback, struct bfd *abfd, in sim_open() 155 host_callback *cb = STATE_CALLBACK (sd); in sim_create_inferior()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | sim_calls.c | 52 static host_callback *callbacks; 56 host_callback *callback, in sim_open()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/microblaze/ |
| D | interp.c | 368 host_callback *callback = STATE_CALLBACK (sd); in sim_info() 398 sim_open (SIM_OPEN_KIND kind, host_callback *cb, in sim_open()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | interp.c | 106 host_callback *cb = STATE_CALLBACK (sd); in bfin_syscall() 664 sim_open (SIM_OPEN_KIND kind, host_callback *callback, in sim_open() 935 host_callback *cb = STATE_CALLBACK (sd); in bfin_user_init() 1111 host_callback *cb = STATE_CALLBACK (sd); in bfin_virtual_init() 1122 host_callback *cb = STATE_CALLBACK (sd); in sim_create_inferior()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | cris-sim.h | 176 extern void cris_set_callbacks (host_callback *);
|
| D | traps.c | 1387 host_callback *cb = STATE_CALLBACK (sd); in cris_unknown_syscall() 1415 host_callback *cb = STATE_CALLBACK (sd); in cris_break_13_handler() 3199 cris_pipe_nonempty (host_callback *cb ATTRIBUTE_UNUSED, in cris_pipe_nonempty() 3240 cris_pipe_empty (host_callback *cb, in cris_pipe_empty() 3306 cris_time (host_callback *cb ATTRIBUTE_UNUSED) in cris_time() 3312 cris_getpid (host_callback *cb ATTRIBUTE_UNUSED) in cris_getpid() 3320 cris_set_callbacks (host_callback *cb) in cris_set_callbacks()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ |
| D | README-HACKING | 184 syscall_read_mem (host_callback *cb, struct cb_syscall *sc, 192 syscall_write_mem (host_callback *cb, struct cb_syscall *sc, 202 host_callback *cb = STATE_CALLBACK (sd); 243 host_callback *cb = STATE_CALLBACK (sd);
|