Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDMemoryHistory.cpp17 lldb::MemoryHistorySP
24 MemoryHistorySP memory_history_sp (create_callback (process)); in FindPlugin()
29 return MemoryHistorySP(); in FindPlugin()
HDProcess.cpp6539 const MemoryHistorySP &memory_history = MemoryHistory::FindPlugin(shared_from_this()); in GetHistoryThreads()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
HDMemoryHistoryASan.cpp28 MemoryHistorySP
60 return MemoryHistorySP(); in CreateInstance()
62 return MemoryHistorySP(new MemoryHistoryASan(process_sp)); in CreateInstance()
HDMemoryHistoryASan.h28 static lldb::MemoryHistorySP
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDMemoryHistory.h33 static lldb::MemoryHistorySP
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-interfaces.h44 … typedef lldb::MemoryHistorySP (*MemoryHistoryCreateInstance) (const lldb::ProcessSP &process_sp);
HDlldb-forward.h339 typedef std::shared_ptr<lldb_private::MemoryHistory> MemoryHistorySP; typedef
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp1759 const MemoryHistorySP &memory_history = MemoryHistory::FindPlugin(process_sp); in DoExecute()