Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp6105 const MemoryHistorySP &memory_history = in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp35 MemoryHistorySP MemoryHistoryASan::CreateInstance(const ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()
46 return MemoryHistorySP(new MemoryHistoryASan(process_sp)); in LLDB_PLUGIN_DEFINE()
49 return MemoryHistorySP(); in LLDB_PLUGIN_DEFINE()
H A DMemoryHistoryASan.h23 static lldb::MemoryHistorySP
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryHistory.h25 static lldb::MemoryHistorySP FindPlugin(const lldb::ProcessSP process);
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h118 typedef lldb::MemoryHistorySP (*MemoryHistoryCreateInstance)(
H A Dlldb-forward.h372 typedef std::shared_ptr<lldb_private::MemoryHistory> MemoryHistorySP; typedef
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1588 const MemoryHistorySP &memory_history = in DoExecute()