aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-01Don't use BFD_TRADITIONAL_FORMAT flag in COFF supportAlan Modra6-24/+39
2015-12-01binutils/configure updateAlan Modra2-1/+5
2015-12-01SRC-POTFILES.in updateAlan Modra2-0/+6
2015-12-01Re: ARC port broken reloc processingAlan Modra2-14/+22
2015-12-01ARC port broken reloc processingAlan Modra2-1/+6
2015-12-01Automatic date update in version.inGDB Administrator1-1/+1
2015-11-30Remove too simple breakpoint_reinsert_addr implementations.Antoine Tremblay7-88/+21
2015-11-30Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.Antoine Tremblay4-154/+25
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay16-6/+355
2015-11-30Fix instruction skipping when using software single step in GDBServerAntoine Tremblay4-7/+41
2015-11-30Fix breakpoint size when stepping over a permanent breakpoint in GDBServer.Antoine Tremblay5-2/+83
2015-11-30gdbserver: don't exit until GDB disconnectsPedro Alves2-27/+18
2015-11-30gdbserver/linux: Always wake up event loop after resumePedro Alves2-0/+10
2015-11-30gdbserver:prepare_access_memory: pick another threadPedro Alves4-20/+131
2015-11-30Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves11-23/+143
2015-11-30infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop modePedro Alves2-13/+105
2015-11-30testsuite: Range stepping and non-stop modePedro Alves2-2/+10
2015-11-30gdbserver: fix killed-outside.expPedro Alves2-6/+31
2015-11-30Remote thread create/exit eventsPedro Alves16-40/+402
2015-11-30Make dprintf-non-stop.exp cope with remote testingPedro Alves2-3/+13
2015-11-30gdbserver resume_stop handling bugPedro Alves2-1/+5
2015-11-30gdbserver crash if gdb attaches too fastPedro Alves2-12/+46
2015-11-30New vCtrlC packet, non-stop mode equivalent of \003Pedro Alves7-11/+122
2015-11-30remote: stop reason and watchpoint data address per threadPedro Alves2-25/+61
2015-11-30gdbserver crash running gdb.threads/non-ldr-exc-1.expPedro Alves4-0/+59
2015-11-30attach + target always in non-stop mode: stop all threadsPedro Alves2-1/+30
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves9-73/+321
2015-11-30Fix mi-nonstop.exp with extended-remotePedro Alves4-10/+41
2015-11-30Fix ChangeLog entryPedro Alves1-1/+1
2015-11-30objdump: Handle 32-bit base address in debug_ranges / debug_loc.Andrew Burgess6-11/+207
2015-11-30Automatic date update in version.inGDB Administrator1-1/+1
2015-11-28Update my email address in MAINTAINERS.Cary Coutant2-1/+5
2015-11-29Automatic date update in version.inGDB Administrator1-1/+1
2015-11-28Adjust GDB to demangler API changePedro Alves2-1/+6
2015-11-28libsanitizer merge from upstream r250806, compiler part.Maxim Ostapenko2-1/+6
2015-11-28Port libvtv to SolarisRainer Orth2-0/+9
2015-11-28SH FDPIC backend supportRich Felker2-0/+36
2015-11-28PR other/61321 - demangler crash on casts in template parametersPedro Alves5-8/+81
2015-11-28libiberty TAGSMike Stump2-1/+5
2015-11-28(Makefiles): PATCH to include libcpp and libiberty in GCC etagsJason Merrill2-5/+7
2015-11-28Fix PR63758 by using the _NSGetEnviron() API on DarwinIain Sandoe6-12/+55
2015-11-28Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill4-5/+45
2015-11-28Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev4-8/+94
2015-11-28Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C...Uros Bizjak2-7/+7
2015-11-28Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C...Uros Bizjak2-0/+9
2015-11-28Automatic date update in version.inGDB Administrator1-1/+1
2015-11-27[AArch64][PATCH 3/3] Add floating-point FP16 instructionsMatthew Wahab8-682/+1292
2015-11-27[AArch64][PATCH 2/3] Adjust a utility function for floating point values.Matthew Wahab2-7/+37
2015-11-27[AArch64][PATCH 1/3] Support ARMv8.2 FP16 floating point instructions.Matthew Wahab2-0/+8
2015-11-27[AArch64] Add ARMv8.2 instruction alias REV64.Matthew Wahab8-768/+814