aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-19PR25200, SIGSEGV in _bfd_elf_validate_relocAlan Modra3-23/+12
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers9-0/+21
2019-11-18Don't use class-initialization for the owner unionChristian Biesinger2-1/+9
2019-11-18elf_backend_init_file_headerAlan Modra20-107/+154
2019-11-18elf_backend_modify_headersAlan Modra13-196/+230
2019-11-18PR25196, abort in rewrite_elf_program_headerAlan Modra4-4/+19
2019-11-18gas: Add --gdwarf-cie-version command line flagAndrew Burgess15-3/+129
2019-11-18Automatic date update in version.inGDB Administrator1-1/+1
2019-11-18PR25198, use of out of date pointerAlan Modra2-2/+6
2019-11-17Automatic date update in version.inGDB Administrator1-1/+1
2019-11-16Automatic date update in version.inGDB Administrator1-1/+1
2019-11-15Use gnulib's strerror_r on MinGWChristian Biesinger11-122/+23
2019-11-15Add no-dist to gnulib configureTom Tromey6-818/+25
2019-11-15Minor updates to readline configuryTom Tromey5-14/+10
2019-11-15Use ctime_r and localtime_r for threadsafetyChristian Biesinger3-3/+15
2019-11-15Import the time_r gnulib moduleChristian Biesinger14-6/+277
2019-11-15Import the strerror_r-posix module and use it in GDB.Christian Biesinger29-163/+6663
2019-11-15Generate gnulib's toplevel Makefile.in using automakeChristian Biesinger6-356/+1952
2019-11-15Revert previous delta.Nick Clifton3-2/+8
2019-11-14Update READMEChristian Biesinger2-1/+24
2019-11-15Automatic date update in version.inGDB Administrator1-1/+1
2019-11-14Allow re-assigning to convenience variablesTom Tromey4-1/+33
2019-11-14[gdb/doc] Fix typosTom de Vries4-31/+37
2019-11-14Another attempt at fixing building gprof with gmake.Nick Clifton3-4/+10
2019-11-14gdb: fix build error in unittests/vec-utils-selftests.cSimon Marchi2-0/+14
2019-11-14x86: drop redundant SYSCALL/SYSRET templatesJan Beulich3-26/+5
2019-11-14x86: fold individual Jump* attributes into a single Jump oneJan Beulich8-14892/+10989
2019-11-14x86: make JumpAbsolute an insn attributeJan Beulich9-26501/+26531
2019-11-14x86: make AnySize an insn attributeJan Beulich7-14487/+14504
2019-11-14x86/Intel: correct CMPSD test cases' regexp closing paren placementJan Beulich3-39/+45
2019-11-14x86/Intel: extend MOVSD/CMPSD testsuite coverageJan Beulich10-0/+386
2019-11-14Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers2-1/+6
2019-11-14Automatic date update in version.inGDB Administrator1-1/+1
2019-11-13Remove symbol-related static assertsTom Tromey3-19/+6
2019-11-13Fix the rule for building C files in the gprof makefile.Nick Clifton2-1/+6
2019-11-12gnulib: Fix path to import/Makefile{,.in}Christian Biesinger2-2/+6
2019-11-12RISC-V: Support the INSN_CLASS.*F.* classes for .insn directive.Jim Wilson4-61/+71
2019-11-13Automatic date update in version.inGDB Administrator1-1/+1
2019-11-12RISC-V: Fix ld relax failure with calls and align directives.Jim Wilson9-3/+68
2019-11-12gdb: Support printf 'z' size modifierAndrew Burgess8-2/+106
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger9-73/+109
2019-11-12Consolidate setting of current_layoutTom Tromey2-4/+7
2019-11-12Move _initialize_tui_layout to end of fileTom Tromey2-25/+30
2019-11-12Make TUI resizing tests more robustTom Tromey8-46/+174
2019-11-12[gas][arm] Enable VLDM, VSTM, VPUSH, VPOP for MVEMihail Ionescu4-44/+131
2019-11-12[binutils][arm] Update the decoding of MVE VMOV, VMVNMihail Ionescu6-8/+112
2019-11-12[gas][arm] Make .fpu reset the FPU/Coprocessor feature bitsMihail Ionescu5-2/+32
2019-11-12x86: fold EsSeg into IsStringJan Beulich8-11306/+11318
2019-11-12x86: eliminate ImmExt abuseJan Beulich18-445/+540
2019-11-12x86: introduce operand type "instance"Jan Beulich9-14228/+14307