|
LLDB mainline
|
#include <cassert>#include <cstdint>#include <ctime>#include <mutex>#include "llvm/ADT/DenseMap.h"#include "lldb/lldb-defines.h"#include "lldb/lldb-types.h"Go to the source code of this file.
Classes | |
| class | lldb_private::ProcessRunLock |
| Read/write lock around the process running/stopped state. More... | |
| class | lldb_private::ProcessRunLock::ProcessRunLocker |
| RAII helper around the read-lock side of ProcessRunLock. More... | |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |