| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/ |
| H A D | gdb_c_test.c | 2628 hexToInt( char **ptr, unsigned long *intValue ) in hexToInt() function 2754 if ( hexToInt( &request, ®no ) && *(request++) == '=' ) in handle_request() 2758 hexToInt( &request, in handle_request() 2775 if ( hexToInt( &request, &addr ) && in handle_request() 2777 hexToInt( &request, &len ) ) in handle_request() 2803 if ( hexToInt( &request, &addr ) && in handle_request() 2805 hexToInt( &request, &len ) && in handle_request() 2814 if ( !hexToInt( &request, &val ) || in handle_request() 2851 hexToInt(&request, &addr); in handle_request() 2878 hexToInt(&request, &addr); in handle_request() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | i386-stub.c | 716 hexToInt (char **ptr, int *intValue) in hexToInt() function 816 if (hexToInt (&ptr, ®no) && *ptr++ == '=') in handle_exception() 831 if (hexToInt (&ptr, &addr)) in handle_exception() 833 if (hexToInt (&ptr, &length)) in handle_exception() 854 if (hexToInt (&ptr, &addr)) in handle_exception() 856 if (hexToInt (&ptr, &length)) in handle_exception() 886 if (hexToInt (&ptr, &addr)) in handle_exception()
|
| H A D | sparc-stub.c | 524 hexToInt(char **ptr, int *intValue) in hexToInt() function 697 if (hexToInt(&ptr, &addr) in handle_exception() 699 && hexToInt(&ptr, &length)) in handle_exception() 713 if (hexToInt(&ptr, &addr) in handle_exception() 715 && hexToInt(&ptr, &length) in handle_exception() 730 if (hexToInt(&ptr, &addr)) in handle_exception()
|
| H A D | m32r-stub.c | 190 static int hexToInt (unsigned char **, int *); 327 if (hexToInt (&ptr, &addr)) in handle_exception() 339 if (hexToInt (&ptr, &addr)) in handle_exception() 341 if (hexToInt (&ptr, &length)) in handle_exception() 368 if (hexToInt (&ptr, &addr)) in handle_exception() 370 if (hexToInt (&ptr, &length)) in handle_exception() 404 if (hexToInt (&ptr, ®no) && *ptr++ == '=') in handle_exception() 453 if (hexToInt (&ptr, &addr)) in handle_exception() 523 if (hexToInt (&ptr, (int *) &start) && in handle_exception() 524 *ptr++ == ',' && hexToInt (&ptr, (int *) &len)) in handle_exception() [all …]
|
| H A D | m68k-stub.c | 788 hexToInt (char **ptr, int *intValue) in hexToInt() function 869 if (hexToInt (&ptr, &addr)) in handle_exception() 871 if (hexToInt (&ptr, &length)) in handle_exception() 900 if (hexToInt (&ptr, &addr)) in handle_exception() 902 if (hexToInt (&ptr, &length)) in handle_exception() 931 if (hexToInt (&ptr, &addr)) in handle_exception()
|
| H A D | sh-stub.c | 201 static int hexToInt (char **, int *); 355 hexToInt (char **ptr, int *intValue) in hexToInt() function 719 if (hexToInt (&ptr, &addr)) in gdb_handle_exception() 721 if (hexToInt (&ptr, &length)) in gdb_handle_exception() 743 if (hexToInt (&ptr, &addr)) in gdb_handle_exception() 745 if (hexToInt (&ptr, &length)) in gdb_handle_exception() 769 if (hexToInt (&ptr, &addr)) in gdb_handle_exception()
|
| H A D | ChangeLog-1992 | 2605 before returning to the user. (hexToInt): Fix overzealous cleanup.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/nlm/ |
| H A D | gdbserve.c | 475 hexToInt (char **ptr, int *intValue) in hexToInt() function 652 if (hexToInt(&ptr,&addr)) in handle_exception() 654 if (hexToInt(&ptr,&length)) in handle_exception() 677 if (hexToInt(&ptr,&addr)) in handle_exception() 679 if (hexToInt(&ptr,&length)) in handle_exception() 710 if (hexToInt(&ptr,&addr)) in handle_exception()
|