]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdbserver/lynx-low.cc
gdbserver: turn target ops 'thread_name' and 'thread_handle' into methods
[thirdparty/binutils-gdb.git] / gdbserver / lynx-low.cc
index b07412f0dcd645aa0a2581c283f3008786fa71c5..0c460be5f3186c35f3c65c13a1fddb43cfb9be10 100644 (file)
@@ -741,11 +741,9 @@ static lynx_process_target the_lynx_target;
 /* The LynxOS target_ops vector.  */
 
 static process_stratum_target lynx_target_ops = {
-  NULL,  /* thread_name */
   NULL,  /* supports_software_single_step */
   NULL,  /* supports_catch_syscall */
   NULL,  /* get_ipa_tdesc_idx */
-  NULL,  /* thread_handle */
   &the_lynx_target,
 };