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.h2557 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.cpp147 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads() function in MemoryHistoryASan
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h361 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1203 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads() function in SBProcess
1209 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1596 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6102 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads() function in Process
6113 memory_history->GetHistoryThreads(addr)); in GetHistoryThreads()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp46903 result = (arg1)->GetHistoryThreads(arg2); in _wrap_SBProcess_GetHistoryThreads()