Searched refs:GetHistoryThreads (Results 1 – 10 of 10) sorted by relevance
28 virtual HistoryThreads GetHistoryThreads(lldb::addr_t address) = 0;
2388 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
38 lldb_private::HistoryThreads GetHistoryThreads(lldb::addr_t address) override;
152 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads() function in MemoryHistoryASan
336 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
1177 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads() function in SBProcess1178 LLDB_RECORD_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads, in GetHistoryThreads()1184 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()1455 LLDB_REGISTER_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads, in RegisterMethods()
395 GetHistoryThreads (addr_t addr);
1595 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); in DoExecute()
5770 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads() function in Process5781 memory_history->GetHistoryThreads(addr)); in GetHistoryThreads()
40772 result = (arg1)->GetHistoryThreads(arg2); in _wrap_SBProcess_GetHistoryThreads()