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