aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-21Automatic date update in version.inGDB Administrator1-1/+1
2015-12-20Remove HP-UX reference in testsuite/configure.acSimon Marchi3-4/+5
2015-12-20Automatic date update in version.inGDB Administrator1-1/+1
2015-12-19Fix ARI warning in gdb/arch/arm-get-next-pcs.cJoel Brobecker2-1/+6
2015-12-18Reset pagination counts even when stdin is not a tty.Sandra Loosemore3-4/+8
2015-12-18Make prompt_for_continue call throw_quit directly.Sandra Loosemore2-1/+6
2015-12-19Automatic date update in version.inGDB Administrator1-1/+1
2015-12-18Process 64-bit imm/disp only for 64-bit BFDH.J. Lu2-0/+13
2015-12-18Cast to enum bfd_endian in arm_get_next_pcs_read_memory_unsigned_integerAntoine Tremblay2-1/+7
2015-12-18Add documentation to gdb_compileSimon Marchi2-0/+38
2015-12-18Enable conditional breakpoints for targets that support software single step ...Antoine Tremblay2-6/+6
2015-12-18Enable software single stepping for while-stepping actions in GDBServerAntoine Tremblay2-17/+37
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay22-1361/+1924
2015-12-18Share regcache function regcache_raw_read_unsignedAntoine Tremblay10-51/+119
2015-12-18Refactor arm_software_single_step to use regcacheAntoine Tremblay6-79/+212
2015-12-18Share some ARM target dependent code from GDB with GDBServerAntoine Tremblay7-86/+109
2015-12-18Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay11-13/+53
2015-12-18Fix formatting in coff-x86_64.cH.J. Lu2-48/+54
2015-12-18Fix formatting of coff-i386.cNick Clifton2-32/+36
2015-12-17Implement --long-plt flag (ARM only).Peter Collingbourne3-21/+127
2015-12-18Automatic date update in version.inGDB Administrator1-1/+1
2015-12-17MAINTAINERS: Add myself as MIPS maintainerMaciej W. Rozycki2-0/+5
2015-12-17[Patch ARM] Fix build attributes for armv8-a in case of assembler files that ...Ramana Radhakrishnan1-0/+9
2015-12-17Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves5-34/+81
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves12-541/+171
2015-12-17Fix one heap buffer overflow in aarch64_push_dummy_callYao Qi2-3/+12
2015-12-17[Patch ARM] Fix build attributes for armv8-a in case of assembler files that ...Ramana Radhakrishnan6-3/+31
2015-12-17Add forgotten ChangeLog updates for 72d98d16ed09584660d0cbb759d90f8dfeef2343:Christophe Lyon5-0/+47
2015-12-16PR gold/17473: Fix gold build with system C++ headers that use <ctype.h>.Roland McGrath2-2/+13
2015-12-17Automatic date update in version.inGDB Administrator1-1/+1
2015-12-16Fix -Wno-unknown-warning support detectionPedro Alves6-8/+56
2015-12-16[C++] Fix -Winvalid-offsetof warnings with g++ 4.4Pedro Alves2-10/+40
2015-12-16[ARM] Add support for thumb1 pcrop relocations.Mickael Guene16-6/+458
2015-12-16Automatic date update in version.inGDB Administrator1-1/+1
2015-12-15[ARM] Enable CRC by default for ARMv8.1 and later.Matthew Wahab2-3/+11
2015-12-15Remove refernces to a non-existent silicon errata.Nick Clifton3-14/+9
2015-12-15Tweak gdb.trace/ftrace.exp for aarch64Yao Qi2-0/+7
2015-12-15bfd: don't produce corrupt COFF symbol table due to long ELF file name symbolsJan Beulich5-14/+61
2015-12-15Fix invalid left shift of negative valueDominik Vogt11-33/+55
2015-12-15Update the copyright notices in the affected files.Nick Clifton5-12/+12
2015-12-15Add support for the MRS instruction to the AArch64 simulator.Nick Clifton2-9/+53
2015-12-15Add support for RX V2 Instruction SetYoshinori Sato92-1368/+3800
2015-12-15Automatic date update in version.inGDB Administrator1-1/+1
2015-12-14Check for readline support in gdb.base/history-duplicates.exp.Sandra Loosemore2-1/+12
2015-12-14Skip gdb.base/gdbinit-history.exp on remote hosts.Sandra Loosemore2-0/+12
2015-12-14Skip gdb.base/gdbhistsize-history.exp on remote hosts.Sandra Loosemore2-0/+12
2015-12-14Skip tests that send ctrl-c to GDB if nointerrupts target property is set.Sandra Loosemore17-57/+137
2015-12-14Target remote mode fork and exec event documentationDon Breazeal4-77/+213
2015-12-14Target remote mode fork and exec event supportDon Breazeal6-114/+161
2015-12-14Target remote mode fork and exec test updatesDon Breazeal18-65/+49