aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-09Fix binary compatibility between GCC and the TI compiler for the PRU target.Dimitar Dimitrov15-79/+268
2018-05-09PR22069, Several instances of register accidentally spelled as regsiterAlan Modra12-8/+33
2018-05-09Regen ld potfileAlan Modra2-0/+8
2018-05-09PR23148, Heap buffer overflow in pe_print_edataAlan Modra2-1/+6
2018-05-09PR23147, Heap buffer overflow in pe_print_idataAlan Modra2-1/+6
2018-05-09Automatic date update in version.inGDB Administrator1-1/+1
2018-05-08RISC-V: Add missing hint instructions from RV128I.Jim Wilson9-11/+92
2018-05-08Define GNULIB_NAMESPACE in unittests/string_view-selftests.cSimon Marchi2-0/+6
2018-05-08RISC-V: New emulations to make path searches follow glibc ABI.Jim Wilson12-21/+177
2018-05-08gdb/x86: Handle kernels using compact xsave formatAndrew Burgess12-400/+872
2018-05-08PR23141, SIGSEGV in bfd_elf_set_group_contentsAlan Modra2-5/+12
2018-05-08Correct powerpc spe opcode lookupAlan Modra2-6/+12
2018-05-08watchpoint-unaligned.exp: Use skip_hw_watchpoint_testsJan Kratochvil2-0/+8
2018-05-08[spu] Fix "info spu event" output formattingUlrich Weigand2-3/+9
2018-05-08Prevent a memory exhaustion failure when running objdump on a fuzzed input fi...Nick Clifton3-0/+18
2018-05-07Simplify VLE handling in print_insn_powerpc().Peter Bergner2-35/+26
2018-05-07Enable Intel MOVDIRI, MOVDIR64B instructionsH.J. Lu21-5115/+5484
2018-05-07x86: Replace AddrPrefixOp0 with AddrPrefixOpRegH.J. Lu6-17/+35
2018-05-07Add -Wduplicated-condTom Tromey5-3/+15
2018-05-07Fix decoding of ARM VFP instructionsTom Tromey2-2/+9
2018-05-07Cleanup ppc code dealing with opcode dumps.Peter Bergner7-85/+82
2018-05-07Bug 23142, SIGSEGV in is_strip_sectionAlan Modra2-5/+10
2018-05-07Replace uses of strncmp with memcmpAlan Modra3-8/+18
2018-05-06gas/i386/xmmhi32.d: Also allow dir32 relocationH.J. Lu2-42/+46
2018-05-06i386: Append ".p2align 4,0" to gas testsH.J. Lu9-0/+23
2018-05-07Automatic date update in version.inGDB Administrator1-1/+1
2018-05-06Automatic date update in version.inGDB Administrator1-1/+1
2018-05-04Add -Wimplicit-fallthroughTom Tromey5-3/+15
2018-05-04Add a missing break in record_linux_system_callTom Tromey2-0/+6
2018-05-04Add missing "breaks"Tom Tromey3-0/+9
2018-05-04Add two fall-through comments in rs6000-tdep.cTom Tromey2-0/+7
2018-05-04Add fall-through comment to i386-tdep.cTom Tromey2-0/+5
2018-05-04Add a fall-through comment to stabsread.cTom Tromey2-0/+6
2018-05-04Fix "obvious" fall-through warningsTom Tromey6-0/+16
2018-05-04Add missing ATTRIBUTE_NORETURNsTom Tromey2-1/+5
2018-05-04Fix "fall through" commentsTom Tromey21-24/+63
2018-05-05Automatic date update in version.inGDB Administrator1-1/+1
2018-05-04Let gdb.execute handle multi-line commandsTom Tromey8-32/+123
2018-05-04Allow breakpoint commands to be set from PythonTom Tromey7-3/+75
2018-05-04Use function_view in cli-script.cTom Tromey7-74/+79
2018-05-04Allow defining a user command inside a user commandTom Tromey6-12/+75
2018-05-04Constify prompt argument to read_command_linesTom Tromey5-15/+23
2018-05-04Make print_command_trace varargsTom Tromey4-14/+21
2018-05-04Use counted_command_line everywhereTom Tromey12-243/+183
2018-05-04Allocate cmd_list_element with newTom Tromey3-55/+62
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil14-128/+657
2018-05-04gdb: Make test names unique in gdb.base/maint.expAndrew Burgess2-16/+15
2018-05-04(SPARC/LEON) fix incorrect array return value printed by "finish"Joel Brobecker2-24/+51
2018-05-04Minor cleanups in printcmd.cTom Tromey2-7/+6
2018-05-04Use previous count when 'x' command is repeatedTom Tromey4-0/+28