Searched refs:GetHistoryThreads (Results 1 – 8 of 8) sorted by relevance
29 virtual HistoryThreads GetHistoryThreads(lldb::addr_t address) = 0;
2629 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
39 lldb_private::HistoryThreads GetHistoryThreads(lldb::addr_t address) override;
154 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads() function in MemoryHistoryASan
384 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
1311 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads() function in SBProcess1315 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
1667 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); in DoExecute()
5938 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads() function in Process5948 threads.reset(new ThreadCollection(memory_history->GetHistoryThreads(addr))); in GetHistoryThreads()