Home
last modified time | relevance | path

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

/openbmc/linux/kernel/debug/
H A Ddebug_core.h68 extern void gdbstub_msg_write(const char *s, int len);
H A Dgdbstub.c195 void gdbstub_msg_write(const char *s, int len) in gdbstub_msg_write() function
941 gdbstub_msg_write("KGDB only knows signal 9 (pass)" in gdb_cmd_exception_pass()
H A Ddebug_core.c945 gdbstub_msg_write(s, count); in kgdb_console_write()
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_io.c774 gdbstub_msg_write(cp, retlen - (cp - kdb_buffer)); in vkdb_printf()