Home
last modified time | relevance | path

Searched defs:ReadMemoryWithoutTrap (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/unittests/TestingSupport/Host/
DNativeProcessTestUtils.h96 llvm::Expected<std::vector<uint8_t>> ReadMemoryWithoutTrap(addr_t Addr, in ReadMemoryWithoutTrap() function
/external/llvm-project/lldb/unittests/Host/
DNativeProcessProtocolTest.cpp76 TEST(NativeProcessProtocolTest, ReadMemoryWithoutTrap) { in TEST() argument
/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp638 Status NativeProcessProtocol::ReadMemoryWithoutTrap(lldb::addr_t addr, in ReadMemoryWithoutTrap() function in NativeProcessProtocol