aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-15Account for trailing bytes read from bfd_breadAlan Modra2-2/+7
2014-07-15tidy elf_merge_st_otherAlan Modra2-33/+29
2014-07-15daily updateAlan Modra1-1/+1
2014-07-142014-07-14 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>Edjunior Barbosa Machado2-0/+10
2014-07-14Add missing ChangeLog entry for 15cd413aPedro Alves2-0/+9
2014-07-14Put GDB's terminal settings into effect when paginatingPedro Alves3-0/+116
2014-07-14Fix double promptPedro Alves5-19/+165
2014-07-14Remove the target from the event loop while in secondary promptsPedro Alves5-0/+146
2014-07-14Background execution + pagination aborts readline/gdbPedro Alves5-1/+180
2014-07-14Canceling pagination caused by execution command from command line aborts rea...Pedro Alves6-20/+310
2014-07-14testsuite: Introduce gdb_assertPedro Alves3-5/+28
2014-07-14Move catch_command_errors and catch_command_errors_const to main.cPedro Alves4-45/+57
2014-07-14Eliminate exceptions.c:print_any_exception.Pedro Alves2-22/+14
2014-07-14Put the inferior's terminal settings in effect while running (fg) infcallsPedro Alves5-0/+112
2014-07-14Garbage collect value_contents_equal.Pedro Alves3-20/+5
2014-07-14fix PR 17106Tom Tromey5-15/+142
2014-07-14fix record "run" regressionTom Tromey5-1/+68
2014-07-14daily updateAlan Modra1-1/+1
2014-07-13daily updateAlan Modra1-1/+1
2014-07-12Don't force "set" symbols local for PEAlan Modra6-1/+32
2014-07-12gdb/testsuite: Add a way to send multiple init commandsMaciej W. Rozycki5-6/+59
2014-07-12daily updateAlan Modra1-1/+1
2014-07-11Fix false argv0-symlink.exp FAIL running under a very long directory nameJan Kratochvil2-0/+12
2014-07-12Fix typo in _bfd_elf_strtab_addMaks Naumov2-1/+6
2014-07-11Stop prologue analysis when past the epilogueYao Qi2-0/+10
2014-07-11Match instruction adjusts SP in thumbYao Qi2-11/+20
2014-07-11Restrict matching add/sub sp, #immYao Qi2-10/+11
2014-07-11Tidy #include listsGary Benson3-57/+38
2014-07-11Move duplicated code into new filesGary Benson9-1068/+718
2014-07-11Comment and whitespace changesGary Benson3-3/+20
2014-07-11Pull out common parts of _initialize_{i386,amd64}_linux_natGary Benson3-40/+89
2014-07-11Merge ps_get_thread_areaGary Benson3-28/+88
2014-07-11Merge {i386,amd64}_linux_read_descriptionGary Benson3-92/+198
2014-07-11Rename identical functionsGary Benson3-80/+143
2014-07-11Don't print symbol on address 0x0Yao Qi2-1/+7
2014-07-11GDBserver crashes when killing a multi-thread processPedro Alves5-26/+194
2014-07-11remote: call remote_check_symbols after attachingAdrian Sendroiu2-0/+20
2014-07-11daily updateAlan Modra1-1/+1
2014-07-10Revert gdbthread.h (any_running): Declare.Doug Evans3-20/+0
2014-07-10 * gdbthread.h (any_running): Declare.Doug Evans3-0/+20
2014-07-10Fix xtensa ld segfault when linking linux modulesMax Filippov2-1/+7
2014-07-10gas/ARM: Fix testsuite failure for arm-elfWill Newton4-19/+7
2014-07-10Fix tests when configured for arm-linux and arm-elfWill Newton32-219/+259
2014-07-10binutils/testsuite: Disable strip-10 test on ARM non-EABIWill Newton2-1/+8
2014-07-10ld/testsuite: Disable non-PIC shared library tests on ARMWill Newton2-1/+6
2014-07-10Tweak gdb.trace/tfile.c for thumb modeYao Qi2-2/+15
2014-07-10daily updateAlan Modra1-1/+1
2014-07-09Fix "attach" command vs user input racePedro Alves5-3/+186
2014-07-09Improve MI -var-info-path-expression for nested struct/union case.Andrew Burgess9-14/+246
2014-07-08Fix --defsym to copy symbol attributes.Cary Coutant9-8/+159