Home
last modified time | relevance | path

Searched refs:pid_arg (Results 1 – 3 of 3) sorted by relevance

/third_party/elfutils/libdwfl/
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 = dwfl_arg; in pid_next_thread() local
[all …]
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()
DChangeLog1477 linux-pid-attach.c (struct pid_arg).
1483 * linux-pid-attach.c (struct pid_arg): Moved to libdwflP.h
1549 * linux-pid-attach.c (struct pid_arg): Add assume_ptrace_stopped.
1752 * linux-pid-attach.c (struct pid_arg): New field tid_was_stopped.