Function report |
Source Code:kernel\debug\debug_core.c |
Create Date:2022-07-28 11:38:00 |
Last Modify:2020-03-17 19:04:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kgdb_console_write
Proto:static void kgdb_console_write(struct console *co, const char *s, unsigned count)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct console * | co | |
const char * | s | |
unsigned | count |
889 | If Not kgdb_connected - Is a host GDB connected to us? || atomic_read( & The CPU# of the active CPU, or -1 if none:) != -1 || Use kdb or gdbserver mode Then Return |
892 | local_irq_save(flags) |
893 | gdbstub_msg_write(s, count) |
894 | local_irq_restore(flags) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |