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

/external/qemu/
H A Dgdbstub.c276 typedef struct GDBState { struct
294 } GDBState; typedef in typeref:struct:GDBState
301 static GDBState *gdbserver_state;
312 static int get_char(GDBState *s)
356 static inline void gdb_continue(GDBState *s)
365 static void put_buffer(GDBState *s, const uint8_t *buf, int len)
429 static int put_packet_binary(GDBState *s, const char *buf, int len)
464 static int put_packet(GDBState *s, const char *buf)
1548 static void gdb_set_cpu_pc(GDBState *s, target_ulong pc)
1595 static int gdb_handle_packet(GDBState *
[all...]

Completed in 68 milliseconds