aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-22sim: erc32: fix -Wshadow=local warningsMike Frysinger1-32/+31
2023-12-22sim: cris: disable -Wshadow=local in generated mloop filesMike Frysinger2-1/+5
2023-12-22sim: cris: fix -Wshadow=local warningsMike Frysinger2-2/+0
2023-12-22sim: common: fix -Wshadow=local warningsMike Frysinger2-3/+3
2023-12-22sim: bfin: fix -Wshadow=local warningsMike Frysinger1-3/+3
2023-12-22sim: arm: fix -Wshadow=local warningsMike Frysinger3-46/+30
2023-12-22sim: aarch64: fix -Wshadow=local warningsMike Frysinger1-21/+21
2023-12-23Automatic date update in version.inGDB Administrator1-1/+1
2023-12-22Check for rogue DAP exceptions in test suiteTom Tromey1-1/+33
2023-12-22Avoid exception from attach in DAPTom Tromey2-6/+30
2023-12-22Add DAP log level parameterTom Tromey5-6/+64
2023-12-22Introduce and use DAPExceptionTom Tromey6-17/+37
2023-12-22Fix build with clang 16Tom Tromey1-0/+5
2023-12-22gdb: fix refactoring hiccup in rs6000_register_to_valueKévin Le Gouguec1-1/+1
2023-12-22Add 'program' to DAP 'attach' requestTom Tromey5-9/+42
2023-12-22sim: cgen: regenerate decode tables to avoid shadow warningsMike Frysinger9-548/+548
2023-12-22sim: cris: regen cgen decoders to fix build warnings [PR sim/31181]Mike Frysinger2-211/+211
2023-12-22gdb: add git trailer information on gdb/MAINTAINERSGuinevere Larsen1-8/+90
2023-12-22nios2: fix .text/.data interaction with .previousJan Beulich1-2/+2
2023-12-22hppa/ELF: fix .text/.data interaction with .previousJan Beulich1-4/+15
2023-12-22RISC-V: drop .bss overrideJan Beulich2-14/+0
2023-12-22x86-64: refuse "high" 8-bit regs with .insn and VEX/XOP/EVEX encodingsJan Beulich1-0/+10
2023-12-22x86: properly respect rex/{rex}Jan Beulich6-62/+98
2023-12-22LoongArch: Add support for the third expression of .align for R_LARCH_ALIGNmengqinggang14-60/+134
2023-12-21sim: ppc: igen: fix -G handlingMike Frysinger1-2/+9
2023-12-21sim: warnings: enable -Wreturn-typeMike Frysinger2-0/+2
2023-12-21sim: warnings: fix -Wreturn-mismatch typoMike Frysinger2-2/+2
2023-12-21sim: m32c: fix initial #line number in generated codeMike Frysinger1-1/+1
2023-12-21sim: mloop: add #line pragmas everywhereMike Frysinger9-0/+63
2023-12-21sim: common: add $LINENO rewriting support to genmloop scriptsMike Frysinger4-22/+83
2023-12-22Automatic date update in version.inGDB Administrator1-1/+1
2023-12-21Rename TUI locator window -> statusTom Tromey8-30/+30
2023-12-21Rename tui-stack -> tui-statusTom Tromey13-13/+13
2023-12-21ld: Add lib32 directories for 32-bit emulation on FreeBSD/amd64Rainer Orth2-0/+13
2023-12-21Fix Clang build issue with flexible array member and non-trivial dtorPedro Alves1-1/+9
2023-12-21sim: warnings: enable -Wimplicit-fallthrough=5Mike Frysinger2-0/+2
2023-12-21sim: sh: fix -Wimplicit-fallthrough warningsMike Frysinger1-0/+1
2023-12-21sim: rx: fix -Wimplicit-fallthrough warningsMike Frysinger1-2/+2
2023-12-21sim: rl78: fix -Wimplicit-fallthrough warningsMike Frysinger1-0/+1
2023-12-21sim: riscv: fix -Wimplicit-fallthrough warningsMike Frysinger1-0/+1
2023-12-21sim: ppc: fix -Wimplicit-fallthrough warningsMike Frysinger1-1/+1
2023-12-21sim: or1k: fix -Wimplicit-fallthrough warningsMike Frysinger1-1/+1
2023-12-21sim: mips: fix -Wimplicit-fallthrough warningsMike Frysinger3-1/+13
2023-12-21sim: mcore: fix Wimplicit-fallthrough warningsMike Frysinger1-0/+2
2023-12-21sim: m68hc11: fix -Wimplicit-fallthrough warningsMike Frysinger2-0/+2
2023-12-21sim: frv: fix -Wimplicit-fallthrough warningsMike Frysinger2-3/+3
2023-12-21sim: erc32: fix -Wimplicit-fallthrough warningsMike Frysinger3-0/+12
2023-12-21sim: cris: fix -Wimplicit-fallthrough warningsMike Frysinger2-1/+5
2023-12-21sim: bfin: fix -Wimplicit-fallthrough warningsMike Frysinger4-0/+5
2023-12-21sim: avr: fix -Wimplicit-fallthrough warningsMike Frysinger1-1/+1