aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-27[aarch64] Handle unknown instruction encodingYao Qi2-1/+12
2015-05-27Fix ARI warnings in aarch64-tdep.cYao Qi2-7/+13
2015-05-26PR c++/18141, c++/18417.Doug Evans5-2/+86
2015-05-27Automatic date update in version.inGDB Administrator1-1/+1
2015-05-26Rename dwarf2 to dwarf in "set debug" and maintenance commands.Doug Evans11-107/+168
2015-05-26PR python/18438Doug Evans8-6/+107
2015-05-26gdb: tui: Minor fix to compare against NULL.Andrew Burgess2-1/+5
2015-05-26gdb: Add 'tui reg prev' command.Andrew Burgess6-3/+78
2015-05-26All FreeBSD targets are ELF except i?86-*-freebsd\[12\].*.Ed Maste2-1/+12
2015-05-26New gdb.reverse test case for aarch64 instructionsYao Qi3-0/+220
2015-05-26Enables gdb.reverse testsuite for aarch64*-linux targetsOmair Javaid2-0/+7
2015-05-26Implements aarch64 process record and reverse debugging supportOmair Javaid6-1/+1747
2015-05-26NEWS entry about aarch64-linux record/replay supportOmair Javaid2-0/+9
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan24-102/+146
2015-05-26xtensa: fix gas segfault with --text-section-literalsMax Filippov2-1/+15
2015-05-26Automatic date update in version.inGDB Administrator1-1/+1
2015-05-25Automatic date update in version.inGDB Administrator1-1/+1
2015-05-24Automatic date update in version.inGDB Administrator1-1/+1
2015-05-23Automatic date update in version.inGDB Administrator1-1/+1
2015-05-22Fixes: "gas/read.c:5087:12: error: left shift of negative"Nick Clifton2-1/+7
2015-05-22gdb: New 'tui enable' and 'tui disable' commands.Andrew Burgess5-2/+63
2015-05-21Make sure test names are unique in gdb.base/gdbinit-history.expPatrick Palka2-7/+14
2015-05-22Automatic date update in version.inGDB Administrator1-1/+1
2015-05-21gdb: Use NULL not 0 in a tui function.Andrew Burgess2-3/+7
2015-05-21gdb: Add cleanup to avoid memory leak on error.Andrew Burgess2-1/+8
2015-05-21gdb: Don't call tui_enable too early.Andrew Burgess2-4/+14
2015-05-21gdb: Add completer for layout command.Andrew Burgess4-1/+46
2015-05-21gdb: Remove register class specific layout names.Andrew Burgess9-251/+178
2015-05-21Automatic date update in version.inGDB Administrator1-1/+1
2015-05-20gdb/testsuite: New skip_tui_tests predicate.Andrew Burgess3-0/+28
2015-05-20Skip extra relocations in .rel.plt/.rela.pltH.J. Lu3-0/+17
2015-05-20[AArch64/BFD] Sort relocation case labels alphabeticallyJiong Wang3-79/+91
2015-05-20[AArch64] Sort relocation case labels alphabeticallyJiong Wang2-18/+25
2015-05-20Memory leak reading frame register during inferior event handlingJoel Brobecker2-1/+22
2015-05-20gdb/ada-lang.c: Rename local variable typename into type_name...Joel Brobecker2-5/+10
2015-05-20Automatic date update in version.inGDB Administrator1-1/+1
2015-05-19compile: Fix ASAN crash for gdb.compile/compile.expJan Kratochvil2-2/+10
2015-05-19compile: gdb_stdout -> gdb_stdlogJan Kratochvil4-16/+24
2015-05-19Fix gdb.base/gdbinit-history.exp when HISTSIZE is set in the environmentPedro Alves2-2/+17
2015-05-19Automatic date update in version.inGDB Administrator1-1/+1
2015-05-18Fix seg-fault in readelf when decoding corrupt IA64 unwind information.Nick Clifton4-53/+52
2015-05-18Fix dw-2 test for 16-bit targets.Nick Clifton2-1/+5
2015-05-18Remove Disp32 from AMD64 direct call/jmpH.J. Lu3-4/+9
2015-05-18[AArch64] Remove X86-64 commentsJiong Wang2-5/+6
2015-05-18Automatic date update in version.inGDB Administrator1-1/+1
2015-05-18Add myself to write-after-approval listMax Filippov1-0/+1
2015-05-17sim: erc32: restore attributionMike Frysinger8-7/+33
2015-05-17ELF options may be missing from `ld --help' outputChung-Lin Tang3-68/+91
2015-05-17Automatic date update in version.inGDB Administrator1-1/+1
2015-05-16Add support for unbuffered and zero sized Guile ports.Doug Evans8-72/+304