summaryrefslogtreecommitdiff
path: root/gdb/gnu-v3-abi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur2019-12-201-13/+36
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-4/+4
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Introduce metadata styleTom Tromey2019-10-011-1/+3
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Fix watching structs in C++Andreas Arnez2018-03-071-2/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves2017-07-171-1/+1
* Remove some cleanups from gnu-v3-abi.cTom Tromey2017-04-121-36/+18
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-7/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-37/+18
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-4/+2
* Remove Java supportTom Tromey2016-10-061-7/+2
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-2/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* More char constificationPedro Alves2015-10-131-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-11/+16
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-4/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+2