aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-15Allow target to derive from Copy_relocs class.Cary Coutant3-38/+33
2014-04-15Test suite cleanup.Keith Seitz2-17/+17
2014-04-15[AArch64] Fix off by one error in instruction relaxation mask.Marcus Shawcroft4-2/+11
2014-04-15gdb.base/sym-file.exp, hide guts of the custom loader.Pedro Alves4-105/+141
2014-04-15gdb.base/sym-file-loader.c: Fix typo.Pedro Alves2-3/+7
2014-04-15Make sym-file.exp work with remote targets and hosts.Pedro Alves3-26/+106
2014-04-15gdb.base/sym-file.exp: clean up test messages a bit.Pedro Alves2-3/+8
2014-04-15daily updateAlan Modra1-1/+1
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz14-66/+339
2014-04-14implement support for "enum class"Tom Tromey13-14/+243
2014-04-14constify value_aggregate_eltTom Tromey3-8/+15
2014-04-14handle DW_AT_type on an enumerationTom Tromey4-1/+93
2014-04-14test: add mi vla testSanimir Agovic3-0/+124
2014-04-14test: basic c99 vla tests for C primitivesSanimir Agovic3-0/+230
2014-04-14test: evaluate pointers to C99 vla correctly.Sanimir Agovic3-0/+104
2014-04-14test: cover subranges with present DW_AT_count attributeSanimir Agovic2-0/+129
2014-04-14vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic7-4/+191
2014-04-14vla: resolve dynamic bounds if value contents is a constant byte-sequenceSanimir Agovic2-1/+16
2014-04-14vla: support for DW_AT_countSanimir Agovic4-8/+28
2014-04-14vla: print "variable length" for unresolved dynamic boundsSanimir Agovic2-1/+12
2014-04-14vla: update type from newly created valueSanimir Agovic7-2/+34
2014-04-14vla: enable sizeof operator for indirectionSanimir Agovic2-1/+8
2014-04-14vla: enable sizeof operator to work with variable length arraysSanimir Agovic2-1/+12
2014-04-14type: add c99 variable length array supportSanimir Agovic8-90/+449
2014-04-14Add return value for non-void function return statements to fix error in clan...David Blaikie3-2/+8
2014-04-14Fix typo in _initialize_alpha_linux_nat prototypeRichard Henderson2-1/+5
2014-04-14ppc476 plt call stubsAlan Modra2-5/+57
2014-04-14daily updateAlan Modra1-1/+1
2014-04-13daily updateAlan Modra1-1/+1
2014-04-12Copy over fix for fetching dynamic type of a reference from python side.Doug Evans5-1/+20
2014-04-11Compile inline test with -std=gnu89 explicitly to override Clang's default (-...David Blaikie2-1/+8
2014-04-12daily updateAlan Modra1-1/+1
2014-04-11gdb/testsuite/ChangeLog: Fix path to a few files in previous entries.Joel Brobecker1-4/+4
2014-04-11Revert the entire VLA series.Joel Brobecker27-1316/+193
2014-04-11Fix c++/16675 -- sizeof reference type should give the size ofKeith Seitz6-15/+156
2014-04-11PE32+ binaries that use addresses > 1^32 have a problem in that the linkerNick Clifton2-0/+39
2014-04-11test: add mi vla testSanimir Agovic3-0/+124
2014-04-11test: basic c99 vla tests for C primitivesSanimir Agovic3-0/+230
2014-04-11test: evaluate pointers to C99 vla correctly.Sanimir Agovic3-0/+104
2014-04-11test: multi-dimensional c99 vla.Sanimir Agovic3-0/+94
2014-04-11test: cover subranges with present DW_AT_count attributeSanimir Agovic2-0/+129
2014-04-11vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic7-4/+191
2014-04-11vla: resolve dynamic bounds if value contents is a constant byte-sequenceSanimir Agovic2-1/+16
2014-04-11vla: support for DW_AT_countSanimir Agovic4-8/+28
2014-04-11vla: print "variable length" for unresolved dynamic boundsSanimir Agovic2-1/+12
2014-04-11vla: update type from newly created valueSanimir Agovic8-2/+35
2014-04-11vla: enable sizeof operator for indirectionSanimir Agovic2-0/+7
2014-04-11vla: enable sizeof operator to work with variable length arraysSanimir Agovic2-1/+12
2014-04-11type: add c99 variable length array supportSanimir Agovic8-90/+437
2014-04-11vla: introduce new bound type abstraction adapt usesSanimir Agovic5-47/+123