GDB (xrefs)
Classes | Functions
/tmp/gdb-8.1/gdb/thread-fsm.h File Reference
#include "mi/mi-common.h"

Go to the source code of this file.

Classes

struct  thread_fsm
 
struct  thread_fsm_ops
 

Functions

void thread_fsm_ctor (struct thread_fsm *self, struct thread_fsm_ops *ops, struct interp *cmd_interp)
 
void thread_fsm_delete (struct thread_fsm *fsm)
 
void thread_fsm_clean_up (struct thread_fsm *fsm, struct thread_info *thread)
 
int thread_fsm_should_stop (struct thread_fsm *fsm, struct thread_info *thread)
 
struct return_value_infothread_fsm_return_value (struct thread_fsm *fsm)
 
void thread_fsm_set_finished (struct thread_fsm *fsm)
 
int thread_fsm_finished_p (struct thread_fsm *fsm)
 
enum async_reply_reason thread_fsm_async_reply_reason (struct thread_fsm *fsm)
 
int thread_fsm_should_notify_stop (struct thread_fsm *self)
 

Function Documentation

◆ thread_fsm_async_reply_reason()

enum async_reply_reason thread_fsm_async_reply_reason ( struct thread_fsm fsm)

Definition at line 92 of file thread-fsm.c.

References gdb_assert, and thread_fsm_finished_p().

Referenced by mi_on_normal_stop_1().

◆ thread_fsm_clean_up()

void thread_fsm_clean_up ( struct thread_fsm fsm,
struct thread_info thread 
)

◆ thread_fsm_ctor()

void thread_fsm_ctor ( struct thread_fsm self,
struct thread_fsm_ops ops,
struct interp cmd_interp 
)

◆ thread_fsm_delete()

void thread_fsm_delete ( struct thread_fsm fsm)

◆ thread_fsm_finished_p()

int thread_fsm_finished_p ( struct thread_fsm fsm)

◆ thread_fsm_return_value()

struct return_value_info* thread_fsm_return_value ( struct thread_fsm fsm)

Definition at line 66 of file thread-fsm.c.

Referenced by print_stop_event().

◆ thread_fsm_set_finished()

void thread_fsm_set_finished ( struct thread_fsm fsm)

◆ thread_fsm_should_notify_stop()

int thread_fsm_should_notify_stop ( struct thread_fsm self)

Definition at line 104 of file thread-fsm.c.

Referenced by fetch_inferior_event().

◆ thread_fsm_should_stop()

int thread_fsm_should_stop ( struct thread_fsm fsm,
struct thread_info thread 
)

Definition at line 58 of file thread-fsm.c.

Referenced by fetch_inferior_event().