Home
last modified time | relevance | path

Searched refs:WriteAllRegisters (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp398 if (gdb_comm.WriteAllRegisters( in WriteRegisterBytes()
607 if (gdb_comm.WriteAllRegisters( in WriteAllRegisterValues()
H A DGDBRemoteCommunicationClient.h410 bool WriteAllRegisters(lldb::tid_t tid, llvm::ArrayRef<uint8_t> data);
H A DGDBRemoteCommunicationClient.cpp3487 bool GDBRemoteCommunicationClient::WriteAllRegisters( in WriteAllRegisters() function in GDBRemoteCommunicationClient