Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:Dwfl_Thread

46 typedef struct Dwfl_Thread Dwfl_Thread;
49 PC location described by an FDE belonging to Dwfl_Thread. */
659 thread_detach callbacks together with Dwfl_Thread *thread. This
669 Dwfl_Thread *thread. This method may be NULL and will then be
691 bool (*set_initial_registers) (Dwfl_Thread *thread, void *thread_arg)
703 void (*thread_detach) (Dwfl_Thread *thread, void *thread_arg)
742 Dwfl *dwfl_thread_dwfl (Dwfl_Thread *thread)
746 pid_t dwfl_thread_tid (Dwfl_Thread *thread)
750 Dwfl_Thread *dwfl_frame_thread (Dwfl_Frame *state)
757 bool dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg,
765 void dwfl_thread_state_register_pc (Dwfl_Thread *thread, Dwarf_Word pc)
774 int (*callback) (Dwfl_Thread *thread, void *arg),
786 callback of the Dwfl_Thread. */
787 int dwfl_thread_getframes (Dwfl_Thread *thread,