aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-05-02gdb_load: Fix latent bugsPedro Alves3-3/+14
2014-05-01compare-sections: New -r option.David Taylor4-3/+25
2014-05-01New testsuite/boards/local-remote-host.exp board, now with editing onPedro Alves2-0/+36
2014-05-01Rename testsuite/boards/local-remote-host.exp -> testsuite/boards/local-remot...Pedro Alves2-0/+5
2014-04-30Remove unused arguments to few functions in dwarf2loc.c and gdbtypes.c.Siva Chandra4-13/+21
2014-04-29Fix remote connection to targets that don't support the QNonStop packet.Pedro Alves2-6/+68
2014-04-28Add gdb.ada/dyn_arrayidx testcase.Joel Brobecker3-0/+72
2014-04-28dwarf2read.c::read_subrange_type: Handle dynamic lower boundsJoel Brobecker2-5/+6
2014-04-28Improve Ada dynamic range type handling.Joel Brobecker2-0/+8
2014-04-28Enhance dwarfread.c::resolve_dynamic_type to resolve dynamic rangesJoel Brobecker2-46/+80
2014-04-28Unnecessary XA type handling in ada_varobj_describe_simple_array_childJoel Brobecker2-7/+6
2014-04-28remove unnecessary second call to static_unwrap_type in ada_evaluate_subexpJoel Brobecker2-4/+6
2014-04-28[gdbserver] Correctly generate i386-avx512.cYao Qi2-1/+6
2014-04-27Make "set disassemble-next-line on" can work with DUMMY_FRAME, SIGTRAMP_FRAME...Hui Zhu2-0/+12
2014-04-26* guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.Doug Evans2-1/+5
2014-04-26Compute the function length instead of hard coding itYao Qi2-3/+65
2014-04-25Add missing gdbserver/ChangeLog entry for previous commit.Pedro Alves1-0/+19
2014-04-25PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves10-68/+217
2014-04-25Fix several "set remote foo-packet on/off" commands.Pedro Alves7-374/+435
2014-04-25document "quit" command's argumentTom Tromey2-1/+10
2014-04-25news: mention support for C99 variable length arraysSanimir Agovic2-1/+8
2014-04-24Ensure unreferenced static symbols aren't omitted by clang (either marking th...David Blaikie8-20/+32
2014-04-24Cause clang to emit the definition of a type used only by pointerDavid Blaikie3-3/+9
2014-04-24Return by value to coax Clang into emitting the full definition of a test type.David Blaikie4-5/+12
2014-04-24XFAIL under Clang tests using labelsDavid Blaikie4-61/+65
2014-04-25Remove unused labels in dwarf assemblerYao Qi3-2/+9
2014-04-24Fix and XFAIL test due to GCC PR55641, passes with clangDavid Blaikie2-1/+6
2014-04-24ada-lang.c: Expand standard_exc's introductory comment.Joel Brobecker2-1/+17
2014-04-24Adjust start-of-function braces to be compatible with ClangDavid Blaikie3-96/+113
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