LLDB mainline
lldb_private::MemoryHistory Class Referenceabstract

#include <MemoryHistory.h>

Inheritance diagram for lldb_private::MemoryHistory:
[legend]

Public Member Functions

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 FindPlugin (const lldb::ProcessSP process)

Detailed Description

Definition at line 22 of file MemoryHistory.h.

Member Function Documentation

◆ FindPlugin()

◆ GetHistoryThreads()

virtual HistoryThreads lldb_private::MemoryHistory::GetHistoryThreads ( lldb::addr_t address)
pure virtual

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