Go to the documentation of this file.
9 #ifndef LLDB_UTILITY_STATE_H
10 #define LLDB_UTILITY_STATE_H
13 #include "llvm/ADT/StringRef.h"
14 #include "llvm/Support/FormatProviders.h"
15 #include "llvm/Support/raw_ostream.h"
76 #endif // LLDB_UTILITY_STATE_H
const char * StateAsCString(lldb::StateType state)
Converts a StateType to a C string.
bool StateIsRunningState(lldb::StateType state)
Check if a state represents a state where the process or thread is running.
const char * GetPermissionsAsCString(uint32_t permissions)
bool StateIsStoppedState(lldb::StateType state, bool must_exist)
Check if a state represents a state where the process or thread is stopped.
A class that represents a running process on the host machine.
StateType
Process and Thread States.