Home
last modified time | relevance | path

Searched refs:GetHistoryThreads (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemoryHistory.h29 virtual HistoryThreads GetHistoryThreads(lldb::addr_t address) = 0;
H A DProcess.h2629 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h39 lldb_private::HistoryThreads GetHistoryThreads(lldb::addr_t address) override;
H A DMemoryHistoryASan.cpp154 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads() function in MemoryHistoryASan
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h384 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1311 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads() function in SBProcess
1315 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1667 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp5938 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads() function in Process
5948 threads.reset(new ThreadCollection(memory_history->GetHistoryThreads(addr))); in GetHistoryThreads()