aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-v3-abi.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-07Fix watching structs in C++Andreas Arnez1-2/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-07-17Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves1-1/+1
2017-04-12Remove some cleanups from gnu-v3-abi.cTom Tromey1-36/+18
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-7/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-37/+18
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-4/+2
2016-10-06Remove Java supportTom Tromey1-7/+2
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-2/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-13More char constificationPedro Alves1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-11/+16
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-4/+2
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+2