Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryHistory.h23 class MemoryHistory : public std::enable_shared_from_this<MemoryHistory>,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DMemoryHistory.cpp15 lldb::MemoryHistorySP MemoryHistory::FindPlugin(const ProcessSP process) { in FindPlugin()
H A DProcess.cpp5892 MemoryHistory::FindPlugin(shared_from_this()); in GetHistoryThreads()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h19 class MemoryHistoryASan : public lldb_private::MemoryHistory {
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h124 class MemoryHistory; variable
361 typedef std::shared_ptr<lldb_private::MemoryHistory> MemoryHistorySP;
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile443 SRCS+= Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
623 SRCS+= Target/MemoryHistory.cpp
/freebsd-14.2/contrib/llvm-project/
H A DFREEBSD-Xlist398 lldb/source/Plugins/MemoryHistory/CMakeLists.txt
399 lldb/source/Plugins/MemoryHistory/asan/CMakeLists.txt
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1616 MemoryHistory::FindPlugin(process_sp); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1347 #pragma mark MemoryHistory