aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm47-61/+4727
2014-04-23Introduce some new MI test suite cleanups for breakpoint andKeith Seitz19-146/+405
2014-04-23[gdbserver] mem-break.c:find_gdb_breakpoint_at: Make static.Pedro Alves3-6/+9
2014-04-23gdbserver: decouple x86 watchpoint / hw breakpoint routines from Z packet num...Pedro Alves5-21/+62
2014-04-23gdbserver: perror_with_name: Add ATTRIBUTE_NORETURN.Pedro Alves2-1/+5
2014-04-23Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves14-15/+425
2014-04-23Don't suppress errors inserting/removing hardware breakpoints in sharedPedro Alves10-22/+307
2014-04-22Consecutive step-overs trigger internal error.Pedro Alves5-44/+195
2014-04-22Make gdb_continue_to_breakpoint fail quickly on internal errors.Pedro Alves2-8/+6
2014-04-22Add a note to the GDB/NEWS file mentioning that the ARM simulator nowNick Clifton2-0/+7
2014-04-22Check tracefile is generated by binary executionYao Qi4-14/+51
2014-04-22Unify ctf_fetch_registers and tfile_fetch_registersYao Qi5-97/+82
2014-04-19PR gdb/14018 -- avoid "PC register not available" errors.Eli Zaretskii2-16/+52
2014-04-19Call post_create_inferior in ctf_open.Yao Qi2-0/+6
2014-04-19Get trace_regblock_size from metadata instead of eventYao Qi2-34/+29
2014-04-19Add null pointer check in ctf_xfer_partialYao Qi2-1/+5
2014-04-18Remove unnecessary argument METHOD to valops.c:oload_method_static.Siva Chandra2-8/+12
2014-04-18Fix PR backtrace/15558Pedro Alves8-19/+87
2014-04-18solib-darwin: simplify code.Tristan Gingold2-18/+7
2014-04-17Drop srcdir from untested source path.Marcus Shawcroft2-1/+5
2014-04-17Enable DWARF unwinders for SPUUlrich Weigand2-0/+70
2014-04-17Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand10-42/+67
2014-04-17Drop prefix from unsupported source path.Marcus Shawcroft2-2/+7
2014-04-17[testsuite] Set target-charset to asciiYao Qi4-356/+423
2014-04-17Automatic link generation by doxygenYao Qi2-7/+13
2014-04-16Add the ChangeLog entry missed in 8000c58e455259951daa4370631aa616b367d1a7.Siva Chandra1-0/+4
2014-04-16Remove unused and incorrect macro TYPE_FN_FIELDS.Siva Chandra1-1/+0
2014-04-16PR gdb/15827Keith Seitz5-0/+118
2014-04-16PR c++/16597Keith Seitz3-0/+18
2014-04-16PR c++/16597Keith Seitz3-0/+988
2014-04-16Fix wrapper.exp testcase with stdio gdbserver.Doug Evans4-77/+50
2014-04-16gdb.base/memattr.exp regexp improvements.Andrew Burgess2-40/+80
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