aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-v3-abi.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-3/+3
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-5/+10
2015-03-06New common function "startswith"Gary Benson1-3/+3
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-13/+13
2015-02-26Add missing CHECK_TYPEDEF calls to recent vptr_{fieldno,basetype} cleanup.Doug Evans1-0/+1
2015-01-31Move TYPE_SELF_TYPE into new field type_specific.Doug Evans1-7/+7
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans1-2/+2
2015-01-31Be more strict about what kinds of types can be passed.Doug Evans1-4/+18
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-4/+3
2014-10-24Guard a call to TYPE_TARGET_TYPE in gnuv3_pass_by_reference.Siva Chandra1-5/+7
2014-10-15Fix gnuv3_pass_by_reference to treat dynamic classes as non-trivial.Siva Chandra1-0/+5
2014-10-15Fix gnuv3_pass_by_reference to lookup copy c-tors with qualified args.Siva Chandra1-5/+11
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-02-26start change to progspace independenceTom Tromey1-3/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-9/+10
2014-02-26change minsym representationTom Tromey1-6/+6
2014-02-12Explicitly mark vtables as code spacePedro Alves1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-06-05 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunkLuis Machado1-1/+11
2013-04-15 PR c++/13588:Tom Tromey1-1/+3
2013-04-15 PR c++/15176:Tom Tromey1-0/+64
2013-04-15 PR c++/9065:Tom Tromey1-0/+158
2013-04-15 PR c++/11990:Tom Tromey1-2/+15
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-2/+2
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-1/+0
2013-01-21 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.Tom Tromey1-0/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14 Partial fix for PR c++/14160:Tom Tromey1-1/+2
2012-11-12 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey1-1/+2
2012-05-21 PR c++/7173:Tom Tromey1-2/+3
2012-05-18 * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey1-3/+7
2012-04-172012-04-17 Pedro Alves <palves@redhat.com>Pedro Alves1-4/+4
2012-03-19 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.Tom Tromey1-1/+1
2012-03-16gdb/Jan Kratochvil1-1/+2
2012-03-15 * gnu-v3-abi.c (struct value_and_voffset): New.Tom Tromey1-0/+241
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-2/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-10-172011-10-17 Joost van der Sluis <joost@cnoc.nl>Tom Tromey1-1/+1
2011-07-05gdbTom Tromey1-0/+4
2011-02-14 gdb/Pedro Alves1-3/+4