Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DMemoryHistory.h23 class MemoryHistory : public std::enable_shared_from_this<MemoryHistory>,
/llvm-project-15.0.7/lldb/source/Target/
H A DMemoryHistory.cpp15 lldb::MemoryHistorySP MemoryHistory::FindPlugin(const ProcessSP process) { in FindPlugin()
H A DCMakeLists.txt21 MemoryHistory.cpp
H A DProcess.cpp5761 MemoryHistory::FindPlugin(shared_from_this()); in GetHistoryThreads()
/llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h19 class MemoryHistoryASan : public lldb_private::MemoryHistory {
/llvm-project-15.0.7/lldb/source/Plugins/
H A DCMakeLists.txt11 add_subdirectory(MemoryHistory)
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn44 "MemoryHistory.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h124 class MemoryHistory; variable
346 typedef std::shared_ptr<lldb_private::MemoryHistory> MemoryHistorySP;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp1632 MemoryHistory::FindPlugin(process_sp); in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1182 #pragma mark MemoryHistory
/llvm-project-15.0.7/clang/docs/
H A DClangFormattedStatus.rst3222 * - lldb/source/Plugins/MemoryHistory/asan
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4225 lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
4226 lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h
4632 lldb/source/Target/MemoryHistory.cpp