Home
last modified time | relevance | path

Searched refs:host_callback (Results 1 – 25 of 50) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dcallback.c60 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 …]
Dsim-load.c36 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()
Dsim-syscall.h42 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,
Dsim-syscall.c34 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()
Dsim-utils.h65 typedef struct host_callback_struct host_callback; typedef
69 host_callback *callback, const char *prog,
Dhw-events.c205 host_callback *cb = ZALLOC (host_callback); in main()
Dsyscall.c72 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()
Dnrun.c41 extern host_callback default_callback;
Dsim-base.h248 SIM_DESC sim_state_alloc_extra (SIM_OPEN_KIND kind, host_callback *callback,
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote-sim.c55 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/
Dsim-if.c59 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/
Dload.c36 xprintf (host_callback *callback, const char *fmt, ...) in xprintf()
85 rx_load (bfd *prog, host_callback *callback) in rx_load()
Dload.h28 void rx_load (bfd *, host_callback *callback);
/netbsd/src/external/gpl3/gdb/dist/sim/rl78/
Dload.c41 xprintf (host_callback *callback, const char *fmt, ...) in xprintf()
66 rl78_load (bfd *prog, host_callback *callbacks, const char * const simname) in rl78_load()
Dload.h28 void rl78_load (bfd *, host_callback *callbacks, const char * const simname);
/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dsim-if.c53 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()
Dtraps.c89 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/
Dsim-if.c89 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/
Dsim-if.c57 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/
Dsim_calls.c52 static host_callback *callbacks;
56 host_callback *callback, in sim_open()
/netbsd/src/external/gpl3/gdb/dist/sim/microblaze/
Dinterp.c368 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/
Dinterp.c106 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/
Dcris-sim.h176 extern void cris_set_callbacks (host_callback *);
Dtraps.c1387 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/
DREADME-HACKING184 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);

12