summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix PR gdb/19250: ptrace prototype is not detected properly in C++ modeusers/palves/ptrace-detectionPedro Alves2016-04-165-194/+177
* Fix gdb build with --enable-build-with-cxx --disable-nlsPedro Alves2016-04-162-2/+7
* Fix gdb C++ build when libipt is availablePedro Alves2016-04-162-2/+7
* Regenerate Makefile.in/aclocal.m4 automake 1.11.6H.J. Lu2016-04-1525-988/+1650
* MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPTPedro Alves2016-04-152-4/+13
* [ARM] minor opt in thumb_stack_frame_destroyed_pYao Qi2016-04-152-0/+13
* Fix non-ELF powerpc build breakageAlan Modra2016-04-152-0/+6
* Add missing ChangeLog entry for PR gas/19909 fixH.J. Lu2016-04-151-0/+10
* Automatic date update in version.inGDB Administrator2016-04-151-1/+1
* make a few variables staticTrevor Saunders2016-04-144-3/+9
* remove some unused globalsTrevor Saunders2016-04-143-2/+7
* arc/nps400 : New cmem instructions and associated relocationAndrew Burgess2016-04-1420-19/+300
* bfd/arc: Rename enum entries to avoid conflictsAndrew Burgess2016-04-142-17/+25
* opcodes/arc: Move instruction length logic to new functionAndrew Burgess2016-04-142-13/+50
* Replace "link" with "sh_link"H.J. Lu2016-04-142-10/+17
* gas/arc: Unify tests run on big/little endian arc assemblerAndrew Burgess2016-04-144-3/+8
* Avoid "format not a string literal" warningsPedro Alves2016-04-143-25/+37
* Avoid implicit float <-> integer conversion warningsPedro Alves2016-04-143-3/+9
* Fix copying Solaris binaries with objcopy.Nick Clifton2016-04-1419-88/+396
* Extend PE matching regexp in PR 19457 test to match cygwin and mingw targets.Nick Clifton2016-04-142-0/+15
* Automatic date update in version.inGDB Administrator2016-04-141-1/+1
* Test GDB connection to GDBserver with no symbol filesLuis Machado2016-04-133-0/+124
* Debugging without a binary (regression)Luis Machado2016-04-132-2/+64
* Fix zero_ext documentationAntoine Tremblay2016-04-132-2/+5
* [ARC] Fix setting private elf flags when parsing .cpu.Claudiu Zissulescu2016-04-132-3/+13
* Fix and improve comment in gdb_remote_downloadSimon Marchi2016-04-132-2/+11
* Add support to readelf for detecting and reporting Solaris specific section t...Nick Clifton2016-04-132-17/+134
* ld/testsuite: Initialise a variable to prevent tcl errorsAndrew Burgess2016-04-132-0/+6
* gdbserver-base.exp: Copy file to standard output directory in ${board}_downloadSimon Marchi2016-04-132-1/+13
* oops - omitted from previous delta.Nick Clifton2016-04-131-0/+7
* Fix disassembly of the V850's LD.BU instruction.Nick Clifton2016-04-135-2/+41
* Fix aarch64 ftrace JIT condition testcaseAntoine Tremblay2016-04-134-3/+12
* Fix PR remote/19840: gdb crashes on reverse-stepiPedro Alves2016-04-132-0/+32
* btrace: fix test build error in gdb.btrace/instruction_history.cMarkus Metzger2016-04-132-0/+6
* Update x86-64 tests for --as-neededH.J. Lu2016-04-132-12/+34
* MIPS/GAS: Correct branch relaxation for weak symbolsMaciej W. Rozycki2016-04-1310-0/+122
* MIPS/GAS: Relax branches to symbols resolved at link timeMaciej W. Rozycki2016-04-1315-10/+193
* Add init_dwarf_regnames_s390Andreas Arnez2016-04-134-0/+41
* Automatic date update in version.inGDB Administrator2016-04-131-1/+1
* Fix typo in ftrace.exp condition testingAntoine Tremblay2016-04-122-1/+5
* [C++] Switch TRY/CATCH to real C++ try/catch by default againPedro Alves2016-04-122-5/+11
* Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves2016-04-124-8/+21
* Eliminate prepare_to_throw_exceptionPedro Alves2016-04-126-22/+12
* Eliminate target_check_pending_interruptPedro Alves2016-04-124-44/+8
* Eliminate immediate_quitPedro Alves2016-04-129-131/+32
* target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves2016-04-128-252/+283
* TUI: GC tui_target_has_runPedro Alves2016-04-122-24/+8
* Use target_terminal_ours_for_output in MIPedro Alves2016-04-123-21/+129
* Do target_terminal_ours in query & friends instead of in all callersPedro Alves2016-04-128-114/+75
* Add missing cleanups to defaulted_query and prompt_for_continuePedro Alves2016-04-122-4/+16