Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp96 llvm::Expected<std::vector<lldb::addr_t>> tags = process->ReadMemoryTags( in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h90 virtual Status ReadMemoryTags(int32_t type, lldb::addr_t addr, size_t len,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h468 lldb::DataBufferSP ReadMemoryTags(lldb::addr_t addr, size_t len,
H A DGDBRemoteCommunicationServerLLGS.cpp3504 Status error = m_current_process->ReadMemoryTags(type, addr, length, tags); in Handle_qMemTags()
H A DGDBRemoteCommunicationClient.cpp587 DataBufferSP GDBRemoteCommunicationClient::ReadMemoryTags(lldb::addr_t addr, in ReadMemoryTags() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2784 DataBufferSP buffer_sp = m_gdb_comm.ReadMemoryTags(addr, len, type); in DoReadMemoryTags()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp56 NativeProcessProtocol::ReadMemoryTags(int32_t type, lldb::addr_t addr, in ReadMemoryTags() function in NativeProcessProtocol
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1737 llvm::Expected<std::vector<lldb::addr_t>> ReadMemoryTags(lldb::addr_t addr,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6107 Process::ReadMemoryTags(lldb::addr_t addr, size_t len) { in ReadMemoryTags() function in Process