summaryrefslogtreecommitdiff
path: root/gdb/gnu-v3-abi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-3/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-5/+10
* New common function "startswith"Gary Benson2015-03-061-3/+3
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-13/+13
* Add missing CHECK_TYPEDEF calls to recent vptr_{fieldno,basetype} cleanup.Doug Evans2015-02-261-0/+1
* Move TYPE_SELF_TYPE into new field type_specific.Doug Evans2015-01-311-7/+7
* gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans2015-01-311-2/+2
* Be more strict about what kinds of types can be passed.Doug Evans2015-01-311-4/+18
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-4/+3
* Guard a call to TYPE_TARGET_TYPE in gnuv3_pass_by_reference.Siva Chandra2014-10-241-5/+7
* Fix gnuv3_pass_by_reference to treat dynamic classes as non-trivial.Siva Chandra2014-10-151-0/+5
* Fix gnuv3_pass_by_reference to lookup copy c-tors with qualified args.Siva Chandra2014-10-151-5/+11
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* start change to progspace independenceTom Tromey2014-02-261-3/+2