LLDB mainline
ExceptionRecord.h File Reference
#include "lldb/lldb-forward.h"
#include "lldb/lldb-types.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/raw_ostream.h"
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

class  lldb_private::ExceptionRecord

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.

Typedefs

typedef struct _EXCEPTION_RECORD EXCEPTION_RECORD
typedef struct _MINIDUMP_EXCEPTION MINIDUMP_EXCEPTION

Typedef Documentation

◆ EXCEPTION_RECORD

typedef struct _EXCEPTION_RECORD EXCEPTION_RECORD

Definition at line 21 of file ExceptionRecord.h.

◆ MINIDUMP_EXCEPTION

typedef struct _MINIDUMP_EXCEPTION MINIDUMP_EXCEPTION

Definition at line 24 of file ExceptionRecord.h.