Home
last modified time | relevance | path

Searched refs:gdbstub_msg_write (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/kernel/debug/
Ddebug_core.h66 extern void gdbstub_msg_write(const char *s, int len);
Dgdbstub.c187 void gdbstub_msg_write(const char *s, int len) in gdbstub_msg_write() function
917 gdbstub_msg_write("KGDB only knows signal 9 (pass)" in gdb_cmd_exception_pass()
Ddebug_core.c723 gdbstub_msg_write(s, count); in kgdb_console_write()
/linux-2.6.39/kernel/debug/kdb/
Dkdb_io.c676 gdbstub_msg_write(kdb_buffer, retlen); in vkdb_printf()