Lines Matching full:dwarf
58 ucontext_t *uc = c->dwarf.as_arg;
61 missing DWARF unwind info. We don't want to fail in that case,
64 dwarf_make_proc_info (&c->dwarf);
70 Debug (8, "resuming at ip=%x via sigreturn(%p)\n", c->dwarf.ip, sc);
75 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip);
96 unw_addr_space_t as = c->dwarf.as;
97 void *arg = c->dwarf.as_arg;
132 if (!c->dwarf.ip)
143 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c,
144 c->dwarf.as_arg);