Searched refs:gdbstub_read_byte (Results 1 – 4 of 4) sorted by relevance
/arch/mn10300/kernel/ |
D | gdb-stub.c | 452 if (gdbstub_read_byte(addr + 0, &step_bp[ix].opcode[0]) < 0 || in __gdbstub_mark_bp() 453 gdbstub_read_byte(addr + 1, &step_bp[ix].opcode[1]) < 0) in __gdbstub_mark_bp() 507 if (gdbstub_read_byte(pc, &cur) < 0) in gdbstub_single_step() 522 if (gdbstub_read_byte(pc + 1, (u8 *) &x) < 0) in gdbstub_single_step() 550 if (gdbstub_read_byte(pc + 1, ((u8 *) &x) + 0) < 0 || in gdbstub_single_step() 551 gdbstub_read_byte(pc + 2, ((u8 *) &x) + 1) < 0) in gdbstub_single_step() 560 if (gdbstub_read_byte(pc + 1, ((u8 *) &x) + 0) < 0 || in gdbstub_single_step() 561 gdbstub_read_byte(pc + 2, ((u8 *) &x) + 1) < 0 || in gdbstub_single_step() 562 gdbstub_read_byte(pc + 3, ((u8 *) &x) + 2) < 0 || in gdbstub_single_step() 563 gdbstub_read_byte(pc + 4, ((u8 *) &x) + 3) < 0) in gdbstub_single_step() [all …]
|
D | gdb-low.S | 34 ENTRY(gdbstub_read_byte)
|
/arch/mn10300/include/asm/ |
D | gdb-stub.h | 120 extern asmlinkage int gdbstub_read_byte(const u8 *, u8 *);
|
/arch/frv/kernel/ |
D | gdb-stub.c | 580 static inline int gdbstub_read_byte(const void *addr, uint8_t *_res) in gdbstub_read_byte() function 672 if (!gdbstub_read_byte(mem,ch)) in mem2hex() 709 if (!gdbstub_read_byte(mem,ch)) in mem2hex()
|