summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Add dynamic_prop::is_constantTom Tromey2023-05-121-0/+5
* Replace field_is_static with a methodTom Tromey2023-05-011-2/+12
* Add frame parameter to resolve_dynamic_typeTom Tromey2023-03-291-1/+5
* Remove objfile_typeTom Tromey2023-03-181-39/+1
* Add some types to struct builtin_typeTom Tromey2023-03-181-0/+15
* Rename objfile_type to builtin_typeTom Tromey2023-03-181-1/+1
* Use type allocator for set typesTom Tromey2023-03-181-1/+2
* Use type allocator for array typesTom Tromey2023-03-181-6/+35
* Use type allocator for range typesTom Tromey2023-03-181-8/+21
* Unify arch_pointer_type and init_pointer_typeTom Tromey2023-03-181-6/+10
* Unify arch_decfloat_type and init_decfloat_typeTom Tromey2023-03-181-2/+6
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-5/+12
* Unify arch_boolean_type and init_boolean_typeTom Tromey2023-03-181-4/+8
* Unify arch_character_type and init_character_typeTom Tromey2023-03-181-4/+7
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-181-5/+5
* Remove init_typeTom Tromey2023-03-181-2/+0
* Remove arch_typeTom Tromey2023-03-181-2/+0
* Remove alloc_typeTom Tromey2023-03-181-3/+0
* Remove alloc_type_copyTom Tromey2023-03-181-5/+1
* Remove alloc_type_archTom Tromey2023-03-181-2/+0
* Introduce type_allocatorTom Tromey2023-03-181-0/+98
* Move allocate_stub_method to stabsread.cTom Tromey2023-03-101-2/+0
* Use const for dwarf2_property_batonTom Tromey2023-03-011-5/+5
* Make gdb property batons type-safeTom Tromey2023-03-011-5/+6
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-1/+1
* Increase size of main_type::nfieldsTom Tromey2023-02-091-5/+5
* gdb: move frame_info_ptr to frame.{c,h}Simon Marchi2023-01-201-2/+0
* gdb: move call site types to call-site.hSimon Marchi2023-01-201-211/+0
* gdb: move sect_offset and cu_offset to dwarf2/types.hSimon Marchi2023-01-201-17/+1
* 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