Searched refs:sim_io_error (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-assert.h40 SIM_ASSERT passes `sd' to sim_io_error for the SIM_DESC,
55 sim_io_error (sd, "%s:%d: assertion failed - %s", \
78 sim_io_error (NULL, "%s:%d: assertion failed - %s", \
H A Dsim-abort.c27 longjmp, instead it just calls sim_io_error. sim_io_error will
49 sim_io_error (sd, "\n");
H A Dsim-io.c106 sim_io_error (sd, "sim_io_write_stdout: unaccounted switch\n");
123 sim_io_error (sd, "sim_io_flush_stdout: unaccounted switch\n");
142 sim_io_error (sd, "sim_io_write_stderr: unaccounted switch\n");
159 sim_io_error (sd, "sim_io_flush_stderr: unaccounted switch\n");
188 sim_io_error (sd, "sim_io_read_stdin: unaccounted switch\n");
289 sim_io_error(SIM_DESC sd, function
H A Dsim-engine.c83 sim_io_error (sd, "sim_halt - bad long jump");
108 sim_io_error (sd, "sim_restart - bad long jump");
132 sim_io_error (sd, "Quit Simulator");
H A Dsim-io.h76 void sim_io_error (SIM_DESC sd,
H A Dsim-events.c180 sim_io_error (sd, "next_event_queue - bad queue");
449 sim_io_error (sd, "what is past is past!\n");
651 default: sim_io_error (sd, "sim_events_watch_sim - invalid nr bytes");
661 default: sim_io_error (sd, "sim_events_watch_sim - invalid nr bytes");
671 default: sim_io_error (sd, "sim_events_watch_sim - invalid nr bytes");
675 sim_io_error (sd, "sim_events_watch_sim - invalid byte order");
730 default: sim_io_error (sd, "sim_events_watch_core - invalid nr bytes");
740 default: sim_io_error (sd, "sim_events_watch_core - invalid nr bytes");
750 default: sim_io_error (sd, "sim_events_watch_core - invalid nr bytes");
754 sim_io_error (s
[all...]
H A Dsim-core.c206 sim_io_error (sd, "called on sim_core_map_attach with size zero");
251 sim_io_error (sd, "memory map %d:0x%lx..0x%lx (%ld bytes) overlaps %d:0x%lx..0x%lx (%ld bytes)",
299 sim_io_error (sd, "sim_core_map_attach - processor specific memory map not yet supported");
310 sim_io_error (sd, "sim_core_attach - internal error - modulo memory disabled");
320 sim_io_error (sd, "sim_core_attach - internal error - modulo and callback memory conflict");
341 sim_io_error (sd, "sim_core_attach - internal error - modulo %lx not power of two", (long) modulo);
354 sim_io_error (sd, "sim_core_attach - internal error - conflicting buffer and attach arguments");
H A Dsim-memopt.c168 sim_io_error (sd, "Error, unable to stat file: %s\n",
190 sim_io_error (sd,
198 sim_io_error (sd, "Error, cannot mmap file (%s).\n",
H A Dcgen-trace.c397 sim_io_error (sd, "unable to read address %x", pc);
H A Dsim-trace.c522 sim_io_error (sd, "trace buffer overflow");
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_evt.c136 sim_io_error (CPU_STATE (cpu), "%s: ivg %i out of range !", __func__, ivg);
145 sim_io_error (CPU_STATE (cpu), "%s: ivg %i out of range !", __func__, ivg);
H A Ddv-bfin_cec.c525 sim_io_error (sd, "%s: double fault at 0x%08x ! :(", __func__, PCREG);
589 sim_io_error (sd, "%s: what to do with 'raise 4' ?", __func__);
704 sim_io_error (sd, "%s: ivg %i out of range !", __func__, ivg);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dmain.c230 sim_io_error (SIM_DESC sd, const char *msg, ...) function
H A Dsim_calls.c373 sim_io_error (SIM_DESC sd, const char *fmt, ...) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.c150 sim_io_error (SD, "LOAD AccessLength of %d would extend over %d bit aligned boundary for physical address 0x%s\n",
263 sim_io_error (SD, "STORE AccessLength of %d would extend over %d bit aligned boundary for physical address 0x%s\n",
H A Dinterp.c1338 sim_io_error(sd,"Invalid return from character read");
1898 sim_io_error (sd, "sim_monitor: unhandled reason = %d, pc = 0x%s\n", reason, pr_addr (cia));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/v850/
H A Dsimops.c1953 sim_io_error (simulator, "Utime not supported");
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cris/
H A Dtraps.c761 sim_io_error (sd, "simulator unhandled condition at %s:%d", \

Completed in 295 milliseconds