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 | |
typedef std::shared_ptr< IDebugDelegate > | lldb_private::DebugDelegateSP |
typedef std::shared_ptr< DebuggerThread > | lldb_private::DebuggerThreadSP |
typedef std::shared_ptr< ExceptionRecord > | lldb_private::ExceptionRecordSP |
typedef std::unique_ptr< ExceptionRecord > | lldb_private::ExceptionRecordUP |
Enumerations | |
enum class | ExceptionResult { BreakInDebugger , MaskException , SendToApplication } |
|
strong |
Enumerator | |
---|---|
BreakInDebugger | |
MaskException | |
SendToApplication |
Definition at line 16 of file ForwardDecl.h.