aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-05Automatic date update in version.inGDB Administrator1-1/+1
2020-12-04gdb: use two displaced step buffers on amd64/LinuxSimon Marchi2-1/+6
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi34-126/+295
2020-12-04gdb: change linux gdbarch data from post to pre-initSimon Marchi2-3/+10
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi48-307/+1010
2020-12-04gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi10-100/+170
2020-12-04gdb: pass inferior to get_linux_inferior_dataSimon Marchi2-6/+10
2020-12-04gdb: introduce status enum for displaced step prepare/finishSimon Marchi3-30/+100
2020-12-04gdb: rename displaced_step_fixup to displaced_step_finishSimon Marchi2-8/+13
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi18-193/+244
2020-12-04gdb: rename things related to step over chainsSimon Marchi5-33/+62
2020-12-04gdb: get rid of get_displaced_stepping_stateSimon Marchi2-30/+19
2020-12-04gdb: restore displaced step buffer bytes when another thread forksSimon Marchi2-13/+21
2020-12-04gdb: clear inferior displaced stepping state and in-line step-over info on execSimon Marchi8-0/+343
2020-12-04gdb: add inferior_execd observableSimon Marchi7-12/+26
2020-12-04[gdb] Fix heap-buffer-overflow in completion_tracker::build_completion_resultTom de Vries2-1/+9
2020-12-04Remove redundant typedefsTom Tromey42-162/+225
2020-12-04gdb/testsuite: make declare_labels use better default label namesSimon Marchi2-5/+10
2020-12-04Fix building gdb release from tar file without makeinfoBernd Edlinger2-4/+8
2020-12-04Update gdb/ChangeLog to reflect the PR for a bug fixShahab Vahedi1-0/+1
2020-12-04Constify value_internal_function_nameTom Tromey3-2/+7
2020-12-04Fix shifting of negative valueLuis Machado4-29/+32