LLDB mainline
lldb_private::MemoryHistoryASan Class Reference

#include <MemoryHistoryASan.h>

Inheritance diagram for lldb_private::MemoryHistoryASan:
[legend]

Public Member Functions

 ~MemoryHistoryASan () override=default
llvm::StringRef GetPluginName () override
lldb_private::HistoryThreads GetHistoryThreads (lldb::addr_t address) override
Public Member Functions inherited from lldb_private::PluginInterface
 PluginInterface ()=default
virtual ~PluginInterface ()=default
 PluginInterface (const PluginInterface &)=delete
PluginInterfaceoperator= (const PluginInterface &)=delete

Static Public Member Functions

static lldb::MemoryHistorySP CreateInstance (const lldb::ProcessSP &process_sp)
static void Initialize ()
static void Terminate ()
static llvm::StringRef GetPluginNameStatic ()
Static Public Member Functions inherited from lldb_private::MemoryHistory
static lldb::MemoryHistorySP FindPlugin (const lldb::ProcessSP process)

Private Member Functions

 MemoryHistoryASan (const lldb::ProcessSP &process_sp)

Private Attributes

lldb::ProcessWP m_process_wp

Detailed Description

Definition at line 19 of file MemoryHistoryASan.h.

Constructor & Destructor Documentation

◆ ~MemoryHistoryASan()

lldb_private::MemoryHistoryASan::~MemoryHistoryASan ( )
overridedefault

◆ MemoryHistoryASan()

MemoryHistoryASan::MemoryHistoryASan ( const lldb::ProcessSP & process_sp)
private

Definition at line 61 of file MemoryHistoryASan.cpp.

References m_process_wp.

Referenced by CreateInstance().

Member Function Documentation

◆ CreateInstance()

MemoryHistorySP MemoryHistoryASan::CreateInstance ( const lldb::ProcessSP & process_sp)
static

Definition at line 35 of file MemoryHistoryASan.cpp.

References CreateInstance(), and MemoryHistoryASan().

Referenced by CreateInstance(), Initialize(), and Terminate().

◆ GetHistoryThreads()

◆ GetPluginName()

llvm::StringRef lldb_private::MemoryHistoryASan::GetPluginName ( )
inlineoverridevirtual

Implements lldb_private::PluginInterface.

Definition at line 32 of file MemoryHistoryASan.h.

References GetPluginNameStatic().

◆ GetPluginNameStatic()

llvm::StringRef lldb_private::MemoryHistoryASan::GetPluginNameStatic ( )
inlinestatic

Definition at line 30 of file MemoryHistoryASan.h.

Referenced by GetPluginName(), and Initialize().

◆ Initialize()

void MemoryHistoryASan::Initialize ( )
static

◆ Terminate()

void MemoryHistoryASan::Terminate ( )
static

Member Data Documentation

◆ m_process_wp

lldb::ProcessWP lldb_private::MemoryHistoryASan::m_process_wp
private

Definition at line 39 of file MemoryHistoryASan.h.

Referenced by GetHistoryThreads(), and MemoryHistoryASan().


The documentation for this class was generated from the following files: