aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-12Automatic date update in version.inGDB Administrator1-1/+1
2019-11-11Document and extend readline-bindable functionsTom Tromey4-1/+27
2019-11-11Document operate-and-get-nextTom Tromey2-0/+11
2019-11-11Use getpwuid_r instead of getpwuidChristian Biesinger2-1/+8
2019-11-11Fix typo in vFile:pwrite documentationTom Tromey2-1/+5
2019-11-11Arm64: SVE2's smaxp/sminp require operands 1 and 3 to be the same registerJan Beulich5-2/+17
2019-11-11Arm64: fix build with old glibcJan Beulich2-10/+12
2019-11-11PR24996, Gold fix for ternary operator within linker scriptsMiguel Saldivar2-2/+9
2019-11-11Automatic date update in version.inGDB Administrator1-1/+1
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess9-0/+142
2019-11-10gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess8-14/+109
2019-11-10gdb: Add a class to track last display symtab and line informationAndrew Burgess3-73/+148
2019-11-10gdb: Convert frame_show_address to return a boolAndrew Burgess3-4/+10