HomeSort by relevance Sort by last modified time
    Searched refs:unwound (Results 1 - 11 of 11) sorted by null

  /external/elfutils/libdwfl/
dwfl_frame_pc.c 52 /* If the previous frame has unwound unsuccessfully just silently do
55 if (state->unwound == NULL
56 || state->unwound->pc_state != DWFL_FRAME_STATE_PC_SET)
59 *isactivation = state->unwound->signal_frame;
dwfl_frame_regs.c 39 Dwfl_Frame *state = thread->unwound;
40 assert (state && state->unwound == NULL);
55 Dwfl_Frame *state = thread->unwound;
56 assert (state && state->unwound == NULL);
frame_unwind.c 513 assert (state->unwound == NULL);
519 Dwfl_Frame *unwound; local
520 unwound = malloc (sizeof (*unwound) + sizeof (*unwound->regs) * nregs);
521 if (unlikely (unwound == NULL))
523 state->unwound = unwound;
524 unwound->thread = thread;
525 unwound->unwound = NULL
548 Dwfl_Frame *unwound = new_unwound (state); local
675 Dwfl_Frame *unwound = state->unwound; local
    [all...]
dwfl_frame.c 77 assert (thread->unwound == state);
78 thread->unwound = state->unwound;
85 while (thread->unwound)
86 state_free (thread->unwound);
92 assert (thread->unwound == NULL);
106 thread->unwound = state;
107 state->unwound = NULL;
274 thread.unwound = NULL;
300 assert (thread.unwound == NULL)
    [all...]
linux-core-attach.c 259 && __libdwfl_frame_reg_get (thread->unwound, regno, NULL))
277 assert (sizeof (*thread->unwound->regs) == sizeof val64);
libdwflP.h 245 /* The current frame being unwound. Initially it is the bottom frame.
247 Dwfl_Frame *unwound; member in struct:Dwfl_Thread
257 Dwfl_Frame *unwound; member in struct:Dwfl_Frame
587 /* Update STATE->unwound for the unwound frame.
588 On error STATE->unwound == NULL
589 or STATE->unwound->pc_state == DWFL_FRAME_STATE_ERROR;
591 If STATE->unwound->pc_state == DWFL_FRAME_STATE_PC_UNDEFINED
  /external/libunwind/doc/
unw_init_remote.tex 26 should be unwound. For example, if \Var{unw\_local\_addr\_space} is
31 stack-frame chain to be unwound. In other words, the interpretation
libunwind-setjmp.tex 50 unwound during a \Func{longjmp}() have correct unwind information
unw_resume.tex 56 of each unwound frame and appropriately processing its unwind handler
libunwind.tex 192 select, e.g., the thread within a process that is to be unwound.
209 and the machine that is running the process being unwound the
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]

Completed in 945 milliseconds