Chromium Code Reviews| Index: gdb/gdbserver/linux-xtensa-low.c |
| diff --git a/gdb/gdbserver/linux-xtensa-low.c b/gdb/gdbserver/linux-xtensa-low.c |
| index 4158395f8bf7f9911ec7817749e383248d8a4ad2..34370f98b4c4e02c633ad3a0a6f7799a765e17a2 100644 |
| --- a/gdb/gdbserver/linux-xtensa-low.c |
| +++ b/gdb/gdbserver/linux-xtensa-low.c |
| @@ -180,8 +180,10 @@ struct linux_target_ops the_low_target = { |
| init_registers_xtensa, |
| 0, |
| 0, |
| + NULL, |
| 0, |
| 0, |
| + NULL, /* fetch_register */ |
| xtensa_get_pc, |
| xtensa_set_pc, |
| xtensa_breakpoint, |