|
LLDB mainline
|
#include <MemoryHistory.h>
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 | |
| PluginInterface & | operator= (const PluginInterface &)=delete |
Static Public Member Functions | |
| static lldb::MemoryHistorySP | FindPlugin (const lldb::ProcessSP process) |
Definition at line 22 of file MemoryHistory.h.
|
static |
Definition at line 15 of file MemoryHistory.cpp.
References lldb_private::PluginManager::GetMemoryHistoryCreateCallbackAtIndex().
Referenced by CommandObjectMemoryHistory::DoExecute(), and lldb_private::Process::GetHistoryThreads().
|
pure virtual |
Implemented in lldb_private::MemoryHistoryASan.