LLDB mainline
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< IDebugDelegatelldb_private::DebugDelegateSP
typedef std::shared_ptr< DebuggerThreadlldb_private::DebuggerThreadSP
typedef std::shared_ptr< ExceptionRecordlldb_private::ExceptionRecordSP
typedef std::unique_ptr< ExceptionRecordlldb_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.