Searched refs:MemoryHistoryASan (Results 1 – 4 of 4) sorted by relevance
33 LLDB_PLUGIN_DEFINE(MemoryHistoryASan) in LLDB_PLUGIN_DEFINE() argument35 MemoryHistorySP MemoryHistoryASan::CreateInstance(const ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()46 return MemoryHistorySP(new MemoryHistoryASan(process_sp)); in LLDB_PLUGIN_DEFINE()52 void MemoryHistoryASan::Initialize() { in Initialize()57 void MemoryHistoryASan::Terminate() { in Terminate()61 MemoryHistoryASan::MemoryHistoryASan(const ProcessSP &process_sp) { in MemoryHistoryASan() function in MemoryHistoryASan147 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads()
19 class MemoryHistoryASan : public lldb_private::MemoryHistory {21 ~MemoryHistoryASan() override = default;37 MemoryHistoryASan(const lldb::ProcessSP &process_sp);
60 LLDB_PLUGIN(MemoryHistoryASan)
466 SRCS+= Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp