diff options
Diffstat (limited to 'gdb/nat/loongarch-linux-hw-point.h')
-rw-r--r-- | gdb/nat/loongarch-linux-hw-point.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/nat/loongarch-linux-hw-point.h b/gdb/nat/loongarch-linux-hw-point.h index 3efc9a7..9c244a4 100644 --- a/gdb/nat/loongarch-linux-hw-point.h +++ b/gdb/nat/loongarch-linux-hw-point.h @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux on LoongArch processors. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of GDB. @@ -32,7 +32,7 @@ struct loongarch_user_watch_state { uint64_t mask; uint32_t ctrl; uint32_t pad; - } dbg_regs[8]; + } dbg_regs[14]; }; |