Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DMemoryHistory.h28 virtual HistoryThreads GetHistoryThreads(lldb::addr_t address) = 0;
DProcess.h2370 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.h38 lldb_private::HistoryThreads GetHistoryThreads(lldb::addr_t address) override;
DMemoryHistoryASan.cpp157 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads() function in MemoryHistoryASan
/external/llvm-project/lldb/test/API/functionalities/asan/
DTestMemoryHistory.py81 threads = process.GetHistoryThreads(addr)
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h361 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/external/llvm-project/lldb/source/API/
DSBProcess.cpp1198 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads() function in SBProcess
1199 LLDB_RECORD_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads, in GetHistoryThreads()
1205 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
1432 LLDB_REGISTER_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads, in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i397 GetHistoryThreads (addr_t addr);
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp1634 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); in DoExecute()
/external/llvm-project/lldb/source/Target/
DProcess.cpp5877 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads() function in Process
5888 memory_history->GetHistoryThreads(addr)); in GetHistoryThreads()