aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2014-04-26* guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.Doug Evans1-0/+4
2014-04-25PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves1-0/+11
2014-04-25Fix several "set remote foo-packet on/off" commands.Pedro Alves1-0/+98
2014-04-25document "quit" command's argumentTom Tromey1-0/+5
2014-04-25news: mention support for C99 variable length arraysSanimir Agovic1-0/+4
2014-04-24ada-lang.c: Expand standard_exc's introductory comment.Joel Brobecker1-0/+4
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm1-0/+156
2014-04-23Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves1-0/+16
2014-04-23Don't suppress errors inserting/removing hardware breakpoints in sharedPedro Alves1-0/+6
2014-04-22Consecutive step-overs trigger internal error.Pedro Alves1-0/+11
2014-04-22Add a note to the GDB/NEWS file mentioning that the ARM simulator nowNick Clifton1-0/+4
2014-04-22Unify ctf_fetch_registers and tfile_fetch_registersYao Qi1-0/+10
2014-04-19PR gdb/14018 -- avoid "PC register not available" errors.Eli Zaretskii1-0/+19
2014-04-19Call post_create_inferior in ctf_open.Yao Qi1-0/+4
2014-04-19Get trace_regblock_size from metadata instead of eventYao Qi1-0/+7
2014-04-19Add null pointer check in ctf_xfer_partialYao Qi1-0/+4
2014-04-18Remove unnecessary argument METHOD to valops.c:oload_method_static.Siva Chandra1-0/+5
2014-04-18Fix PR backtrace/15558Pedro Alves1-0/+13
2014-04-18solib-darwin: simplify code.Tristan Gingold1-0/+5
2014-04-17Enable DWARF unwinders for SPUUlrich Weigand1-0/+8
2014-04-17Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand1-0/+21
2014-04-17Automatic link generation by doxygenYao Qi1-0/+5
2014-04-16Add the ChangeLog entry missed in 8000c58e455259951daa4370631aa616b367d1a7.Siva Chandra1-0/+4
2014-04-16PR gdb/15827Keith Seitz1-0/+7
2014-04-16PR c++/16597Keith Seitz1-0/+6
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz1-0/+36
2014-04-14implement support for "enum class"Tom Tromey1-0/+19
2014-04-14constify value_aggregate_eltTom Tromey1-0/+7
2014-04-14handle DW_AT_type on an enumerationTom Tromey1-0/+4
2014-04-14vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic1-0/+10
2014-04-14vla: resolve dynamic bounds if value contents is a constant byte-sequenceSanimir Agovic1-0/+5
2014-04-14vla: support for DW_AT_countSanimir Agovic1-0/+9
2014-04-14vla: print "variable length" for unresolved dynamic boundsSanimir Agovic1-0/+7
2014-04-14vla: update type from newly created valueSanimir Agovic1-0/+14
2014-04-14vla: enable sizeof operator for indirectionSanimir Agovic1-0/+5
2014-04-14vla: enable sizeof operator to work with variable length arraysSanimir Agovic1-0/+5
2014-04-14type: add c99 variable length array supportSanimir Agovic1-0/+22
2014-04-14Fix typo in _initialize_alpha_linux_nat prototypeRichard Henderson1-0/+4
2014-04-12Copy over fix for fetching dynamic type of a reference from python side.Doug Evans1-0/+6
2014-04-11Revert the entire VLA series.Joel Brobecker1-0/+64
2014-04-11Fix c++/16675 -- sizeof reference type should give the size ofKeith Seitz1-0/+7
2014-04-11vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic1-0/+10
2014-04-11vla: resolve dynamic bounds if value contents is a constant byte-sequenceSanimir Agovic1-0/+5
2014-04-11vla: support for DW_AT_countSanimir Agovic1-0/+9
2014-04-11vla: print "variable length" for unresolved dynamic boundsSanimir Agovic1-0/+7
2014-04-11vla: update type from newly created valueSanimir Agovic1-0/+14
2014-04-11vla: enable sizeof operator for indirectionSanimir Agovic1-0/+5
2014-04-11vla: enable sizeof operator to work with variable length arraysSanimir Agovic1-0/+5
2014-04-11type: add c99 variable length array supportSanimir Agovic1-0/+21
2014-04-11vla: introduce new bound type abstraction adapt usesSanimir Agovic1-0/+16