Home
last modified time | relevance | path

Searched refs:remote_unescape_input (Results 1 – 18 of 18) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdbsupport/
H A Drsp-low.h79 extern int remote_unescape_input (const gdb_byte *buffer, int len,
H A Drsp-low.cc227 remote_unescape_input (const gdb_byte *buffer, int len, in remote_unescape_input() function
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dremote-utils.c594 remote_unescape_input (const gdb_byte *buffer, int len, in remote_unescape_input() function
1508 if (remote_unescape_input ((const gdb_byte *) &from[i], packet_len - i, in decode_X_packet()
1534 *len = remote_unescape_input ((const gdb_byte *) buf, packet_len, in decode_xfer_write()
1552 *pattern_lenp = remote_unescape_input ((const gdb_byte *) p, packet_len, in decode_search_memory_packet()
H A DChangeLog6758 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dremote-utils.c538 remote_unescape_input (const gdb_byte *buffer, int len, in remote_unescape_input() function
1427 if (remote_unescape_input ((const gdb_byte *) &from[i], packet_len - i, in decode_X_packet()
1453 *len = remote_unescape_input ((const gdb_byte *) buf, packet_len, in decode_xfer_write()
1471 *pattern_lenp = remote_unescape_input ((const gdb_byte *) p, packet_len, in decode_search_memory_packet()
H A DChangeLog4720 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
/dports/devel/openocd/openocd-0.11.0/src/jtag/drivers/
H A Dti_icdi_usb.c88 static int remote_unescape_input(const char *buffer, int len, char *out_buf, int out_maxlen) in remote_unescape_input() function
550 int read_len = remote_unescape_input(h->read_buffer + 5, h->read_count - 8, (char *)buffer, len); in icdi_usb_read_mem_int()
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dremote-utils.cc1378 if (remote_unescape_input ((const gdb_byte *) &from[i], packet_len - i, in decode_X_packet()
1404 *len = remote_unescape_input ((const gdb_byte *) buf, packet_len, in decode_xfer_write()
1422 *pattern_lenp = remote_unescape_input ((const gdb_byte *) p, packet_len, in decode_search_memory_packet()
H A DChangeLog13891 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
21812 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_gdbserver/
H A Dremote-utils.c734 int remote_unescape_input (const gdb_byte *buffer, int len, in remote_unescape_input() function
1251 if (remote_unescape_input ((const gdb_byte *) &from[i], packet_len - i, in decode_X_packet()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_gdbserver/
H A Dremote-utils.c734 int remote_unescape_input (const gdb_byte *buffer, int len, in remote_unescape_input() function
1251 if (remote_unescape_input ((const gdb_byte *) &from[i], packet_len - i, in decode_X_packet()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dremote.c6536 remote_unescape_input (const gdb_byte *buffer, int len, in remote_unescape_input() function
8644 i = remote_unescape_input (rs->buf + 1, packet_len - 1, readbuf, n); in remote_read_qxfer()
9738 read_len = remote_unescape_input (attachment, attachment_len, in remote_hostio_pread()
9812 read_len = remote_unescape_input (attachment, attachment_len, in remote_hostio_readlink()
H A DChangeLog-20061850 (remote_unescape_input): New function.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dremote.c6128 remote_unescape_input (const gdb_byte *buffer, int len, in remote_unescape_input() function
8104 i = remote_unescape_input (rs->buf + 1, packet_len - 1, readbuf, n); in remote_read_qxfer()
9169 read_len = remote_unescape_input (attachment, attachment_len, in remote_hostio_pread()
H A DChangeLog-20061850 (remote_unescape_input): New function.
/dports/devel/gdb/gdb-11.1/gdb/
H A Dremote.c11186 i = remote_unescape_input ((gdb_byte *) rs->buf.data () + 1,
12370 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
12533 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
12584 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
H A DChangeLog-20061850 (remote_unescape_input): New function.
H A DChangeLog-201414281 (remote_unescape_input): Move to common/rsp-low.c.