Go to the documentation of this file.
9 #ifndef LLDB_LLDB_TYPES_H
10 #define LLDB_LLDB_TYPES_H
63 typedef void *(*thread_func_t)(
void *);
78 #define LLDB_INVALID_PROCESS ((lldb::process_t)-1)
79 #define LLDB_INVALID_HOST_THREAD ((lldb::thread_t)NULL)
80 #define LLDB_INVALID_PIPE ((lldb::pipe_t)-1)
95 #endif // LLDB_LLDB_TYPES_H
void *(* thread_func_t)(void *)
void(* LogOutputCallback)(const char *, void *baton)
bool(* ExpressionCancelCallback)(ExpressionEvaluationPhase phase, void *baton)
ExpressionEvaluationPhase
Expression Evaluation Stages.
bool(* CommandOverrideCallback)(void *baton, const char **argv)
bool(* CommandOverrideCallbackWithResult)(void *baton, const char **argv, lldb_private::CommandReturnObject &result)
pthread_rwlock_t rwlock_t
void * opaque_compiler_type_t