gdbserver: turn target ops 'read_pc' and 'write_pc' into methods
[deliverable/binutils-gdb.git] / gdbserver / nto-low.cc
index efb342f5938b309033e7ce6849c1bd50bad2b068..2b5b02b69bda7d1d5ec26cc3d15c72286957df9b 100644 (file)
@@ -947,8 +947,6 @@ nto_sw_breakpoint_from_kind (int kind, int *size)
 static nto_process_target the_nto_target;
 
 static process_stratum_target nto_target_ops = {
-  NULL, /* read_pc */
-  NULL, /* write_pc */
   NULL, /* thread_stopped */
   NULL, /* get_tib_address */
   NULL, /* pause_all */
This page took 0.023013 seconds and 4 git commands to generate.