| /src/sys/kern/ |
| kgdb_stub.c | 179 mem2hex(void *vdst, void *vsrc, int len) function 443 mem2hex(buffer, gdb_regs, sizeof(gdb_regs)); 479 mem2hex(buffer, ptr, len);
|
| /src/external/gpl3/gdb/dist/gdb/stubs/ |
| i386-stub.c | 569 /* Indicate to caller of mem2hex or hex2mem that there has been an 600 mem2hex (mem, buf, count, may_fault) function 770 ptr = mem2hex((char *)®isters[ESP], ptr, 4, 0); /* SP */ 775 ptr = mem2hex((char *)®isters[EBP], ptr, 4, 0); /* FP */ 780 ptr = mem2hex((char *)®isters[PC], ptr, 4, 0); /* PC */ 806 mem2hex ((char *) registers, remcomOutBuffer, NUMREGBYTES, 0); 837 mem2hex ((char *) addr, remcomOutBuffer, length, 1);
|
| m68k-stub.c | 651 mem2hex (mem, buf, count) 856 mem2hex ((char *) registers, remcomOutBuffer, NUMREGBYTES); 875 mem2hex ((char *) addr, remcomOutBuffer, length); 650 mem2hex (mem, buf, count) function
|
| sparc-stub.c | 383 /* Indicate to caller of mem2hex or hex2mem that there has been an 395 mem2hex (unsigned char *mem, unsigned char *buf, int count, int may_fault) function 605 ptr = mem2hex((char *)®isters[PC], ptr, 4, 0); 611 ptr = mem2hex(sp + 8 + 6, ptr, 4, 0); /* FP */ 617 ptr = mem2hex((char *)&sp, ptr, 4, 0); 623 ptr = mem2hex((char *)®isters[NPC], ptr, 4, 0); 629 ptr = mem2hex((char *)®isters[O7], ptr, 4, 0); 656 ptr = mem2hex((char *)registers, ptr, 16 * 4, 0); /* G & O regs */ 657 ptr = mem2hex(sp + 0, ptr, 16 * 4, 0); /* L & I regs */ 659 mem2hex((char *)®isters[Y] [all...] |
| z80-stub.c | 604 static char *mem2hex (char *buf, const byte *mem, unsigned bytes); 757 mem2hex (buffer, state, NUMREGBYTES); 792 p = mem2hex (p, tmp, tlen); 798 p = mem2hex (p, addr, len); 1099 mem2hex (char *buf, const byte *mem, unsigned bytes) function
|
| m32r-stub.c | 163 /* Indicate to caller of mem2hex or hex2mem that there has been an error. */ 188 static unsigned char *mem2hex (unsigned char *, unsigned char *, int, int); 224 mem2hex ((unsigned char *) &exceptionVector, buf, 4, 0); 226 mem2hex ((unsigned char *) ®isters[PC], buf, 4, 0); 242 ptr = mem2hex ((unsigned char *) ®isters[PC], ptr, 4, 0); /* PC */ 248 ptr = mem2hex ((unsigned char *) ®isters[R13], ptr, 4, 0); /* FP */ 254 ptr = mem2hex ((unsigned char *) ®isters[R15], ptr, 4, 0); /* SP */ 260 mem2hex ((unsigned char *) ®isters[PC], buf, 4, 0); 374 mem2hex ((unsigned char *) addr, remcomOutBuffer, length, 397 mem2hex ((unsigned char *) registers, remcomOutBuffer, NUMREGBYTES 759 mem2hex (unsigned char *mem, unsigned char *buf, int count, int may_fault) function [all...] |
| sh-stub.c | 199 static char *mem2hex (char *, char *, int); 319 mem2hex (char *mem, char *buf, int count) function 706 mem2hex ((char *) registers, remcomOutBuffer, NUMREGBYTES); 724 mem2hex ((char *) addr, remcomOutBuffer, length);
|
| ia64vms-stub.c | 1302 mem2hex (const unsigned char *b, unsigned int len) function 1462 mem2hex ((const unsigned char *)"VMS-thread", 11);
|
| /src/external/gpl3/gdb.old/dist/gdb/stubs/ |
| i386-stub.c | 569 /* Indicate to caller of mem2hex or hex2mem that there has been an 600 mem2hex (mem, buf, count, may_fault) function 770 ptr = mem2hex((char *)®isters[ESP], ptr, 4, 0); /* SP */ 775 ptr = mem2hex((char *)®isters[EBP], ptr, 4, 0); /* FP */ 780 ptr = mem2hex((char *)®isters[PC], ptr, 4, 0); /* PC */ 806 mem2hex ((char *) registers, remcomOutBuffer, NUMREGBYTES, 0); 837 mem2hex ((char *) addr, remcomOutBuffer, length, 1);
|
| m68k-stub.c | 651 mem2hex (mem, buf, count) 856 mem2hex ((char *) registers, remcomOutBuffer, NUMREGBYTES); 875 mem2hex ((char *) addr, remcomOutBuffer, length); 650 mem2hex (mem, buf, count) function
|
| sparc-stub.c | 383 /* Indicate to caller of mem2hex or hex2mem that there has been an 395 mem2hex (unsigned char *mem, unsigned char *buf, int count, int may_fault) function 605 ptr = mem2hex((char *)®isters[PC], ptr, 4, 0); 611 ptr = mem2hex(sp + 8 + 6, ptr, 4, 0); /* FP */ 617 ptr = mem2hex((char *)&sp, ptr, 4, 0); 623 ptr = mem2hex((char *)®isters[NPC], ptr, 4, 0); 629 ptr = mem2hex((char *)®isters[O7], ptr, 4, 0); 656 ptr = mem2hex((char *)registers, ptr, 16 * 4, 0); /* G & O regs */ 657 ptr = mem2hex(sp + 0, ptr, 16 * 4, 0); /* L & I regs */ 659 mem2hex((char *)®isters[Y] [all...] |
| z80-stub.c | 604 static char *mem2hex (char *buf, const byte *mem, unsigned bytes); 757 mem2hex (buffer, state, NUMREGBYTES); 792 p = mem2hex (p, tmp, tlen); 798 p = mem2hex (p, addr, len); 1099 mem2hex (char *buf, const byte *mem, unsigned bytes) function
|
| m32r-stub.c | 163 /* Indicate to caller of mem2hex or hex2mem that there has been an error. */ 188 static unsigned char *mem2hex (unsigned char *, unsigned char *, int, int); 224 mem2hex ((unsigned char *) &exceptionVector, buf, 4, 0); 226 mem2hex ((unsigned char *) ®isters[PC], buf, 4, 0); 242 ptr = mem2hex ((unsigned char *) ®isters[PC], ptr, 4, 0); /* PC */ 248 ptr = mem2hex ((unsigned char *) ®isters[R13], ptr, 4, 0); /* FP */ 254 ptr = mem2hex ((unsigned char *) ®isters[R15], ptr, 4, 0); /* SP */ 260 mem2hex ((unsigned char *) ®isters[PC], buf, 4, 0); 374 mem2hex ((unsigned char *) addr, remcomOutBuffer, length, 397 mem2hex ((unsigned char *) registers, remcomOutBuffer, NUMREGBYTES 759 mem2hex (unsigned char *mem, unsigned char *buf, int count, int may_fault) function [all...] |
| sh-stub.c | 199 static char *mem2hex (char *, char *, int); 319 mem2hex (char *mem, char *buf, int count) function 706 mem2hex ((char *) registers, remcomOutBuffer, NUMREGBYTES); 724 mem2hex ((char *) addr, remcomOutBuffer, length);
|
| ia64vms-stub.c | 1302 mem2hex (const unsigned char *b, unsigned int len) function 1462 mem2hex ((const unsigned char *)"VMS-thread", 11);
|