LLDB mainline
Namespaces | Typedefs | Enumerations
ForwardDecl.h File Reference
#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 }
 

Enumeration Type Documentation

◆ ExceptionResult

enum class ExceptionResult
strong
Enumerator
BreakInDebugger 
MaskException 
SendToApplication 

Definition at line 16 of file ForwardDecl.h.