summaryrefslogtreecommitdiff
path: root/gdb/gnu-v3-abi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-9/+10
* change minsym representationTom Tromey2014-02-261-6/+6
* Explicitly mark vtables as code spacePedro Alves2014-02-121-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunkLuis Machado2013-06-051-1/+11
* PR c++/13588:Tom Tromey2013-04-151-1/+3
* PR c++/15176:Tom Tromey2013-04-151-0/+64
* PR c++/9065:Tom Tromey2013-04-151-0/+158
* PR c++/11990:Tom Tromey2013-04-151-2/+15
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-2/+2
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-1/+0
* * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.Tom Tromey2013-01-211-0/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Partial fix for PR c++/14160:Tom Tromey2012-12-141-1/+2
* * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey2012-11-121-1/+2
* PR c++/7173:Tom Tromey2012-05-211-2/+3
* * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey2012-05-181-3/+7
* 2012-04-17 Pedro Alves <palves@redhat.com>Pedro Alves2012-04-171-4/+4
* * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.Tom Tromey2012-03-191-1/+1
* gdb/Jan Kratochvil2012-03-161-1/+2
* * gnu-v3-abi.c (struct value_and_voffset): New.Tom Tromey2012-03-151-0/+241
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-2/+2