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

  /external/valgrind/main/coregrind/m_gdbserver/
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));
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)
server.c 518 if ( ((*the_target->target_xml)() != NULL
519 || (*the_target->shadow_target_xml)() != NULL)
541 annex = (*the_target->shadow_target_xml)();
547 annex = (*the_target->target_xml)();
655 if ((*the_target->target_xml)() != NULL
656 || (*the_target->shadow_target_xml)() != NULL) {
709 (*the_target->resume) (resume_info);
927 if (the_target->insert_watchpoint == NULL
935 res = (*the_target->insert_watchpoint) (type, addr, zlen);
953 if (the_target->remove_watchpoint == NUL
    [all...]
remote-utils.c 731 (*the_target->send_signal) (VKI_SIGINT);
964 if (the_target->stopped_by_watchpoint != NULL
965 && (*the_target->stopped_by_watchpoint) ()) {
972 addr = (*the_target->stopped_data_address) ();

Completed in 58 milliseconds