Home
last modified time | relevance | path

Searched refs:pid_arg (Results 1 - 2 of 2) sorted by relevance

/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c124 read_cached_memory (struct __libdwfl_pid_arg *pid_arg, in read_cached_memory() argument
133 struct __libdwfl_remote_mem_cache *mem_cache = pid_arg->mem_cache; in read_cached_memory()
143 pid_arg->mem_cache = mem_cache; in read_cached_memory()
164 ssize_t res = process_vm_readv (pid_arg->tid_attached, in read_cached_memory()
183 clear_cached_memory (struct __libdwfl_pid_arg *pid_arg) in clear_cached_memory() argument
185 struct __libdwfl_remote_mem_cache *mem_cache = pid_arg->mem_cache; in clear_cached_memory()
195 struct __libdwfl_pid_arg *pid_arg = arg; in pid_memory_read() local
196 pid_t tid = pid_arg->tid_attached; in pid_memory_read()
201 if (read_cached_memory (pid_arg, addr, result)) in pid_memory_read()
252 struct __libdwfl_pid_arg *pid_arg in pid_next_thread() local
326 struct __libdwfl_pid_arg *pid_arg = thread_arg; pid_set_initial_registers() local
342 struct __libdwfl_pid_arg *pid_arg = dwfl_arg; pid_detach() local
366 struct __libdwfl_pid_arg *pid_arg = thread_arg; pid_thread_detach() local
464 struct __libdwfl_pid_arg *pid_arg = malloc (sizeof *pid_arg); dwfl_linux_proc_attach() local
[all...]
H A Dlinux-proc-maps.c403 struct __libdwfl_pid_arg *pid_arg = __libdwfl_get_pid_arg (mod->dwfl); in dwfl_linux_proc_find_elf() local
404 if (pid_arg != NULL && ! pid_arg->assume_ptrace_stopped) in dwfl_linux_proc_find_elf()
409 pid_t tid = pid_arg->tid_attached; in dwfl_linux_proc_find_elf()

Completed in 2 milliseconds