Home
last modified time | relevance | path

Searched refs:MemoryHistorySP (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemoryHistory.cpp15 lldb::MemoryHistorySP MemoryHistory::FindPlugin(const ProcessSP process) { in FindPlugin()
22 MemoryHistorySP memory_history_sp(create_callback(process)); in FindPlugin()
27 return MemoryHistorySP(); in FindPlugin()
H A DProcess.cpp5783 const MemoryHistorySP &memory_history = in GetHistoryThreads()
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp33 MemoryHistorySP MemoryHistoryASan::CreateInstance(const ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()
44 return MemoryHistorySP(new MemoryHistoryASan(process_sp)); in LLDB_PLUGIN_DEFINE()
47 return MemoryHistorySP(); in LLDB_PLUGIN_DEFINE()
H A DMemoryHistoryASan.h23 static lldb::MemoryHistorySP
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryHistory.h26 static lldb::MemoryHistorySP FindPlugin(const lldb::ProcessSP process);
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h106 typedef lldb::MemoryHistorySP (*MemoryHistoryCreateInstance)(
H A Dlldb-forward.h350 typedef std::shared_ptr<lldb_private::MemoryHistory> MemoryHistorySP; typedef
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp1632 const MemoryHistorySP &memory_history = in DoExecute()