aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-v3-abi.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-18/+18
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-4/+4
2022-08-04Use registry in gdbarchTom Tromey1-19/+23
2022-05-10Always pass an explicit language down to c_type_printPedro Alves1-1/+2
2022-04-11gdb: remove symbol value macrosSimon Marchi1-2/+2
2022-04-03gdb/dwarf: pass an array of values to the dwarf evaluatorAndrew Burgess1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-13/+13
2022-03-29Unify gdb puts functionsTom Tromey1-4/+4
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-29gdb: remove TYPE_FIELD_DWARF_BLOCKSimon Marchi1-1/+1
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-1/+1
2021-10-29gdb: remove TYPE_FIELD_LOC_KINDSimon Marchi1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-1/+1
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi1-6/+6
2021-10-04Use unique_xmalloc_ptr<char> when demanglingTom Tromey1-6/+3
2021-09-30gdb: add field::name / field::set_nameSimon Marchi1-6/+6
2021-03-24gdb: remove current_top_target functionSimon Marchi1-2/+3
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-12/+10
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-15/+15
2020-07-12gdb: add accessors to struct dynamic_propSimon Marchi1-2/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-7/+7
2020-06-08gdb: remove FIELD_TYPE macroSimon Marchi1-6/+6
2020-06-08gdb: add field::type / field::set_typeSimon Marchi1-6/+6
2020-06-02gdb: Convert language la_pass_by_reference field to a methodAndrew Burgess1-2/+1
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: add type::fields / type::set_fieldsSimon Marchi1-2/+2
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-3/+3
2020-05-22gdb: add type::num_fields / type::set_num_fieldsSimon Marchi1-2/+2
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-15/+15
2020-05-08Speed up psymbol reading by removing a copyTom Tromey1-6/+8
2020-04-24Add support for variable field offsetsTom Tromey1-0/+26
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-20infcall, c++: collect more pass-by-reference informationTankut Baris Aktemur1-51/+236
2019-12-20infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur1-13/+36
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-4/+4
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-1/+3
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-2/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1