Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryHistory.h28 virtual HistoryThreads GetHistoryThreads(lldb::addr_t address) = 0;
H A DProcess.h2387 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h34 lldb_private::HistoryThreads GetHistoryThreads(lldb::addr_t address) override;
H A DMemoryHistoryASan.cpp147 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads() function in MemoryHistoryASan
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h336 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i395 GetHistoryThreads (addr_t addr);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp1108 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads() function in SBProcess
1114 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp1640 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp5780 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads() function in Process
5791 memory_history->GetHistoryThreads(addr)); in GetHistoryThreads()