aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-v3-abi.c
AgeCommit message (Expand)Author
2017-04-12Remove some cleanups from gnu-v3-abi.cTom Tromey
2017-01-10Remove make_cleanup_htab_deleteTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-10-06Remove Java supportTom Tromey
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-13More char constificationPedro Alves
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-02-26Add missing CHECK_TYPEDEF calls to recent vptr_{fieldno,basetype} cleanup.Doug Evans
2015-01-31Move TYPE_SELF_TYPE into new field type_specific.Doug Evans
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans
2015-01-31Be more strict about what kinds of types can be passed.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans
2014-10-24Guard a call to TYPE_TARGET_TYPE in gnuv3_pass_by_reference.Siva Chandra
2014-10-15Fix gnuv3_pass_by_reference to treat dynamic classes as non-trivial.Siva Chandra
2014-10-15Fix gnuv3_pass_by_reference to lookup copy c-tors with qualified args.Siva Chandra
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-02-12Explicitly mark vtables as code spacePedro Alves
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-06-05 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunkLuis Machado
2013-04-15 PR c++/13588:Tom Tromey
2013-04-15 PR c++/15176:Tom Tromey
2013-04-15 PR c++/9065:Tom Tromey
2013-04-15 PR c++/11990:Tom Tromey
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski
2013-01-21 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-14 Partial fix for PR c++/14160:Tom Tromey
2012-11-12 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey
2012-05-21 PR c++/7173:Tom Tromey
2012-05-18 * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey
2012-04-172012-04-17 Pedro Alves <palves@redhat.com>Pedro Alves
2012-03-19 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.Tom Tromey