|
LLDB mainline
|
#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
Typedefs | |
| using | lldb_private::DebugDelegateSP = std::shared_ptr<IDebugDelegate> |
| using | lldb_private::DebuggerThreadSP = std::shared_ptr<DebuggerThread> |
| using | lldb_private::ExceptionRecordSP = std::shared_ptr<ExceptionRecord> |
| using | lldb_private::ExceptionRecordUP = std::unique_ptr<ExceptionRecord> |
Enumerations | |
| enum class | ExceptionResult { BreakInDebugger , MaskException , SendToApplication } |
|
strong |
| Enumerator | |
|---|---|
| BreakInDebugger | |
| MaskException | |
| SendToApplication | |
Definition at line 16 of file ForwardDecl.h.