binutils-gdb/sim
Jaydeep Patil b783d068d9 sim: riscv: Fix crash during instruction decoding
The match_never() function has been removed and thus step_once() crashes
during instruction decoding. Fixed it by checking for null pointer before
invoking function attached to match_func member of riscv_opcode structure
2024-01-22 20:16:27 -05:00
..
aarch64 sim: Fix some -Werror=shadow=compatible-local issues in aarch64/simulator.c 2024-01-22 12:10:23 +01:00
arm Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
avr Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bfin Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bpf Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
common sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
cr16 sim: Fix cc -Werror=shadow=local in cr16/simops.c 2024-01-22 12:04:49 +01:00
cris Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
d10v Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
erc32 sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
example-synacor Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frv sim: frv: fix -Wincompatible-function-pointer-types warnings [PR sim/29752] 2024-01-22 20:12:08 -05:00
ft32 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
h8300 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
igen Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
iq2000 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
lm32 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
m4 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
m32c sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
m32r Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
m68hc11 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
mcore Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
microblaze Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
mips Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
mn10300 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
moxie Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msp430 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
or1k Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ppc sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
pru Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
riscv sim: riscv: Fix crash during instruction decoding 2024-01-22 20:16:27 -05:00
rl78 sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
rx sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
sh Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
testsuite sim: Fix compile errors 2024-01-12 21:48:25 +02:00
v850 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
.gitignore
aclocal.m4
ChangeLog-2021
config.h.in
configure
configure.ac
COPYING
gdbinit.in
MAINTAINERS
Makefile.am Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
Makefile.in sim: frv: fix -Wincompatible-function-pointer-types warnings [PR sim/29752] 2024-01-22 20:12:08 -05:00
README-HACKING