aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-16compile: Fix uninitialized variable compiler warningsJan Kratochvil2-3/+11
2015-05-16Don't generate PLT relocations for now bindingH.J. Lu8-4/+102
2015-05-16compile: Fix detected inferior typeJan Kratochvil2-2/+7
2015-05-16[GOLD] Add PowerPC64 -fsplit-stack supportAlan Modra3-6/+139
2015-05-16compile: New 'compile print'Jan Kratochvil15-12/+473
2015-05-16Code cleanup: compile: func_addr -> func_symJan Kratochvil4-52/+89
2015-05-16compile: Use -Wall, not -wJan Kratochvil7-22/+58
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil8-9/+47
2015-05-16Code cleanup: Make parts of print_command_1 publicJan Kratochvil3-44/+76
2015-05-16Add forgotten ChangeLog entry for the previous commit.Jan Kratochvil1-0/+5
2015-05-16compile: Add one debug messageJan Kratochvil1-0/+6
2015-05-16Automatic date update in version.inGDB Administrator1-1/+1
2015-05-15Array indexed by non-contiguous enumeration typesJerome Guitton6-36/+148