Fix Windows/SPU/NTO/Lynx gdbserver builds
[deliverable/binutils-gdb.git] / gdb / gdbserver / lynx-low.c
index 460346c71c8eef80f46abec13d563c86fbb3dea5..2f858297d0bdddd4f70ee86ae7a4950f5bf14ec0 100644 (file)
@@ -742,6 +742,10 @@ static struct target_ops lynx_target_ops = {
   NULL,  /* supports_z_point_type */
   NULL,  /* insert_point */
   NULL,  /* remove_point */
+  NULL,  /* stopped_by_sw_breakpoint */
+  NULL,  /* supports_stopped_by_sw_breakpoint */
+  NULL,  /* stopped_by_hw_breakpoint */
+  NULL,  /* supports_stopped_by_hw_breakpoint */
   NULL,  /* stopped_by_watchpoint */
   NULL,  /* stopped_data_address */
   NULL,  /* read_offsets */
This page took 0.029884 seconds and 4 git commands to generate.