summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* remove unnecessary second call to static_unwrap_type in ada_evaluate_subexpJoel Brobecker2014-04-282-4/+6
* [gdbserver] Correctly generate i386-avx512.cYao Qi2014-04-282-1/+6
* Make "set disassemble-next-line on" can work with DUMMY_FRAME, SIGTRAMP_FRAME...Hui Zhu2014-04-272-0/+12
* * guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.Doug Evans2014-04-262-1/+5
* Compute the function length instead of hard coding itYao Qi2014-04-262-3/+65
* Add missing gdbserver/ChangeLog entry for previous commit.Pedro Alves2014-04-251-0/+19
* PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves2014-04-2510-68/+217
* Fix several "set remote foo-packet on/off" commands.Pedro Alves2014-04-257-374/+435
* document "quit" command's argumentTom Tromey2014-04-252-1/+10
* news: mention support for C99 variable length arraysSanimir Agovic2014-04-252-1/+8
* Ensure unreferenced static symbols aren't omitted by clang (either marking th...David Blaikie2014-04-248-20/+32
* Cause clang to emit the definition of a type used only by pointerDavid Blaikie2014-04-243-3/+9
* Return by value to coax Clang into emitting the full definition of a test type.David Blaikie2014-04-244-5/+12
* XFAIL under Clang tests using labelsDavid Blaikie2014-04-244-61/+65
* Remove unused labels in dwarf assemblerYao Qi2014-04-253-2/+9
* Fix and XFAIL test due to GCC PR55641, passes with clangDavid Blaikie2014-04-242-1/+6
* ada-lang.c: Expand standard_exc's introductory comment.Joel Brobecker2014-04-242-1/+17
* Adjust start-of-function braces to be compatible with ClangDavid Blaikie2014-04-243-96/+113
* Add AVX512 registers support to GDB and GDBserver.Michael Sturm2014-04-2447-61/+4727
* Introduce some new MI test suite cleanups for breakpoint andKeith Seitz2014-04-2319-146/+405
* [gdbserver] mem-break.c:find_gdb_breakpoint_at: Make static.Pedro Alves2014-04-233-6/+9
* gdbserver: decouple x86 watchpoint / hw breakpoint routines from Z packet num...Pedro Alves2014-04-235-21/+62
* gdbserver: perror_with_name: Add ATTRIBUTE_NORETURN.Pedro Alves2014-04-232-1/+5
* Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves2014-04-2314-15/+425
* Don't suppress errors inserting/removing hardware breakpoints in sharedPedro Alves2014-04-2310-22/+307
* Consecutive step-overs trigger internal error.Pedro Alves2014-04-225-44/+195
* Make gdb_continue_to_breakpoint fail quickly on internal errors.Pedro Alves2014-04-222-8/+6
* Add a note to the GDB/NEWS file mentioning that the ARM simulator nowNick Clifton2014-04-222-0/+7
* Check tracefile is generated by binary executionYao Qi2014-04-224-14/+51
* Unify ctf_fetch_registers and tfile_fetch_registersYao Qi2014-04-225-97/+82
* PR gdb/14018 -- avoid "PC register not available" errors.Eli Zaretskii2014-04-192-16/+52
* Call post_create_inferior in ctf_open.Yao Qi2014-04-192-0/+6
* Get trace_regblock_size from metadata instead of eventYao Qi2014-04-192-34/+29
* Add null pointer check in ctf_xfer_partialYao Qi2014-04-192-1/+5
* Remove unnecessary argument METHOD to valops.c:oload_method_static.Siva Chandra2014-04-182-8/+12
* Fix PR backtrace/15558Pedro Alves2014-04-188-19/+87
* solib-darwin: simplify code.Tristan Gingold2014-04-182-18/+7
* Drop srcdir from untested source path.Marcus Shawcroft2014-04-172-1/+5
* Enable DWARF unwinders for SPUUlrich Weigand2014-04-172-0/+70
* Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand2014-04-1710-42/+67
* Drop prefix from unsupported source path.Marcus Shawcroft2014-04-172-2/+7
* [testsuite] Set target-charset to asciiYao Qi2014-04-174-356/+423
* Automatic link generation by doxygenYao Qi2014-04-172-7/+13
* Add the ChangeLog entry missed in 8000c58e455259951daa4370631aa616b367d1a7.Siva Chandra2014-04-161-0/+4
* Remove unused and incorrect macro TYPE_FN_FIELDS.Siva Chandra2014-04-161-1/+0
* PR gdb/15827Keith Seitz2014-04-165-0/+118
* PR c++/16597Keith Seitz2014-04-163-0/+18
* PR c++/16597Keith Seitz2014-04-163-0/+988
* Fix wrapper.exp testcase with stdio gdbserver.Doug Evans2014-04-164-77/+50
* gdb.base/memattr.exp regexp improvements.Andrew Burgess2014-04-162-40/+80