HomeSort by: relevance | last modified time | path
    Searched defs:sim_core_attach (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
sim-core.c 257 sim_core_attach (SIM_DESC sd, function
280 sim_hw_abort (sd, client, "sim_core_attach - internal error - modulo and callback memory conflict");
282 sim_io_error (sd, "sim_core_attach - internal error - modulo and callback memory conflict");
298 sim_hw_abort (sd, client, "sim_core_attach - internal error - modulo %lx not power of two", (long) modulo);
300 sim_io_error (sd, "sim_core_attach - internal error - modulo %lx not power of two", (long) modulo);
308 sim_hw_abort (sd, client, "sim_core_attach - internal error - conflicting buffer and attach arguments");
310 sim_io_error (sd, "sim_core_attach - internal error - conflicting buffer and attach arguments");
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-core.c 257 sim_core_attach (SIM_DESC sd, function
280 sim_hw_abort (sd, client, "sim_core_attach - internal error - modulo and callback memory conflict");
282 sim_io_error (sd, "sim_core_attach - internal error - modulo and callback memory conflict");
298 sim_hw_abort (sd, client, "sim_core_attach - internal error - modulo %lx not power of two", (long) modulo);
300 sim_io_error (sd, "sim_core_attach - internal error - modulo %lx not power of two", (long) modulo);
308 sim_hw_abort (sd, client, "sim_core_attach - internal error - conflicting buffer and attach arguments");
310 sim_io_error (sd, "sim_core_attach - internal error - conflicting buffer and attach arguments");

Completed in 26 milliseconds