summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Fix crash in is_nocall_functionTom Tromey2022-12-121-3/+1
* Add missing TYPE_CODE_* constants to PythonTom Tromey2022-10-311-111/+3
* Fix bug in Ada packed array handlingTom Tromey2022-10-211-0/+21
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-2/+3
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-5/+4
* gdb: add type::length / type::set_lengthSimon Marchi2022-09-211-3/+13
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-3/+2
* gdb: add type::target_type / type::set_target_typeSimon Marchi2022-09-211-2/+12
* Use registry in gdbarchTom Tromey2022-08-041-47/+47
* Change allocation of type-copying hash tableTom Tromey2022-07-281-3/+2
* gdb/fortran: Support for assumed rank zerorupothar2022-04-251-1/+0
* gdb: add support for Fortran's ASSUMED RANK arraysrupothar2022-04-031-0/+7
* gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang2022-04-021-1/+1
* Handle multiple addresses in call_site_targetTom Tromey2022-03-281-0/+15
* Change call_site_target to iterate over addressesTom Tromey2022-03-281-13/+21
* Make call_site_target members privateTom Tromey2022-03-281-23/+21
* Change call_site_target to use custom type and enumTom Tromey2022-03-281-10/+28
* gdb: Respect the DW_CC_nocall attributeLancelot SIX2022-02-151-0/+10
* gdb/fortran: support ptype and print commands for namelist variablesBhuvanendra Kumar N2022-02-111-0/+13
* Introduce gdb-hashtab module in gdbsupportTom Tromey2022-01-181-0/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Remove unusual use of core_addr_eq and core_addr_hashTom Tromey2021-12-291-2/+2
* gdb: remove TYPE_FIELD_DWARF_BLOCKSimon Marchi2021-10-291-1/+0
* gdb: remove TYPE_FIELD_STATIC_PHYSADDRSimon Marchi2021-10-291-1/+0
* gdb: remove TYPE_FIELD_STATIC_PHYSNAMESimon Marchi2021-10-291-1/+0
* gdb: remove TYPE_FIELD_ENUMVALSimon Marchi2021-10-291-1/+0
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-2/+1
* gdb: remove TYPE_FIELD_LOC_KINDSimon Marchi2021-10-291-1/+0
* gdb: remove FIELD_DWARF_BLOCK macroSimon Marchi2021-10-291-2/+1
* gdb: remove FIELD_STATIC_PHYSADDR macroSimon Marchi2021-10-291-2/+1
* gdb: remove FIELD_STATIC_PHYSNAME macroSimon Marchi2021-10-291-2/+1
* gdb: remove FIELD_ENUMVAL macroSimon Marchi2021-10-291-2/+1
* gdb: remove FIELD_BITPOS macroSimon Marchi2021-10-291-2/+1
* gdb: remove FIELD_LOC_KIND macroSimon Marchi2021-10-291-2/+1
* Document resolve_dynamic_type oddityTom Tromey2021-10-291-2/+11
* Check index in type::fieldTom Tromey2021-10-191-0/+1
* gdb: add accessors for field (and call site) locationSimon Marchi2021-10-071-27/+118
* [gdb/symtab] Use unrelocated addresses in call_siteSimon Marchi2021-10-041-5/+5
* [gdb/symtab] C++-ify call_siteSimon Marchi2021-10-041-24/+43
* [gdb/symtab] Add call_site_eq and call_site_hashTom de Vries2021-10-041-0/+15
* [gdb/symtab] Fix htab_find_slot call in read_call_site_scopeSimon Marchi2021-10-011-3/+1
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-3/+1
* gdb: add field::name / field::set_nameSimon Marchi2021-09-301-3/+13
* Change pointer_type to a method of struct typeTom Tromey2021-09-231-0/+6
* guile: fix make-value with pointer typeGeorge Barrett2021-07-291-0/+2
* gdbtypes: return value from get_unsigned_type_maxGeorge Barrett2021-07-291-1/+1
* Fix array stride bugTom Tromey2021-07-161-0/+2
* Add PROP_VARIABLE_NAMETom Tromey2021-06-041-0/+22