diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-10-16 20:50:22 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-10-16 20:50:22 +0000 |
commit | 8b2dbe47f314187de7089f4ffeb26c100b7d4c3e (patch) | |
tree | 4ae93bb796e2490ab65c78f9e832910c822334cd /gdb/gdbarch.sh | |
parent | f52d1d64053435bf10413c8722f8c547fcdd08ef (diff) | |
download | binutils-gdb-8b2dbe47f314187de7089f4ffeb26c100b7d4c3e.tar.gz |
Address class support.
Diffstat (limited to 'gdb/gdbarch.sh')
-rwxr-xr-x | gdb/gdbarch.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index c18639e100e..2442c068cd2 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -664,6 +664,9 @@ f:2:COFF_MAKE_MSYMBOL_SPECIAL:void:coff_make_msymbol_special:int val, struct min v::NAME_OF_MALLOC:const char *:name_of_malloc::::"malloc":"malloc"::0 v::CANNOT_STEP_BREAKPOINT:int:cannot_step_breakpoint::::0:0::0 v::HAVE_NONSTEPPABLE_WATCHPOINT:int:have_nonsteppable_watchpoint::::0:0::0 +F:2:ADDRESS_CLASS_TYPE_FLAGS:int:address_class_type_flags:int byte_size, int dwarf2_addr_class:byte_size, dwarf2_addr_class +F:2:ADDRESS_CLASS_TYPE_FLAGS_TO_NAME:char *:address_class_type_flags_to_name:int type_flags:type_flags +F:2:ADDRESS_CLASS_NAME_TO_TYPE_FLAGS:int:address_class_name_to_type_flags:char *name, int *type_flags_ptr:name, type_flags_ptr EOF } |