gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methods
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.cc
index b384d20a37b9027e5be7980f7bc5f6cccc3a57f9..ad669c8e9d7ffe6a682fc7ee02979c0a34b69dbd 100644 (file)
@@ -735,30 +735,6 @@ static lynx_process_target the_lynx_target;
 /* The LynxOS target_ops vector.  */
 
 static process_stratum_target lynx_target_ops = {
-  NULL,  /* process_qsupported */
-  NULL,  /* supports_tracepoints */
-  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 */
-  NULL,  /* disable_btrace */
-  NULL,  /* read_btrace */
-  NULL,  /* read_btrace_conf */
-  NULL,  /* supports_range_stepping */
-  NULL,  /* pid_to_exec_file */
-  NULL,  /* multifs_open */
-  NULL,  /* multifs_unlink */
-  NULL,  /* multifs_readlink */
   NULL,  /* breakpoint_kind_from_pc */
   NULL,  /* sw_breakpoint_from_kind */
   NULL,  /* thread_name */
This page took 0.023415 seconds and 4 git commands to generate.