HomeSort by relevance Sort by last modified time
    Searched refs:the_target (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
target.h 130 extern struct target_ops *the_target;
135 (*the_target->detach) ()
138 (*the_target->thread_alive) (pid)
141 (*the_target->fetch_registers) (regno)
144 (*the_target->store_registers) (regno)
147 (*the_target->wait) (statusp)
target.c 27 struct target_ops *the_target; variable in typeref:struct:target_ops
67 res = (*the_target->read_memory) (memaddr, myaddr, len);
85 res = (*the_target->write_memory) (memaddr, buffer, len);
94 the_target = (struct target_ops *) malloc (sizeof (*the_target));
95 VG_(memcpy) (the_target, target, sizeof (*the_target));