Searched refs:unwound (Results 1 – 19 of 19) sorted by relevance
/external/elfutils/libdwfl/ |
D | frame_unwind.c | 517 assert (state->unwound == NULL); in new_unwound() 523 Dwfl_Frame *unwound; in new_unwound() local 524 unwound = malloc (sizeof (*unwound) + sizeof (*unwound->regs) * nregs); in new_unwound() 525 state->unwound = unwound; in new_unwound() 526 unwound->thread = thread; in new_unwound() 527 unwound->unwound = NULL; in new_unwound() 528 unwound->signal_frame = false; in new_unwound() 529 unwound->initial_frame = false; in new_unwound() 530 unwound->pc_state = DWFL_FRAME_STATE_ERROR; in new_unwound() 531 memset (unwound->regs_set, 0, sizeof (unwound->regs_set)); in new_unwound() [all …]
|
D | dwfl_frame.c | 74 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() 271 thread.unwound = NULL; in INTDEF() 297 assert (thread.unwound == NULL); in INTDEF() 350 thread.unwound = NULL; in getthread() [all …]
|
D | dwfl_frame_regs.c | 35 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()
|
D | dwfl_frame_pc.c | 55 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()
|
D | linux-core-attach.c | 256 && __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()
|
D | libdwflP.h | 248 Dwfl_Frame *unwound; member 258 Dwfl_Frame *unwound; member
|
/external/libunwind/doc/ |
D | 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
|
D | libunwind-setjmp.tex | 50 unwound during a \Func{longjmp}() have correct unwind information
|
D | unw_resume.tex | 56 of each unwound frame and appropriately processing its unwind handler
|
D | 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/libchrome/base/message_loop/ |
D | message_pump_mac.mm | 721 // window in frame #5. When the stack is unwound to frame #5, the window would
|
/external/protobuf/docs/swift/ |
D | DesignDoc.md | 221 is unwound:
|
/external/python/cpython2/Doc/extending/ |
D | newtypes.rst | 984 called as the interpreter unwinds the Python stack; when the stack is unwound
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 1036 unwinds the execution stack, at each unwound level a traceback object is
|
/external/llvm/docs/ |
D | LangRef.rst | 8726 When the call stack is being unwound due to an exception being thrown, 8798 When the call stack is being unwound due to an exception being thrown, the 8863 When the call stack is being unwound due to an exception being thrown,
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | i686-pc-linux-gnu | 18880 PASS: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound
|
D | x86_64-cros-linux-gnu | 19008 PASS: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound
|
D | armv7a-cros-linux-gnueabi | 18655 FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound
|