Searched refs:GDBState (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dgdbstub.c274 typedef struct GDBState { struct
292 } GDBState; typedef in typeref:struct:GDBState
299 static GDBState *gdbserver_state;
310 static int get_char(GDBState *s)
354 static inline void gdb_continue(GDBState *s)
363 static void put_buffer(GDBState *s, const uint8_t *buf, int len)
427 static int put_packet_binary(GDBState *s, const char *buf, int len)
462 static int put_packet(GDBState *s, const char *buf)
1544 static void gdb_set_cpu_pc(GDBState *s, target_ulong pc)
1591 static int gdb_handle_packet(GDBState *
[all...]

Completed in 71 milliseconds