Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
147 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);
H A DCMakeLists.txt2 MemoryHistoryASan.cpp
/openbsd-src/gnu/usr.bin/clang/liblldbPluginMemoryHistory/
H A DMakefile8 SRCS= MemoryHistoryASan.cpp
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DPlugins.def67 LLDB_PLUGIN(MemoryHistoryASan)
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4222 lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
4223 lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h