The inferior (thread) target data is always set through add_thread.
gdb/gdbserver/ChangeLog:
* inferiors.c (set_inferior_target_data): Remove.
* inferiors.h (set_inferior_target_data): Remove.
+2017-08-24 Simon Marchi <simon.marchi@ericsson.com>
+
+ * inferiors.c (set_inferior_target_data): Remove.
+ * inferiors.h (set_inferior_target_data): Remove.
+
2017-08-18 Yao Qi <yao.qi@linaro.org>
* Makefile.in (OBS): Add selftest.o.
return inferior->target_data;
}
-void
-set_inferior_target_data (struct thread_info *inferior, void *data)
-{
- inferior->target_data = data;
-}
-
struct regcache *
inferior_regcache_data (struct thread_info *inferior)
{
void *arg);
void *inferior_target_data (struct thread_info *);
-void set_inferior_target_data (struct thread_info *, void *);
struct regcache *inferior_regcache_data (struct thread_info *);
void set_inferior_regcache_data (struct thread_info *, struct regcache *);