HomeSort by relevance Sort by last modified time
    Searched refs:unwound (Results 1 - 16 of 16) 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 35 Dwfl_Frame *state = thread->unwound;
36 assert (state && state->unwound == NULL);
51 Dwfl_Frame *state = thread->unwound;
52 assert (state && state->unwound == NULL);
frame_unwind.c 517 assert (state->unwound == NULL);
523 Dwfl_Frame *unwound; local
524 unwound = malloc (sizeof (*unwound) + sizeof (*unwound->regs) * nregs);
525 state->unwound = unwound;
526 unwound->thread = thread;
527 unwound->unwound = NULL
549 Dwfl_Frame *unwound = state->unwound; local
656 Dwfl_Frame *unwound = state->unwound; local
    [all...]
dwfl_frame.c 74 assert (thread->unwound == state);
75 thread->unwound = state->unwound;
82 while (thread->unwound)
83 state_free (thread->unwound);
89 assert (thread->unwound == NULL);
103 thread->unwound = state;
104 state->unwound = NULL;
271 thread.unwound = NULL;
297 assert (thread.unwound == NULL)
    [all...]
linux-core-attach.c 256 && __libdwfl_frame_reg_get (thread->unwound, regno, NULL))
274 assert (sizeof (*thread->unwound->regs) == sizeof val64);
libdwflP.h 246 /* The current frame being unwound. Initially it is the bottom frame.
248 Dwfl_Frame *unwound; member in struct:Dwfl_Thread
258 Dwfl_Frame *unwound; member in struct:Dwfl_Frame
585 /* Update STATE->unwound for the unwound frame.
586 On error STATE->unwound == NULL
587 or STATE->unwound->pc_state == DWFL_FRAME_STATE_ERROR;
589 If STATE->unwound->pc_state == DWFL_FRAME_STATE_PC_UNDEFINED
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-2.l 12 [^:]*:91: Error: unwound stack pointer not doubleword aligned
14 [^:]*:110: Error: unwound frame has negative size
unwind-bad-2.s 89 # unwound stack pointer not doubleword aligned
109 # unwound frame has negative size
  /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
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 447 milliseconds