macosx-nat-infthread.h   [plain text]


#ifndef __GDB_MACOSX_NAT_INFTHREAD_H__
#define __GDB_MACOSX_NAT_INFTHREAD_H__

struct macosx_inferior_status;

void set_trace_bit PARAMS ((thread_t thread));
void clear_trace_bit PARAMS ((thread_t thread));
void clear_suspend_count PARAMS ((thread_t thread));

void prepare_threads_before_run 
  PARAMS ((struct macosx_inferior_status *inferior, int step, thread_t current, int stop_others));

void prepare_threads_after_stop PARAMS ((struct macosx_inferior_status *inferior));

char *unparse_run_state PARAMS ((int run_state));

void print_thread_info PARAMS ((thread_t tid));

void info_task_command PARAMS ((char *args, int from_tty));
void info_thread_command PARAMS ((char *tidstr, int from_tty));

#endif /* __GDB_MACOSX_NAT_INFTHREAD_H__ */