Lines Matching defs:remote
93 // Class to handle communications via gdb remote protocol.
279 "Detach gdb from remote system"));
367 "Dynamically discover remote register context information."));
426 " stop acking remote protocol packets"));
611 // This makes use of asynchronous bit 'A' in the gdb remote protocol.
626 // of these coming out at the wrong time (i.e. when the remote side
818 /* Get a packet via gdb remote protocol.
829 // Only reset the remote command available event if we have no more
845 // Reset the remote command available event if we have no more packets
1071 // Parse up the packets into gdb remote packets
1193 // Wait for 2 seconds for the remote data thread to exit
1196 // Kill the remote data thread???
1210 pthread_setname_np("read gdb-remote packets thread");
1222 RNBRemote *remote = remoteSP.get();
1223 PThreadEvent &events = remote->Context().Events();
1225 // START: main receive remote command thread loop
1228 rnb_err_t err = remote->GetCommData();
1247 // START: main receive remote command thread loop
1256 // If we fail to get back a valid CPU type for the remote process,
1309 // packet convention in the gdb-remote protocol.
1637 // for remote targets (so the "s" packet will get used).
2508 meaning in the remote protocol won't break it.
3387 RNBRemote *remote = remoteSP.get();
3388 return !remote->Comm().IsConnected();
4365 OK // this packet is implemented by the remote nub
4543 OK // this packet is implemented by the remote nub