Searched refs:GetHistoryThreads (Results 1 – 9 of 9) sorted by relevance
27 virtual HistoryThreads GetHistoryThreads(lldb::addr_t address) = 0;
2557 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
361 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
1203 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads() function in SBProcess1209 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
1596 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); in DoExecute()
6102 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads() function in Process6113 memory_history->GetHistoryThreads(addr)); in GetHistoryThreads()
46903 result = (arg1)->GetHistoryThreads(arg2); in _wrap_SBProcess_GetHistoryThreads()