Lines Matching refs:dwfl
41 #include ELFUTILS_HEADER(dwfl)
72 memory_read (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Word *result,
75 pid_t child = dwfl_pid (dwfl);
148 report_module (Dwfl *dwfl, pid_t child, Dwarf_Addr addr)
154 Dwfl_Module *mod = dwfl_report_elf (dwfl, long_name, long_name, -1,
158 assert (dwfl_addrmodule (dwfl, addr) == mod);
163 next_thread (Dwfl *dwfl, void *dwfl_arg __attribute__ ((unused)),
171 return dwfl_pid (dwfl);
236 Dwfl *dwfl = dwfl_thread_dwfl (dwfl_frame_thread (state));
237 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted);
239 mod = report_module (dwfl, dwfl_pid (dwfl), pc_adjusted);
307 Dwfl *dwfl = dwfl_begin (&offline_callbacks);
308 assert (dwfl);
313 report_module (dwfl, child, user_regs.rip);
315 bool ok = dwfl_attach_state (dwfl, EM_NONE, child, &callbacks, NULL);
319 int err = dwfl_getthreads (dwfl, thread_callback, NULL);
322 dwfl_end (dwfl);