Searched refs:hexnumstr (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | remote.c | 155 static int hexnumstr (char *, ULONGEST); 3181 p += hexnumstr (p, regnum); in fetch_register_using_p() 3468 hexnumstr (char *buf, ULONGEST num) in hexnumstr() function 3537 p += hexnumstr (p, (ULONGEST) addr); in check_binary_download() 3539 p += hexnumstr (p, (ULONGEST) 0); in check_binary_download() 3627 p += hexnumstr (p, (ULONGEST) memaddr); in remote_write_bytes() 3754 p += hexnumstr (p, (ULONGEST) todo); in remote_read_bytes() 4538 p += hexnumstr (p, (ULONGEST) addr); in remote_insert_watchpoint() 4573 p += hexnumstr (p, (ULONGEST) addr); in remote_remove_watchpoint() 4666 p += hexnumstr (p, (ULONGEST) addr); in remote_insert_hw_breakpoint() [all …]
|
H A D | ChangeLog-1998 | 4633 (hexnumstr): New function - convert arbitrary unsigned to hex. 4634 (remote_write_bytes, remote_read_bytes): Use hexnumstr to
|
H A D | ChangeLog-1999 | 2216 (hexnumstr): Call the above.
|