Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryHistory.h28 virtual HistoryThreads GetHistoryThreads(lldb::addr_t address) = 0;
H A DProcess.h2388 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h38 lldb_private::HistoryThreads GetHistoryThreads(lldb::addr_t address) override;
H A DMemoryHistoryASan.cpp152 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads() function in MemoryHistoryASan
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h336 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1177 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads() function in SBProcess
1178 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()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i395 GetHistoryThreads (addr_t addr);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1595 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5770 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads() function in Process
5781 memory_history->GetHistoryThreads(addr)); in GetHistoryThreads()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40772 result = (arg1)->GetHistoryThreads(arg2); in _wrap_SBProcess_GetHistoryThreads()