aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/lynx-low.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/lynx-low.cc')
-rw-r--r--gdbserver/lynx-low.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbserver/lynx-low.cc b/gdbserver/lynx-low.cc
index b07412f..0c460be 100644
--- a/gdbserver/lynx-low.cc
+++ b/gdbserver/lynx-low.cc
@@ -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,
};