Home
last modified time | relevance | path

Searched refs:MemoryHistoryASan (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp31 LLDB_PLUGIN_DEFINE(MemoryHistoryASan) in LLDB_PLUGIN_DEFINE() argument
33 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 MemoryHistoryASan
145 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads()
H A DMemoryHistoryASan.h19 class MemoryHistoryASan : public lldb_private::MemoryHistory {
21 ~MemoryHistoryASan() override = default;
37 MemoryHistoryASan(const lldb::ProcessSP &process_sp);
/src/lib/clang/include/Plugins/
H A DPlugins.def60 LLDB_PLUGIN(MemoryHistoryASan)
/src/lib/clang/liblldb/
H A DMakefile469 SRCS+= Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp