Home
last modified time | relevance | path

Searched refs:unwound (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/src/libdwfl/
Dframe_unwind.c500 assert (state->unwound == NULL); in new_unwound()
506 Dwfl_Frame *unwound; in new_unwound() local
507 unwound = malloc (sizeof (*unwound) + sizeof (*unwound->regs) * nregs); in new_unwound()
508 state->unwound = unwound; in new_unwound()
509 unwound->thread = thread; in new_unwound()
510 unwound->unwound = NULL; in new_unwound()
511 unwound->signal_frame = false; in new_unwound()
512 unwound->initial_frame = false; in new_unwound()
513 unwound->pc_state = DWFL_FRAME_STATE_ERROR; in new_unwound()
514 memset (unwound->regs_set, 0, sizeof (unwound->regs_set)); in new_unwound()
[all …]
Ddwfl_frame.c74 assert (thread->unwound == state); in state_free()
75 thread->unwound = state->unwound; in state_free()
82 while (thread->unwound) in thread_free_all_states()
83 state_free (thread->unwound); in thread_free_all_states()
89 assert (thread->unwound == NULL); in state_alloc()
103 thread->unwound = state; in state_alloc()
104 state->unwound = NULL; in state_alloc()
270 thread.unwound = NULL; in INTDEF()
296 assert (thread.unwound == NULL); in INTDEF()
349 thread.unwound = NULL; in getthread()
[all …]
Ddwfl_frame_regs.c35 Dwfl_Frame *state = thread->unwound; in dwfl_thread_state_registers()
36 assert (state && state->unwound == NULL); in dwfl_thread_state_registers()
51 Dwfl_Frame *state = thread->unwound; in INTDEF()
52 assert (state && state->unwound == NULL); in INTDEF()
Ddwfl_frame_pc.c55 if (state->unwound == NULL in dwfl_frame_pc()
56 || state->unwound->pc_state != DWFL_FRAME_STATE_PC_SET) in dwfl_frame_pc()
59 *isactivation = state->unwound->signal_frame; in dwfl_frame_pc()
Dlinux-core-attach.c256 && __libdwfl_frame_reg_get (thread->unwound, regno, NULL)) in core_set_initial_registers()
274 assert (sizeof (*thread->unwound->regs) == sizeof val64); in core_set_initial_registers()
DlibdwflP.h238 Dwfl_Frame *unwound; member
248 Dwfl_Frame *unwound; member
/external/libunwind/doc/
Dunw_init_remote.tex26 should be unwound. For example, if \Var{unw\_local\_addr\_space} is
31 stack-frame chain to be unwound. In other words, the interpretation
Dlibunwind-setjmp.tex50 unwound during a \Func{longjmp}() have correct unwind information
Dunw_resume.tex56 of each unwound frame and appropriately processing its unwind handler
Dlibunwind.tex192 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/v8/test/webkit/fast/js/
Dexception-registerfile-shrink-expected.txt24 Test for REGRESSION(r60392): Registerfile can be unwound too far following an exception. If the tes…
/external/v8/test/mozilla/
Dmozilla.status576 # Failure to clear captures when a lookahead is unwound.
/external/llvm/docs/
DLangRef.rst7287 When the call stack is being unwound due to an exception being thrown,