Searched refs:GetHistoryThreads (Results 1 – 10 of 10) sorted by relevance
28 virtual HistoryThreads GetHistoryThreads(lldb::addr_t address) = 0;
2365 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
34 lldb_private::HistoryThreads GetHistoryThreads(lldb::addr_t address) override;
147 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads() function in MemoryHistoryASan
77 threads = process.GetHistoryThreads(addr)
336 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
395 GetHistoryThreads (addr_t addr);
1108 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads() function in SBProcess1114 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
1639 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); in DoExecute()
5757 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads() function in Process5768 memory_history->GetHistoryThreads(addr)); in GetHistoryThreads()