19 #ifndef __TARGET_LINUX_USERPROC_H__
20 #define __TARGET_LINUX_USERPROC_H__
22 #include <sys/ptrace.h>
42 int detaching_all,
int stay_paused);
79 struct user_regs_struct
regs;
int linux_userproc_pid(struct target *target)
int linux_userproc_at_syscall(struct target *target, tid_t tid)
int linux_userproc_attach_thread(struct target *target, tid_t parent, tid_t tid)
int8_t ctl_sig_pausing_all
int linux_userproc_spec_to_argv(struct target_spec *spec, int *argc, char ***argv)
GHashTable * new_racy_threads
enum __ptrace_request ptrace_type
int linux_userproc_last_status(struct target *target, tid_t tid)
void linux_userproc_free_spec(struct linux_userproc_spec *lspec)
int linux_userproc_last_signo(struct target *target, tid_t tid)
int linux_userproc_at_exit(struct target *target, tid_t tid)
int linux_userproc_at_exec(struct target *target, tid_t tid)
struct target * linux_userproc_instantiate(struct target_spec *spec, struct evloop *evloop)
struct target_spec * spec
struct user_regs_struct regs
int linux_userproc_detach_thread(struct target *target, tid_t tid, int detaching_all, int stay_paused)
struct target_ops linux_userspace_process_ops
struct linux_userproc_spec * linux_userproc_build_spec(void)