Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryHistory.h27 virtual HistoryThreads GetHistoryThreads(lldb::addr_t address) = 0;
H A DProcess.h2518 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h34 lldb_private::HistoryThreads GetHistoryThreads(lldb::addr_t address) override;
H A DMemoryHistoryASan.cpp145 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads() function in MemoryHistoryASan
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h360 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1187 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads() function in SBProcess
1193 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1569 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6089 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads() function in Process
6100 memory_history->GetHistoryThreads(addr)); in GetHistoryThreads()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp46094 result = (arg1)->GetHistoryThreads(arg2); in _wrap_SBProcess_GetHistoryThreads()