Home
last modified time | relevance | path

Searched refs:SendWatchpointHits (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dgrpc_client.h62 EventReply SendWatchpointHits(const std::list<WatchpointHit> &watchpoints);
Dgrpc_client.cc165 EventReply GrpcClient::SendWatchpointHits(const std::list<WatchpointHit> &watchpoints) { in SendWatchpointHits() function in mindspore::GrpcClient
169 …std::unique_ptr<grpc::ClientWriter<WatchpointHit> > writer(stub_->SendWatchpointHits(&context, &re… in SendWatchpointHits()
Ddebug_grpc.proto30 rpc SendWatchpointHits (stream WatchpointHit) returns (EventReply) {}; rpc
Ddebugger.cc1146 EventReply reply = grpc_client_->SendWatchpointHits(points); in SendWatchpoints()