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

  /external/ltrace/
backend.h 135 void continue_after_syscall(struct process *proc, int sysnum, int ret_p);
handle_event.c 570 continue_after_syscall(event->proc, event->e_un.sysnum, 0);
637 continue_after_syscall(event->proc, event->e_un.sysnum, 1);
  /external/ltrace/sysdeps/linux-gnu/
trace.c 745 * handled. See continue_after_syscall. */
1130 continue_after_syscall(struct process *proc, int sysnum, int ret_p) function
1135 "continue_after_syscall: don't continue %d",
    [all...]

Completed in 578 milliseconds