HomeSort by: relevance | last modified time | path
    Searched refs:printf_filtered (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/ppc/
options.c 113 printf_filtered ("HOST_BYTE_ORDER = %s\n", options_byte_order (HOST_BYTE_ORDER));
114 printf_filtered ("WITH_TARGET_BYTE_ORDER = %s\n", options_byte_order (WITH_TARGET_BYTE_ORDER));
115 printf_filtered ("WITH_XOR_ENDIAN = %d\n", WITH_XOR_ENDIAN);
116 printf_filtered ("WITH_SMP = %d\n", WITH_SMP);
117 printf_filtered ("WITH_TARGET_WORD_BITSIZE = %d\n", WITH_TARGET_WORD_BITSIZE);
118 printf_filtered ("WITH_ENVIRONMENT = %s\n", options_env(WITH_ENVIRONMENT));
119 printf_filtered ("WITH_EVENTS = %d\n", WITH_EVENTS);
120 printf_filtered ("WITH_TIME_BASE = %d\n", WITH_TIME_BASE);
121 printf_filtered ("WITH_CALLBACK_MEMORY = %d\n", WITH_CALLBACK_MEMORY);
122 printf_filtered ("WITH_ALIGNMENT = %s\n", options_align (WITH_ALIGNMENT))
    [all...]
debug.c 123 printf_filtered("\n");
124 printf_filtered("The following are possible <trace> options:\n");
125 printf_filtered("\n");
130 printf_filtered(" all");
136 printf_filtered("\n");
138 printf_filtered(" %s", trace_description[i].name);
140 printf_filtered("\n");
145 printf_filtered(format, "all", "enable all the trace options");
147 printf_filtered(format,
psim.c 110 printf_filtered("Usage:\n");
111 printf_filtered("\n");
112 printf_filtered("\tpsim [ <psim-option> ... ] <image> [ <image-arg> ... ]\n");
113 printf_filtered("\n");
114 printf_filtered("Where\n");
115 printf_filtered("\n");
116 printf_filtered("\t<image> Name of the PowerPC program to run.\n");
118 printf_filtered("\t This can either be a PowerPC binary or\n");
119 printf_filtered("\t a text file containing a device tree\n");
120 printf_filtered("\t specification.\n")
    [all...]
tree.c 935 printf_filtered(" %s", unit);
948 printf_filtered(" 0x%lx", (unsigned long)size->cells[i]);
951 printf_filtered(",0x%lx", (unsigned long)size->cells[i]);
954 printf_filtered(" 0");
992 printf_filtered(" \"");
996 printf_filtered("\\\"");
999 printf_filtered("\\\\");
1002 printf_filtered("%c", *string);
1007 printf_filtered("\"");
1032 printf_filtered("%s/%s", device_path(me), property->name)
    [all...]
sim_callbacks.h 30 #define printf_filtered sim_io_printf_filtered macro
mon.c 277 printf_filtered ("\n");
289 printf_filtered("CPU #%*d executed %*s %s instruction%s.\n",
298 printf_filtered ("\n");
309 printf_filtered("CPU #%*d executed %*s %s%s.\n",
326 printf_filtered ("CPU #%*d executed %*s read%s (%*s 1-byte, %*s 2-byte, %*s 4-byte, %*s 8-byte).\n",
346 printf_filtered ("CPU #%*d executed %*s write%s (%*s 1-byte, %*s 2-byte, %*s 4-byte, %*s 8-byte).\n",
366 printf_filtered ("CPU #%*d executed %*s unaligned read%s.\n",
374 printf_filtered ("CPU #%*d executed %*s unaligned write%s.\n",
382 printf_filtered ("CPU #%*d executed %*s icache miss%s.\n",
392 printf_filtered("CPU #%*d executed %*s instructions in total.\n"
    [all...]
registers.c 39 printf_filtered("GPR %2d:", i*4);
41 printf_filtered(" 0x%08lx", (long)registers->gpr[i*4 + j]);
43 printf_filtered("\n");
emul_unix.c 211 printf_filtered ("%d)\n", status);
231 printf_filtered ("%d, 0x%lx, %d", d, (long)buf, nbytes);
266 printf_filtered ("%d, 0x%lx, %d", d, (long)buf, nbytes);
301 printf_filtered ("0x%lx [%s], 0x%x, 0x%x", (long)path_addr, path, flags, mode);
319 printf_filtered ("%d", d);
351 printf_filtered ("0x%lx", (long)cpu_registers(processor)->gpr[arg0]);
379 printf_filtered ("0x%lx [%s], 0x%x [0%o]", (long)path_addr, path, mode, mode);
493 printf_filtered ("%d, %d", (int)pid, sig);
495 printf_filtered("SYS_kill at 0x%lx - more to this than just being killed\n",
518 printf_filtered ("%d", oldd)
    [all...]
emul_netbsd.c 311 printf_filtered ("%d)\n", status);
332 printf_filtered ("%d, 0x%lx, %d", d, (long)buf, nbytes);
375 printf_filtered ("%d, 0x%lx, %d", d, (long)buf, nbytes);
412 printf_filtered ("0x%lx [%s], 0x%x, 0x%x", (long)path_addr, path, flags, mode);
450 printf_filtered ("%d", d);
484 printf_filtered ("0x%lx", (long)cpu_registers(processor)->gpr[arg0]);
555 printf_filtered ("%d, %d", (int)pid, sig);
558 printf_filtered("SYS_kill at 0x%lx - more to this than just being killed\n",
579 printf_filtered ("%d", oldd);
634 printf_filtered ("%ld, 0x%lx, 0x%lx", (long)how, (long)set, (long)oset)
    [all...]
emul_generic.c 38 printf_filtered("%d:0x%lx:%s(",
54 printf_filtered(")=%d", status);
56 printf_filtered("[%s]", emul->error_names[error]);
57 printf_filtered("\n");
sim_calls.c 28 #undef printf_filtered /* blow away the mapping */ macro
360 callbacks->printf_filtered(callbacks, "%s", message);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
options.c 113 printf_filtered ("HOST_BYTE_ORDER = %s\n", options_byte_order (HOST_BYTE_ORDER));
114 printf_filtered ("WITH_TARGET_BYTE_ORDER = %s\n", options_byte_order (WITH_TARGET_BYTE_ORDER));
115 printf_filtered ("WITH_XOR_ENDIAN = %d\n", WITH_XOR_ENDIAN);
116 printf_filtered ("WITH_SMP = %d\n", WITH_SMP);
117 printf_filtered ("WITH_TARGET_WORD_BITSIZE = %d\n", WITH_TARGET_WORD_BITSIZE);
118 printf_filtered ("WITH_ENVIRONMENT = %s\n", options_env(WITH_ENVIRONMENT));
119 printf_filtered ("WITH_EVENTS = %d\n", WITH_EVENTS);
120 printf_filtered ("WITH_TIME_BASE = %d\n", WITH_TIME_BASE);
121 printf_filtered ("WITH_CALLBACK_MEMORY = %d\n", WITH_CALLBACK_MEMORY);
122 printf_filtered ("WITH_ALIGNMENT = %s\n", options_align (WITH_ALIGNMENT))
    [all...]
debug.c 123 printf_filtered("\n");
124 printf_filtered("The following are possible <trace> options:\n");
125 printf_filtered("\n");
130 printf_filtered(" all");
136 printf_filtered("\n");
138 printf_filtered(" %s", trace_description[i].name);
140 printf_filtered("\n");
145 printf_filtered(format, "all", "enable all the trace options");
147 printf_filtered(format,
psim.c 110 printf_filtered("Usage:\n");
111 printf_filtered("\n");
112 printf_filtered("\tpsim [ <psim-option> ... ] <image> [ <image-arg> ... ]\n");
113 printf_filtered("\n");
114 printf_filtered("Where\n");
115 printf_filtered("\n");
116 printf_filtered("\t<image> Name of the PowerPC program to run.\n");
118 printf_filtered("\t This can either be a PowerPC binary or\n");
119 printf_filtered("\t a text file containing a device tree\n");
120 printf_filtered("\t specification.\n")
    [all...]
tree.c 935 printf_filtered(" %s", unit);
948 printf_filtered(" 0x%lx", (unsigned long)size->cells[i]);
951 printf_filtered(",0x%lx", (unsigned long)size->cells[i]);
954 printf_filtered(" 0");
992 printf_filtered(" \"");
996 printf_filtered("\\\"");
999 printf_filtered("\\\\");
1002 printf_filtered("%c", *string);
1007 printf_filtered("\"");
1032 printf_filtered("%s/%s", device_path(me), property->name)
    [all...]
sim_callbacks.h 30 #define printf_filtered sim_io_printf_filtered macro
mon.c 277 printf_filtered ("\n");
289 printf_filtered("CPU #%*d executed %*s %s instruction%s.\n",
298 printf_filtered ("\n");
309 printf_filtered("CPU #%*d executed %*s %s%s.\n",
326 printf_filtered ("CPU #%*d executed %*s read%s (%*s 1-byte, %*s 2-byte, %*s 4-byte, %*s 8-byte).\n",
346 printf_filtered ("CPU #%*d executed %*s write%s (%*s 1-byte, %*s 2-byte, %*s 4-byte, %*s 8-byte).\n",
366 printf_filtered ("CPU #%*d executed %*s unaligned read%s.\n",
374 printf_filtered ("CPU #%*d executed %*s unaligned write%s.\n",
382 printf_filtered ("CPU #%*d executed %*s icache miss%s.\n",
392 printf_filtered("CPU #%*d executed %*s instructions in total.\n"
    [all...]
registers.c 39 printf_filtered("GPR %2d:", i*4);
41 printf_filtered(" 0x%08lx", (long)registers->gpr[i*4 + j]);
43 printf_filtered("\n");
emul_unix.c 211 printf_filtered ("%d)\n", status);
231 printf_filtered ("%d, 0x%lx, %d", d, (long)buf, nbytes);
266 printf_filtered ("%d, 0x%lx, %d", d, (long)buf, nbytes);
301 printf_filtered ("0x%lx [%s], 0x%x, 0x%x", (long)path_addr, path, flags, mode);
319 printf_filtered ("%d", d);
351 printf_filtered ("0x%lx", (long)cpu_registers(processor)->gpr[arg0]);
379 printf_filtered ("0x%lx [%s], 0x%x [0%o]", (long)path_addr, path, mode, mode);
493 printf_filtered ("%d, %d", (int)pid, sig);
495 printf_filtered("SYS_kill at 0x%lx - more to this than just being killed\n",
518 printf_filtered ("%d", oldd)
    [all...]
emul_netbsd.c 311 printf_filtered ("%d)\n", status);
332 printf_filtered ("%d, 0x%lx, %d", d, (long)buf, nbytes);
375 printf_filtered ("%d, 0x%lx, %d", d, (long)buf, nbytes);
412 printf_filtered ("0x%lx [%s], 0x%x, 0x%x", (long)path_addr, path, flags, mode);
450 printf_filtered ("%d", d);
484 printf_filtered ("0x%lx", (long)cpu_registers(processor)->gpr[arg0]);
555 printf_filtered ("%d, %d", (int)pid, sig);
558 printf_filtered("SYS_kill at 0x%lx - more to this than just being killed\n",
579 printf_filtered ("%d", oldd);
634 printf_filtered ("%ld, 0x%lx, 0x%lx", (long)how, (long)set, (long)oset)
    [all...]
emul_generic.c 38 printf_filtered("%d:0x%lx:%s(",
54 printf_filtered(")=%d", status);
56 printf_filtered("[%s]", emul->error_names[error]);
57 printf_filtered("\n");
  /src/external/gpl3/gdb/dist/sim/erc32/
interf.c 70 (*sim_callback->printf_filtered) (sim_callback, "resuming at %x\n",
117 (*sim_callback->printf_filtered) (sim_callback,
148 (*sim_callback->printf_filtered) (sim_callback,
234 (*sim_callback->printf_filtered) (sim_callback,
244 (*sim_callback->printf_filtered) (sim_callback, "\n SIS - SPARC instruction simulator %s\n", sis_version);
245 (*sim_callback->printf_filtered) (sim_callback, " Bug-reports to Jiri Gaisler ESA/ESTEC (jgais@wd.estec.esa.nl)\n");
247 (*sim_callback->printf_filtered) (sim_callback, "no FPU\n");
249 (*sim_callback->printf_filtered) (sim_callback, "simulating Sparclite\n");
251 (*sim_callback->printf_filtered) (sim_callback, "dumb IO (no input, dumb output)\n");
253 (*sim_callback->printf_filtered) (sim_callback, "disabling GDB trap handling for breakpoints\n")
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/erc32/
interf.c 70 (*sim_callback->printf_filtered) (sim_callback, "resuming at %x\n",
117 (*sim_callback->printf_filtered) (sim_callback,
148 (*sim_callback->printf_filtered) (sim_callback,
234 (*sim_callback->printf_filtered) (sim_callback,
244 (*sim_callback->printf_filtered) (sim_callback, "\n SIS - SPARC instruction simulator %s\n", sis_version);
245 (*sim_callback->printf_filtered) (sim_callback, " Bug-reports to Jiri Gaisler ESA/ESTEC (jgais@wd.estec.esa.nl)\n");
247 (*sim_callback->printf_filtered) (sim_callback, "no FPU\n");
249 (*sim_callback->printf_filtered) (sim_callback, "simulating Sparclite\n");
251 (*sim_callback->printf_filtered) (sim_callback, "dumb IO (no input, dumb output)\n");
253 (*sim_callback->printf_filtered) (sim_callback, "disabling GDB trap handling for breakpoints\n")
    [all...]
  /src/external/gpl3/gdb/dist/sim/arm/
armos.c 296 sim_callback->printf_filtered
323 sim_callback->printf_filtered
719 sim_callback->printf_filtered
803 sim_callback->printf_filtered
827 sim_callback->printf_filtered
864 sim_callback->printf_filtered
  /src/external/gpl3/gdb.old/dist/sim/arm/
armos.c 296 sim_callback->printf_filtered
323 sim_callback->printf_filtered
719 sim_callback->printf_filtered
803 sim_callback->printf_filtered
827 sim_callback->printf_filtered
864 sim_callback->printf_filtered

Completed in 45 milliseconds

1 2