aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-03Escape backslash in windows pathYao Qi2-2/+6
2014-04-02Handle VDSO section headers past end of pageAlan Modra2-7/+39
2014-04-01* dwarf2read.c (read_cutu_die_from_dwo): Improve comment.Doug Evans2-3/+9
2014-04-01darwin-nat: avoid crash while debugging gdb.Tristan Gingold2-54/+98
2014-04-01gdb.arch/ppc64-atomic-inst.exp: Improve error handling.Anton Blanchard2-7/+12
2014-04-01gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile, prepare_for_testing.Anton Blanchard2-11/+7
2014-04-01Fix ppc64 single step over atomic sequence testcase.Anton Blanchard4-48/+78
2014-03-31dwarf2read.c (read_cutu_die_from_dwo): Delete unused local comp_dir_string.Doug Evans2-1/+5
2014-03-31New option "set print symbol-loading".Doug Evans11-2/+321
2014-03-31Allow ';' as a directory separatorYao Qi2-2/+6
2014-03-30 * infrun.c (set_last_target_status): New function.Doug Evans2-2/+15
2014-03-30* inferior.h (enum stop_kind): Improve comment.Doug Evans2-8/+12
2014-03-30 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.Doug Evans2-18/+23
2014-03-28[varobj] false type-changed status for reference to Ada arrayJoel Brobecker7-1/+147
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior31-1548/+2038
2014-03-27 * dwarf2read.c (read_str_index): Delete arg cu. All callers updated.Doug Evans2-4/+8
2014-03-27 * dwarf2read.c (init_cutu_and_read_dies_no_follow): Fix comments.Doug Evans2-12/+15
2014-03-27 * dwarf2read.c (struct dwarf2_cu): Improve comments for membersDoug Evans2-2/+7
2014-03-27 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".Doug Evans2-1/+5
2014-03-27Return zero in can_single_step_to_signal_handler for nios2-*-* targetYao Qi2-1/+7
2014-03-26Remove VAR_DOMAIN/STRUCT_DOMAIN ambiguity from ada-tasks.c.Keith Seitz2-6/+11