Home
last modified time | relevance | path

Searched refs:mem2hex (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dsparc-stub.c395 mem2hex (unsigned char *mem, unsigned char *buf, int count, int may_fault) in mem2hex() function
605 ptr = mem2hex((char *)&registers[PC], ptr, 4, 0); in handle_exception()
611 ptr = mem2hex(sp + 8 + 6, ptr, 4, 0); /* FP */ in handle_exception()
617 ptr = mem2hex((char *)&sp, ptr, 4, 0); in handle_exception()
623 ptr = mem2hex((char *)&registers[NPC], ptr, 4, 0); in handle_exception()
629 ptr = mem2hex((char *)&registers[O7], ptr, 4, 0); in handle_exception()
656 ptr = mem2hex((char *)registers, ptr, 16 * 4, 0); /* G & O regs */ in handle_exception()
657 ptr = mem2hex(sp + 0, ptr, 16 * 4, 0); /* L & I regs */ in handle_exception()
659 mem2hex((char *)&registers[Y], in handle_exception()
701 if (mem2hex((char *)addr, remcomOutBuffer, length, 1)) in handle_exception()
H A Dm32r-stub.c224 mem2hex ((unsigned char *) &exceptionVector, buf, 4, 0); in handle_exception()
226 mem2hex ((unsigned char *) &registers[PC], buf, 4, 0); in handle_exception()
260 mem2hex ((unsigned char *) &registers[PC], buf, 4, 0); in handle_exception()
374 mem2hex ((unsigned char *) addr, remcomOutBuffer, length, in handle_exception()
397 mem2hex ((unsigned char *) registers, remcomOutBuffer, NUMREGBYTES, in handle_exception()
470 ptr = mem2hex ((unsigned char *) &registers[PC], ptr, 4, 0); in handle_exception()
477 mem2hex ((unsigned char *) &registers[R13], ptr, 4, 0); in handle_exception()
484 mem2hex ((unsigned char *) &registers[R15], ptr, 4, 0); in handle_exception()
528 mem2hex ((char *) &our_crc, in handle_exception()
634 mem2hex ((unsigned char *) &checksum, buf, 4, 0); in getpacket()
[all …]
H A Di386-stub.c600 mem2hex (mem, buf, count, may_fault) in mem2hex() function
770 ptr = mem2hex((char *)&registers[ESP], ptr, 4, 0); /* SP */ in handle_exception()
775 ptr = mem2hex((char *)&registers[EBP], ptr, 4, 0); /* FP */ in handle_exception()
780 ptr = mem2hex((char *)&registers[PC], ptr, 4, 0); /* PC */ in handle_exception()
806 mem2hex ((char *) registers, remcomOutBuffer, NUMREGBYTES, 0); in handle_exception()
837 mem2hex ((char *) addr, remcomOutBuffer, length, 1); in handle_exception()
H A Dm68k-stub.c650 mem2hex (mem, buf, count) in mem2hex() function
855 mem2hex ((char *) registers, remcomOutBuffer, NUMREGBYTES); in handle_exception()
874 mem2hex ((char *) addr, remcomOutBuffer, length); in handle_exception()
H A Dsh-stub.c199 static char *mem2hex (char *, char *, int);
319 mem2hex (char *mem, char *buf, int count) in mem2hex() function
706 mem2hex ((char *) registers, remcomOutBuffer, NUMREGBYTES); in gdb_handle_exception()
724 mem2hex ((char *) addr, remcomOutBuffer, length); in gdb_handle_exception()
H A Dia64vms-stub.c1303 mem2hex (const unsigned char *b, unsigned int len) in mem2hex() function
1463 mem2hex ((const unsigned char *)"VMS-thread", 11); in handle_q_packet()
/dragonfly/sys/cpu/x86_64/misc/
H A Dx86_64-gdbstub.c314 mem2hex (vm_offset_t mem, char *buf, int count) in mem2hex() function
514 ptr = mem2hex ((vm_offset_t)&registers.rip, ptr, 8); in gdb_handle_exception()
520 ptr = mem2hex ((vm_offset_t)&registers.rbp, ptr, 8); in gdb_handle_exception()
526 ptr = mem2hex ((vm_offset_t)&registers.rsp, ptr, 8); in gdb_handle_exception()
553 mem2hex ((vm_offset_t)&registers, remcomOutBuffer, NUMREGBYTES); in gdb_handle_exception()
588 if (mem2hex((vm_offset_t) addr, remcomOutBuffer, length) == NULL) in gdb_handle_exception()
/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.c207 static char *mem2hex (gdb_byte *, char *, int);
1345 end = mem2hex (list->aexpr_list[i]->buf, in stringify_collection_list()
3288 mem2hex (gdb_byte *mem, char *buf, int count) in mem2hex() function