LLDB mainline
Classes | Namespaces | Functions
State.h File Reference
#include "lldb/lldb-enumerations.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/FormatProviders.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdint>

Go to the source code of this file.

Classes

struct  llvm::format_provider< lldb::StateType >
 

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 
namespace  llvm
 

Functions

const char * lldb_private::StateAsCString (lldb::StateType state)
 Converts a StateType to a C string.
 
bool lldb_private::StateIsRunningState (lldb::StateType state)
 Check if a state represents a state where the process or thread is running.
 
bool lldb_private::StateIsStoppedState (lldb::StateType state, bool must_exist)
 Check if a state represents a state where the process or thread is stopped.
 
const char * lldb_private::GetPermissionsAsCString (uint32_t permissions)