Searched refs:RemoteDebugReadMemoryResponse (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp782 // #pragma mark - RemoteDebugReadMemoryResponse
785 RemoteDebugReadMemoryResponse::RemoteDebugReadMemoryResponse() function in class:RemoteDebugReadMemoryResponse
794 RemoteDebugReadMemoryResponse::~RemoteDebugReadMemoryResponse()
802 RemoteDebugReadMemoryResponse::SetTo(void* data, target_size_t size)
810 RemoteDebugReadMemoryResponse::LoadSpecificInfoFromMessage(
836 RemoteDebugReadMemoryResponse::SaveSpecificInfoToMessage(
H A DRemoteDebugRequest.h381 class RemoteDebugReadMemoryResponse : public RemoteDebugResponse { class in inherits:RemoteDebugResponse
383 RemoteDebugReadMemoryResponse();
384 virtual ~RemoteDebugReadMemoryResponse();

Completed in 36 milliseconds