ReactOS 0.4.16-dev-321-g63bb46a
|
#include "kdgdb.h"
Go to the source code of this file.
Functions | |
char | hex_value (char ch) |
KDSTATUS NTAPI | gdb_receive_packet (_Inout_ PKD_CONTEXT KdContext) |
Variables | |
CHAR | gdb_input [0x1000] |
KDSTATUS NTAPI gdb_receive_packet | ( | _Inout_ PKD_CONTEXT | KdContext | ) |
Definition at line 31 of file gdb_receive.c.
Referenced by gdb_receive_and_interpret_packet().
Definition at line 15 of file gdb_receive.c.
Referenced by gdb_receive_packet(), gdb_send_register(), hex_to_address(), and hex_to_tid().
CHAR gdb_input[0x1000] |
Definition at line 11 of file gdb_receive.c.
Referenced by gdb_receive_and_interpret_packet(), gdb_receive_packet(), gdb_send_register(), handle_gdb_insert_breakpoint(), handle_gdb_query(), handle_gdb_read_mem(), handle_gdb_remove_breakpoint(), handle_gdb_set_thread(), handle_gdb_thread_alive(), handle_gdb_v(), and handle_gdb_write_mem().