ReactOS
0.4.15-dev-2350-g7194f2f
|
#include "kdgdb.h"
Go to the source code of this file.
Macros | |
#define | hex_to_pid hex_to_tid |
Variables | |
static ULONG_PTR | gdb_run_tid |
struct { | |
ULONG_PTR Address | |
ULONG Handle | |
} | BreakPointHandles [32] |
UINT_PTR | gdb_dbg_pid |
UINT_PTR | gdb_dbg_tid |
#define hex_to_pid hex_to_tid |
Definition at line 47 of file gdb_input.c.
KDSTATUS gdb_receive_and_interpret_packet | ( | _Out_ DBGKD_MANIPULATE_STATE64 * | State, |
_Out_ PSTRING | MessageData, | ||
_Out_ PULONG | MessageLength, | ||
_Inout_ PKD_CONTEXT | KdContext | ||
) |
Definition at line 980 of file gdb_input.c.
Referenced by KdReceivePacket().
|
static |
Definition at line 870 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet(), and handle_gdb_v().
|
static |
Definition at line 907 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet().
|
static |
Definition at line 725 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet().
Definition at line 156 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet().
|
static |
Definition at line 482 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet().
|
static |
Definition at line 817 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet().
|
static |
Definition at line 933 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet(), and handle_gdb_v().
Definition at line 69 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet().
Definition at line 122 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet().
|
static |
Definition at line 949 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet().
|
static |
Definition at line 583 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet().
Definition at line 51 of file gdb_input.c.
Referenced by handle_gdb_insert_breakpoint(), handle_gdb_query(), handle_gdb_read_mem(), handle_gdb_remove_breakpoint(), and handle_gdb_write_mem().
Definition at line 33 of file gdb_input.c.
Referenced by handle_gdb_query(), handle_gdb_set_thread(), and handle_gdb_thread_alive().
Definition at line 25 of file gdb_input.c.
Referenced by gdb_receive_and_interpret_packet(), handle_gdb_insert_breakpoint(), handle_gdb_read_mem(), handle_gdb_remove_breakpoint(), handle_gdb_v(), and handle_gdb_write_mem().
|
static |
Definition at line 440 of file gdb_input.c.
Referenced by handle_gdb_read_mem().
|
static |
Definition at line 777 of file gdb_input.c.
Referenced by handle_gdb_remove_breakpoint().
|
static |
Definition at line 679 of file gdb_input.c.
Referenced by handle_gdb_insert_breakpoint().
|
static |
Definition at line 541 of file gdb_input.c.
Referenced by handle_gdb_write_mem().
_In_ MEMORY_AREA _In_ PVOID Address |
Definition at line 14 of file gdb_input.c.
Referenced by handle_gdb_insert_breakpoint(), handle_gdb_remove_breakpoint(), and WriteBreakPointSendHandler().
struct { ... } BreakPointHandles[32] |
UINT_PTR gdb_dbg_pid |
Definition at line 20 of file gdb_input.c.
Referenced by FirstSendHandler(), gdb_send_register(), gdb_send_registers(), handle_gdb_read_mem(), handle_gdb_set_thread(), handle_gdb_write_mem(), ReadMemorySendHandler(), send_kd_state_change(), and WriteMemorySendHandler().
UINT_PTR gdb_dbg_tid |
Definition at line 21 of file gdb_input.c.
Referenced by FirstSendHandler(), gdb_send_register(), gdb_send_registers(), handle_gdb_read_mem(), handle_gdb_set_thread(), handle_gdb_write_mem(), ReadMemorySendHandler(), send_kd_state_change(), and WriteMemorySendHandler().
|
static |
Definition at line 11 of file gdb_input.c.
Referenced by handle_gdb_set_thread().
Definition at line 15 of file gdb_input.c.
Referenced by handle_gdb_remove_breakpoint().