Home
last modified time | relevance | path

Searched refs:HistoryThreads (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryHistory.h21 typedef std::vector<lldb::ThreadSP> HistoryThreads; typedef
28 virtual HistoryThreads GetHistoryThreads(lldb::addr_t address) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp98 HistoryThreads &result) { in CreateHistoryThreadFromValueObject()
147 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads()
148 HistoryThreads result; in GetHistoryThreads()
H A DMemoryHistoryASan.h34 lldb_private::HistoryThreads GetHistoryThreads(lldb::addr_t address) override;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp1640 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); in DoExecute()