Home
last modified time | relevance | path

Searched refs:ReadMemoryTags (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h90 llvm::Expected<std::vector<lldb::addr_t>> ReadMemoryTags(lldb::addr_t addr,
H A DProcessElfCore.cpp422 ProcessElfCore::ReadMemoryTags(lldb::addr_t addr, size_t len) { in ReadMemoryTags() function in ProcessElfCore
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp109 llvm::Expected<std::vector<lldb::addr_t>> tags = process->ReadMemoryTags( in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h102 virtual Status ReadMemoryTags(int32_t type, lldb::addr_t addr, size_t len,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h437 lldb::DataBufferSP ReadMemoryTags(lldb::addr_t addr, size_t len,
H A DGDBRemoteCommunicationServerLLGS.cpp3812 Status error = m_current_process->ReadMemoryTags(type, addr, length, tags); in Handle_qMemTags()
H A DGDBRemoteCommunicationClient.cpp651 DataBufferSP GDBRemoteCommunicationClient::ReadMemoryTags(lldb::addr_t addr, in ReadMemoryTags() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2632 DataBufferSP buffer_sp = m_gdb_comm.ReadMemoryTags(addr, len, type); in DoReadMemoryTags()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp58 NativeProcessProtocol::ReadMemoryTags(int32_t type, lldb::addr_t addr, in ReadMemoryTags() function in NativeProcessProtocol
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp283 process_sp->ReadMemoryTags(range.GetRangeBase(), range.GetByteSize()); in GetMemoryTags()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1844 ReadMemoryTags(lldb::addr_t addr, size_t len);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6437 Process::ReadMemoryTags(lldb::addr_t addr, size_t len) { in ReadMemoryTags() function in Process