Home
last modified time | relevance | path

Searched refs:MemoryHistory (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDMemoryHistory.h27 class MemoryHistory :
28 public std::enable_shared_from_this<MemoryHistory>,
/NextBSD/lib/clang/liblldbPluginMemoryHistoryASan/
HDMakefile7 SRCDIR= tools/lldb/source/Plugins/MemoryHistory/asan
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDMemoryHistory.cpp18 MemoryHistory::FindPlugin (const ProcessSP process) 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.h24 class MemoryHistoryASan : public lldb_private::MemoryHistory
/NextBSD/contrib/llvm/tools/lldb/
HDFREEBSD-Xlist124 source/Plugins/MemoryHistory/CMakeLists.txt
125 source/Plugins/MemoryHistory/asan/CMakeLists.txt
126 source/Plugins/MemoryHistory/asan/Makefile
/NextBSD/lib/clang/liblldbTarget/
HDMakefile20 MemoryHistory.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h125 class MemoryHistory; variable
339 typedef std::shared_ptr<lldb_private::MemoryHistory> MemoryHistorySP;
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp1759 const MemoryHistorySP &memory_history = MemoryHistory::FindPlugin(process_sp); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDPluginManager.cpp2082 #pragma mark MemoryHistory