aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-04-15 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't referenceDoug Evans2-1/+12
2014-04-15Remove unused globals in mi-simplerun.exp.Keith Seitz2-9/+9
2014-04-15Test suite cleanup.Keith Seitz2-17/+17
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-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-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-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-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
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic12-47/+64
2014-04-11Check file exists before completion testsYao Qi2-3/+17
2014-04-10Conditional Z1 breakpoint hangs GDBserver.Pedro Alves7-15/+212
2014-04-10breakpoint shadowing, take single-step breakpoints into account.Pedro Alves2-69/+125
2014-04-09[GDBserver] Fix SH/Linux build.Pedro Alves2-1/+6
2014-04-09darwin: fix thinko (free thread port after threads are discovered).Tristan Gingold2-4/+30