Lines Matching refs:gdb_context

142 gdb_io_write(const char *buf, unsigned long len, struct gdb_context *ctx)  in gdb_io_write()
151 gdb_io_write_char(u8 data, struct gdb_context *ctx) in gdb_io_write_char()
157 gdb_io_read(struct gdb_context *ctx) in gdb_io_read()
165 attempt_receive_packet(struct gdb_context *ctx) in attempt_receive_packet()
203 receive_command(struct gdb_context *ctx) in receive_command()
220 gdb_start_packet(struct gdb_context *ctx) in gdb_start_packet()
228 gdb_write_to_packet_char(u8 data, struct gdb_context *ctx) in gdb_write_to_packet_char()
236 gdb_write_to_packet(const char *buf, int count, struct gdb_context *ctx) in gdb_write_to_packet()
244 gdb_write_to_packet_str(const char *buf, struct gdb_context *ctx) in gdb_write_to_packet_str()
250 gdb_write_to_packet_hex(unsigned long x, int int_size, struct gdb_context *ctx) in gdb_write_to_packet_hex()
296 gdb_check_ack(struct gdb_context *ctx) in gdb_check_ack()
314 gdb_send_packet(struct gdb_context *ctx) in gdb_send_packet()
335 gdb_send_reply(const char *buf, struct gdb_context *ctx) in gdb_send_reply()
345 gdb_cmd_signum(struct gdb_context *ctx) in gdb_cmd_signum()
354 struct gdb_context *ctx) in gdb_cmd_read_mem()
383 const char *buf, struct gdb_context *ctx) in gdb_cmd_write_mem()
412 gdbstub_attach(struct gdb_context *ctx) in gdbstub_attach()
421 gdbstub_detach(struct gdb_context *ctx) in gdbstub_detach()
431 process_command(struct cpu_user_regs *regs, struct gdb_context *ctx) in process_command()
540 static struct gdb_context
546 static struct gdb_context *gdb_ctx = &__gdb_ctx;