gdbserver: turn fast tracepoint target ops into methods
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.cc
index 5a0648987c700a86a727d93cb1980d8e47b95241..4089b261bfdfe01f0f1b2b1ffeec544cfb1814e1 100644 (file)
@@ -735,17 +735,8 @@ static lynx_process_target the_lynx_target;
 /* The LynxOS target_ops vector.  */
 
 static process_stratum_target lynx_target_ops = {
-  NULL,  /* read_pc */
-  NULL,  /* write_pc */
-  NULL,  /* thread_stopped */
-  NULL,  /* get_tib_address */
-  NULL,  /* pause_all */
-  NULL,  /* unpause_all */
-  NULL,  /* stabilize_threads */
-  NULL,  /* install_fast_tracepoint_jump_pad */
   NULL,  /* emit_ops */
   NULL,  /* supports_disable_randomization */
-  NULL,  /* get_min_fast_tracepoint_insn_len */
   NULL,  /* qxfer_libraries_svr4 */
   NULL,  /* support_agent */
   NULL,  /* enable_btrace */
This page took 0.024432 seconds and 4 git commands to generate.