Searched refs:ReadMemoryTags (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemoryTag.cpp | 96 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 D | NativeProcessProtocol.h | 90 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 D | GDBRemoteCommunicationClient.h | 468 lldb::DataBufferSP ReadMemoryTags(lldb::addr_t addr, size_t len,
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 3504 Status error = m_current_process->ReadMemoryTags(type, addr, length, tags); in Handle_qMemTags()
|
| H A D | GDBRemoteCommunicationClient.cpp | 587 DataBufferSP GDBRemoteCommunicationClient::ReadMemoryTags(lldb::addr_t addr, in ReadMemoryTags() function in GDBRemoteCommunicationClient
|
| H A D | ProcessGDBRemote.cpp | 2784 DataBufferSP buffer_sp = m_gdb_comm.ReadMemoryTags(addr, len, type); in DoReadMemoryTags()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 56 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 D | Process.h | 1737 llvm::Expected<std::vector<lldb::addr_t>> ReadMemoryTags(lldb::addr_t addr,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 6107 Process::ReadMemoryTags(lldb::addr_t addr, size_t len) { in ReadMemoryTags() function in Process
|