aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-21Automatic date update in version.inGDB Administrator1-1/+1
2019-04-20Fix GDB crash when registers cannot be modified.Philippe Waroquiers1-0/+5
2019-04-20Automatic date update in version.inGDB Administrator1-1/+1
2019-04-19Remove common/queue.hTom Tromey2-298/+4
2019-04-19Remove an include of common/queue.hTom Tromey2-1/+4
2019-04-19Use std::list for remote_notif_state::notif_queueTom Tromey4-33/+38
2019-04-19Use std::list for event notifications in gdbserverTom Tromey4-79/+78
2019-04-19Make objfile::static_links an htab_upTom Tromey4-13/+15
2019-04-19Make copy_name return std::stringTom Tromey13-176/+195
2019-04-19gdb/configure.ac: add --enable-source-highlightSergei Trofimovich4-14/+73
2019-04-19Print non-Ada unions without crashingTom Tromey7-5/+116
2019-04-19Fix "list" when control characters are seenTom Tromey4-3/+18
2019-04-19Fix GDB crash when registers cannot be modified.Philippe Waroquiers1-1/+12
2019-04-19OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell"Philippe Waroquiers2-2/+7
2019-04-19RX Assembler: Ensure that the internal limit on the number of relaxation iter...Nick Clifton3-8/+31
2019-04-19s12z and h8300 no-print-map-discarded failsAlan Modra5-3/+14
2019-04-19Automatic date update in version.inGDB Administrator1-1/+1
2019-04-18[gdb/testsuite] Fix gdb.base/break-probes.exp with native-gdbserverTom de Vries2-1/+6
2019-04-18Make process_stratum_target::stratum "final"Tom Tromey2-1/+6
2019-04-18Improve warning message for $0 constraint on MIPSR6 branchesMatthew Fortune3-11/+20
2019-04-18[gdb] Handle vfork in thread with follow-fork-mode childTom de Vries6-17/+265
2019-04-18MSP430 Assembler: Define symbols for functions to run through.Jozef Lawrynowicz9-6/+141
2019-04-18Automatic date update in version.inGDB Administrator1-1/+1
2019-04-17x86: Suggest -fPIE when not building shared objectH.J. Lu19-20/+70
2019-04-17x86: Also check x86 linker_def for non-shared definitionH.J. Lu11-0/+90
2019-04-17MSP430 Linker: Define __crt0_init_bss/__crt0_movedata symbols when .lower or ...Jozef Lawrynowicz11-72/+253
2019-04-17MSP430 Assembler: Leave placement of .lower and .upper sections to generic li...Jozef Lawrynowicz1-0/+13
2019-04-17MSP420 assembler: Add -m{u,U} options to enable/disable NOP warnings for unk...Jozef Lawrynowicz13-10/+198
2019-04-17Avoid crash in dwarf2_init_complex_target_typeTom Tromey2-1/+6
2019-04-17gdbserver: Ensure all debug output uses debug functionsAlan Hayward7-5/+31
2019-04-17gdbserver: Add debug-file optionAlan Hayward6-5/+79
2019-04-17gdbserver: Move remote_debug to a single placeAlan Hayward7-16/+18
2019-04-17Automatic date update in version.inGDB Administrator1-1/+1
2019-04-17gdb/riscv: Allow breakpoints to be created at invalid addressesAndrew Burgess2-1/+15
2019-04-16xfail gas weakref1 test for nds32Alan Modra2-0/+5
2019-04-16ns32k testsuite tidyAlan Modra10-10/+24
2019-04-16Move fixup fx_bit_fixP and fx_im_disp fields to TC_FIX_TYPEAlan Modra8-68/+66
2019-04-16Make fixup fx_where unsignedAlan Modra7-27/+36
2019-04-16Make frag fr_fix unsignedAlan Modra13-23/+40
2019-04-16Automatic date update in version.inGDB Administrator1-1/+1
2019-04-15Fix AMD64 return value ABI in expression evaluationLeszek Swirski5-11/+207
2019-04-15Skip print-map-discarded test for non-ELF targetsFaraz Shahbazker2-1/+8
2019-04-15AArch64 SVE: Support changing vector lengths for ptraceAlan Hayward4-46/+73
2019-04-15AArch64 SVE: Check for vector length change when getting gdbarchAlan Hayward3-5/+59
2019-04-15AArch64: Tidy up aarch64_gdbarch_initAlan Hayward2-42/+30
2019-04-15[binutils, ARM, 16/16] Add support to VLDR and VSTR of system registersAndre Vieira12-5/+295
2019-04-15[binutils, ARM, 15/16] Add support for VSCCLRMAndre Vieira8-14/+196
2019-04-15[opcodes, ARM, 14/16] Add mode availability to coprocessor table entriesAndre Vieira2-413/+443
2019-04-15[binutils, ARM, 13/16] Add support for CLRMAndre Vieira9-31/+171
2019-04-15[binutils, ARM, 12/16] Scalar Low Overhead loop instructions for Armv8.1-M Ma...Andre Vieira13-0/+246