Searched refs:MemoryHistoryASan (Results 1 – 6 of 6) sorted by relevance
31 LLDB_PLUGIN_DEFINE(MemoryHistoryASan) in LLDB_PLUGIN_DEFINE() argument33 MemoryHistorySP MemoryHistoryASan::CreateInstance(const ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()44 return MemoryHistorySP(new MemoryHistoryASan(process_sp)); in LLDB_PLUGIN_DEFINE()50 void MemoryHistoryASan::Initialize() { in Initialize()55 void MemoryHistoryASan::Terminate() { in Terminate()59 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);
2 MemoryHistoryASan.cpp
8 SRCS= MemoryHistoryASan.cpp
67 LLDB_PLUGIN(MemoryHistoryASan)
4222 lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp4223 lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h