aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-08Fix erroneous backtrace on avrxmega architectures.Pierre Langlois2-1/+14
2014-04-08[testsuite] Disable Ctrl-V use for mingw hosts.Pierre Muller2-2/+15
2014-04-07[python] Fix gdb.Value.dynamic_type for reference values.Siva Chandra5-1/+18
2014-04-07Add support to recognize clang.Doug Evans3-0/+13
2014-04-07Fix ARI warning in darwin-nat.c::darwin_decode_messageJoel Brobecker2-1/+6
2014-04-03(read_cutu_die_from_dwo): Update function comment to match previous change.Doug Evans1-2/+2
2014-04-03 * dwarf2read.c (read_cutu_die_from_dwo): Fix assertion, at most oneDoug Evans2-2/+7