Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemoryHistory.cpp16 lldb::MemoryHistorySP MemoryHistory::FindPlugin(const ProcessSP process) { in FindPlugin()
23 MemoryHistorySP memory_history_sp(create_callback(process)); in FindPlugin()
28 return MemoryHistorySP(); in FindPlugin()
H A DProcess.cpp5941 const MemoryHistorySP &memory_history = in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp32 MemoryHistorySP MemoryHistoryASan::CreateInstance(const ProcessSP &process_sp) { in CreateInstance()
48 return MemoryHistorySP(new MemoryHistoryASan(process_sp)); in CreateInstance()
51 return MemoryHistorySP(); in CreateInstance()
H A DMemoryHistoryASan.h24 static lldb::MemoryHistorySP
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemoryHistory.h27 static lldb::MemoryHistorySP FindPlugin(const lldb::ProcessSP process);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h92 typedef lldb::MemoryHistorySP (*MemoryHistoryCreateInstance)(
H A Dlldb-forward.h372 typedef std::shared_ptr<lldb_private::MemoryHistory> MemoryHistorySP; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1658 const MemoryHistorySP &memory_history = in DoExecute()