summaryrefslogtreecommitdiff
path: root/gdb/gnu-v3-abi.c
Commit message (Expand)AuthorAgeFilesLines
* Remove evaluate_typeTom Tromey2023-05-011-1/+1
* Replace field_is_static with a methodTom Tromey2023-05-011-1/+1
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-181-1/+1
* Remove arch_typeTom Tromey2023-03-181-2/+5
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-11/+11
* Convert value_lval_const and deprecated_lval_hack to methodsTom Tromey2023-02-131-2/+2
* Turn some value offset functions into methodTom Tromey2023-02-131-10/+10
* Turn value_enclosing_type into methodTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-13/+13
* gdb: remove language.h include from frame.hSimon Marchi2023-01-201-0/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-18/+18
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-4/+4
* Use registry in gdbarchTom Tromey2022-08-041-19/+23
* Always pass an explicit language down to c_type_printPedro Alves2022-05-101-1/+2
* gdb: remove symbol value macrosSimon Marchi2022-04-111-2/+2
* gdb/dwarf: pass an array of values to the dwarf evaluatorAndrew Burgess2022-04-031-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-13/+13
* Unify gdb puts functionsTom Tromey2022-03-291-4/+4
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove TYPE_FIELD_DWARF_BLOCKSimon Marchi2021-10-291-1/+1
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-1/+1
* gdb: remove TYPE_FIELD_LOC_KINDSimon Marchi2021-10-291-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+1
* gdb: add accessors for field (and call site) locationSimon Marchi2021-10-071-6/+6
* Use unique_xmalloc_ptr<char> when demanglingTom Tromey2021-10-041-6/+3
* gdb: add field::name / field::set_nameSimon Marchi2021-09-301-6/+6
* gdb: remove current_top_target functionSimon Marchi2021-03-241-2/+3
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-12/+10
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-15/+15
* gdb: add accessors to struct dynamic_propSimon Marchi2020-07-121-2/+1
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-7/+7
* gdb: remove FIELD_TYPE macroSimon Marchi2020-06-081-6/+6
* gdb: add field::type / field::set_typeSimon Marchi2020-06-081-6/+6
* gdb: Convert language la_pass_by_reference field to a methodAndrew Burgess2020-06-021-2/+1
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-1/+1
* gdb: add type::fields / type::set_fieldsSimon Marchi2020-05-221-2/+2
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-3/+3
* gdb: add type::num_fields / type::set_num_fieldsSimon Marchi2020-05-221-2/+2
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-15/+15
* Speed up psymbol reading by removing a copyTom Tromey2020-05-081-6/+8
* Add support for variable field offsetsTom Tromey2020-04-241-0/+26
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* infcall, c++: collect more pass-by-reference informationTankut Baris Aktemur2019-12-201-51/+236