LLDB mainline
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
lldb_private::MemoryHistoryASan Class Reference

#include <MemoryHistoryASan.h>

Inheritance diagram for lldb_private::MemoryHistoryASan:
Inheritance graph
[legend]

Public Member Functions

 ~MemoryHistoryASan () override=default
 
llvm::StringRef GetPluginName () override
 
lldb_private::HistoryThreads GetHistoryThreads (lldb::addr_t address) override
 
virtual HistoryThreads GetHistoryThreads (lldb::addr_t address)=0
 
- Public Member Functions inherited from lldb_private::PluginInterface
 PluginInterface ()=default
 
virtual ~PluginInterface ()=default
 
virtual llvm::StringRef GetPluginName ()=0
 
 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 59 of file MemoryHistoryASan.cpp.

References m_process_wp.

Member Function Documentation

◆ CreateInstance()

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

◆ GetHistoryThreads()

HistoryThreads MemoryHistoryASan::GetHistoryThreads ( lldb::addr_t  address)
overridevirtual

◆ GetPluginName()

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

Implements lldb_private::PluginInterface.

Definition at line 32 of file MemoryHistoryASan.h.

References GetPluginNameStatic().

◆ GetPluginNameStatic()

static 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: