Searched refs:mem2hex (Results 1 – 4 of 4) sorted by relevance
/arch/mn10300/kernel/ |
D | gdb-stub.c | 181 static unsigned char *mem2hex(const void *mem, char *buf, int count, 752 mem2hex(p, outbuf + qty, 2, 0); in gdbstub_console_write() 755 mem2hex(gdbstub_cr, outbuf + qty, 2, 0); in gdbstub_console_write() 792 unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault) in mem2hex() function 1249 ptr = mem2hex(trans_buffer, ptr, length, 0); in gdbstub() 1272 ptr = mem2hex(title, ptr, sizeof(title) - 1, 0); in gdbstub() 1283 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); in gdbstub() 1290 ptr = mem2hex(tbcberr, ptr, sizeof(tbcberr) - 1, 0); in gdbstub() 1309 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); in gdbstub() 1330 ptr = mem2hex(®s->pc, ptr, 4, 0); in gdbstub() [all …]
|
/arch/frv/kernel/ |
D | gdb-stub.c | 216 static unsigned char *mem2hex(const void *mem, char *buf, int count, int may_fault); 625 mem2hex(p, outbuf + qty, 2, 0); in __gdbstub_console_write() 666 static unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault) in mem2hex() function 1497 ptr = mem2hex(title, ptr, sizeof(title) - 1,0); in gdbstub() 1516 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); in gdbstub() 1533 ptr = mem2hex(&__debug_frame->pc, ptr, 4, 0); in gdbstub() 1541 ptr = mem2hex(&__debug_frame->fp, ptr, 4, 0); in gdbstub() 1549 ptr = mem2hex(&__debug_frame->sp, ptr, 4, 0); in gdbstub() 1609 ptr = mem2hex(&zero, ptr, 4, 0); in gdbstub() 1612 ptr = mem2hex(&__debug_user_context->i.gr[loop], ptr, 4, 0); in gdbstub() [all …]
|
/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 393 static char *mem2hex(char *buf, unsigned char *mem, int count); 651 mem2hex(char *buf, unsigned char *mem, int count) in mem2hex() function 843 mem2hex(&output_buffer[1], (unsigned char *)str, len); in putDebugString() 979 ptr = mem2hex(ptr, (unsigned char *)®_cont, register_size[PC]); in stub_is_stopped() 985 ptr = mem2hex(ptr, (unsigned char *)®_cont, register_size[R8]); in stub_is_stopped() 991 ptr = mem2hex(ptr, (unsigned char *)®_cont, register_size[SP]); in stub_is_stopped() 998 ptr = mem2hex(ptr, (unsigned char *)®_cont, register_size[ERP]); in stub_is_stopped() 1295 buf = mem2hex(output_buffer, (char *)®, sizeof(registers)); in handle_exception() 1298 mem2hex(buf, in handle_exception() 1368 mem2hex(output_buffer, addr, len); in handle_exception()
|
/arch/cris/arch-v10/kernel/ |
D | kgdb.c | 434 mem2hex(char *buf, unsigned char *mem, int count) in mem2hex() function 596 mem2hex(&remcomOutBuffer[1], (unsigned char *)str, length); in putDebugString() 714 ptr = mem2hex(ptr, (unsigned char *)®_cont, in stub_is_stopped() 755 mem2hex(remcomOutBuffer, (char *)&cris_reg, sizeof(registers)); in handle_exception() 814 mem2hex(remcomOutBuffer, addr, length); in handle_exception()
|