Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryHistory.h22 class MemoryHistory : public std::enable_shared_from_this<MemoryHistory>,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemoryHistory.cpp15 lldb::MemoryHistorySP MemoryHistory::FindPlugin(const ProcessSP process) { in FindPlugin()
H A DProcess.cpp6093 MemoryHistory::FindPlugin(shared_from_this()); in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h19 class MemoryHistoryASan : public lldb_private::MemoryHistory {
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h126 class MemoryHistory; variable
367 typedef std::shared_ptr<lldb_private::MemoryHistory> MemoryHistorySP;
/freebsd/lib/clang/liblldb/
H A DMakefile453 SRCS+= Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
636 SRCS+= Target/MemoryHistory.cpp
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist405 lldb/source/Plugins/MemoryHistory/CMakeLists.txt
406 lldb/source/Plugins/MemoryHistory/asan/CMakeLists.txt
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1562 MemoryHistory::FindPlugin(process_sp); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1373 #pragma mark MemoryHistory