Home
last modified time | relevance | path

Searched refs:getpkt (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote.c1045 getpkt (buf, (rs->remote_packet_size), 0); in set_thread()
1065 getpkt (buf, sizeof (buf), 0); in remote_thread_alive()
1736 getpkt (buf, (rs->remote_packet_size), 0); in remote_current_thread()
1889 getpkt (buf, (rs->remote_packet_size), 0); in extended_remote_restart()
2394 getpkt (buf, rs->remote_packet_size, 0); in remote_vcont_probe()
3544 getpkt (buf, (rs->remote_packet_size), 0); in check_binary_download()
3693 getpkt (buf, sizeof_buf, 0); in remote_write_bytes()
3758 getpkt (buf, sizeof_buf, 0); in remote_read_bytes()
3862 getpkt (buf, sizeof_buf, 0); in remote_send()
4139 getpkt (char *buf, in getpkt() function
[all …]
H A Dremote.h31 extern void getpkt (char *buf, long sizeof_buf, int forever);
H A Dtracepoint.c202 getpkt (buf, sizeof_buf, 0); in remote_get_noisy_reply()
1699 getpkt (target_buf, sizeof (target_buf), 0); in remote_set_transparent_ranges()
H A DChangeLog-3.x2677 * remote.c (getpkt): Fixed typo; && ==> &.
2698 (getpkt): Modified to make the variable CSUM unsigned and read it
3395 (getpkt): Added zeroing of c inside loop in case of error retry.
H A DChangeLog-1999607 (getpkt): Add parameter sizeof_buf. Call read_frame passing in
610 * remote.h (getpkt): Update.
639 (getpkt): Update. Pass in PBUFSIZ.
2486 (getpkt): Try QUIT. Might not be a watchdog timer timeout.
3049 * remote.c (getpkt, putpkt, remote_console_output): Move
3052 * tracepoint.c(putpkt, getpkt, remote_console_output): Delete
4080 (getpkt, putpkt, remote_console_output): add decls.
5362 (getpkt): Use fputstrn_unfiltered to dump packet received.
H A DChangeLog-19942977 * (getpkt): Split getpkt into two parts. read_frame deals with
2978 all formatting issues, run-length encoding, and framing. getpkt
3764 * remote.c (getpkt): Remove unused "out" label.
3831 * remote.c (getpkt): If we get a timeout, actually retry rather
4080 * remote.c (getpkt): Add support for run-length encoding.
H A DChangeLog-1993827 * remote.c (putpkt, getpkt): Don't call interrupt_query.
2161 (putpkt, getpkt): If quit_flag is set, call interrupt_query.
4168 failure from getpkt() causes communications to be re-established.
4173 fd after getting connection. (putpkt/getpkt): Pay attention to
4883 * remote.c (putpkt, getpkt): Improve handling of communication
5865 (putpkt, getpkt): Use new return codes for SERIAL_READCHAR.
H A DChangeLog-19951989 extended protocol then start a new one. If getpkt fails when
2105 (getpkt): Remove unused variable "bp".
2369 (getpkt): Reduce MAX_TRIES to 3.
H A DChangeLog-20001447 * remote.c (putpkt_binary): Call read_frame, not getpkt. Log message.
1651 * remote.c (putpkt_binary): Call read_frame, not getpkt. Log message.
7788 * remote.c (getpkt_sane): New function. It is the old getpkt(),
7790 (getpkt): New function. Wrapper for getpkt_sane(), so that return
H A DChangeLog-1997277 * remote.c: export getpkt, putpkt, and fromhex for external use.
H A DChangeLog-19922820 * remote.c (getpkt): Only force retransmission ten times;
3599 * remote.c (getpkt): Error if input exceeds buffer size.
H A DChangeLog-19961915 (getpkt): Remove unused variable "bp".
H A DChangeLog-19913556 * remote.c (getpkt): Don't set immediate_quit.
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dserver.h130 int getpkt (char *buf);
H A Dremote-utils.c462 getpkt (char *buf) in getpkt() function
749 len = getpkt (own_buf); in look_up_one_symbol()
H A Dserver.c379 while (getpkt (own_buf) > 0) in main()
H A DChangeLog404 (getpkt): Flush after debug output and use stderr.