Start of HP merge changes to GDB.

This commit is contained in:
David Taylor
1998-12-10 21:25:43 +00:00
parent 51d57b0aa6
commit 4770ff087a
14 changed files with 283 additions and 29 deletions

View File

@@ -43,3 +43,12 @@ val_print_array_elements PARAMS ((struct type *, char *, CORE_ADDR, GDB_FILE *,
extern void
val_print_type_code_int PARAMS ((struct type *, char *, GDB_FILE *));
extern void
print_binary_chars PARAMS ((GDB_FILE *, unsigned char *, unsigned int));
extern void
print_octal_chars PARAMS ((GDB_FILE *, unsigned char *, unsigned int));
extern void
print_decimal_chars PARAMS ((GDB_FILE *, unsigned char *, unsigned int));