aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Use thread_info_ref in enable_thread_stack_temporariesTom Tromey2-8/+7
2020-12-11Handle CPU offset for RavenscarTom Tromey2-2/+27
2020-12-11Fix a build problem when using FreeBSD 12.Sebastian Huber4-3/+9
2020-12-11[gdb/testsuite] Fix gdb.base/float128.exp with --with-mpfr=noTom de Vries2-1/+26
2020-12-10gdb/testsuite: fix race condition in gdb.multi/multi-arch-exec.expSimon Marchi2-0/+13
2020-12-11Automatic date update in version.inGDB Administrator1-1/+1
2020-12-10[gdb/testsuite] Fix gdb.tui/new-layout.exp with tcl 8.5Tom de Vries2-6/+16
2020-12-10Fix off-by-one error in ada_fold_nameKevin Buettner2-1/+6
2020-12-10Remove spurious newline on debug printfLuis Machado2-1/+5
2020-12-10[AArch64] SVE/FPSIMD fixup for big endianLuis Machado7-35/+246
2020-12-10gdb: move bfd_open_from_target_memory to gdb_bfdMihails Strasuns4-83/+99
2020-12-10RISC-V: Add sext.[bh] and zext.[bhw] pseudo instructions.Nelson Chu9-0/+188
2020-12-10RISC-V: Dump CSR according to the elf privileged spec attributes.Nelson Chu4-4/+47
2020-12-10RISC-V: Control fence.i and csr instructions by zifencei and zicsr.Nelson Chu15-53/+179
2020-12-10Automatic date update in version.inGDB Administrator1-1/+1
2020-12-09Use add_angle_brackets in ada_lookup_encoded_symbolTom Tromey2-1/+5
2020-12-09Handle 128-bit constants for fixed pointTom Tromey2-34/+57
2020-12-09Unify all operators into std-operator.defTom Tromey6-144/+113
2020-12-09gdb: address review comments of previous seriesSimon Marchi2-6/+15
2020-12-09gdb: fix value_subscript when array upper bound is not knownSimon Marchi7-11/+179
2020-12-09gdb: split get_discrete_bounds in twoSimon Marchi2-57/+137
2020-12-09gdb: make get_discrete_bounds return boolSimon Marchi14-50/+58
2020-12-09gdb: make discrete_position return optionalSimon Marchi4-25/+48
2020-12-08gas: Generate a new section for SHF_GNU_RETAINH.J. Lu7-21/+97
2020-12-09Automatic date update in version.inGDB Administrator1-1/+1
2020-12-08gdbsupport: Use LOCALAPPDATA to determine cache dirAlexander Fedotov2-0/+15
2020-12-08[gdb/testsuite] Simplify gdb.arch/amd64-gs_base.expTom de Vries2-26/+7
2020-12-08[gdb/testsuite] Fix gdb.ada/mi_task_arg.exp for -m32Tom de Vries2-2/+9
2020-12-08Automatic date update in version.inGDB Administrator1-1/+1
2020-12-07gdb.base/break-on-linker-gcd-function.exp: Remove unused variablePedro Alves2-1/+5
2020-12-07Remove references to the unofficial SHF_GNU_BUILD_NOTE section flag.Nick Clifton4-6/+10
2020-12-07binutils: Make smart_rename safe tooSiddhesh Poyarekar6-42/+148
2020-12-07objcopy: Get input file stat after BFD openSiddhesh Poyarekar2-16/+16
2020-12-07binutils: Use file descriptors from make_tempnameSiddhesh Poyarekar8-14/+91
2020-12-07Use expression completer for "maint print type"Tom Tromey2-1/+7
2020-12-07[GOLD] gcc-11 stringop-overflow warningAlan Modra2-1/+5
2020-12-07elf32-csky.c:3932:19: error: comparison is always falseAlan Modra4-9/+9
2020-12-07README-how-to-make-a-release (point releases): Add a note to update the miles...Nick Clifton2-8/+21
2020-12-07gdb/completer: improve tab completion to consider the '-force-condition' flagTankut Baris Aktemur4-1/+29
2020-12-07gdb/linespec: relax the position of the '-force-condition' flagTankut Baris Aktemur5-17/+54
2020-12-07gdb/main: execute breakpoint commands for '-iex' and '-ex' commandsTankut Baris Aktemur8-4/+114
2020-12-07[gdb/ada] Handle shrink resize in replace_operator_with_callTom de Vries2-2/+10
2020-12-06Fix struct expression regressionTom Tromey2-18/+18
2020-12-07Automatic date update in version.inGDB Administrator1-1/+1
2020-12-06s390: Fix BC instruction breakpoint handlingGiancarlo Frix2-1/+6
2020-12-05gmp-utils: protect gdb_mpz exports against out-of-range valuesJoel Brobecker4-29/+174
2020-12-06Automatic date update in version.inGDB Administrator1-1/+1
2020-12-05VAX/BFD: Do not warn about GOT addend mismatches if no GOT entry is madeMaciej W. Rozycki17-3/+245
2020-12-05Fix TARGET_CHAR_BIT/HOST_CHAR_BIT confusion in gmp-utils.cJoel Brobecker2-2/+8
2020-12-04x86-64: Convert load to mov only for GOTPCRELX relocationsH.J. Lu8-1/+91