Home | History | Annotate | Download | only in gdb

Lines Matching refs:attachment

1178 				  fileio_error *remote_errno, const char **attachment,
12666 was included, and *ATTACHMENT to point to the start of the annex
12668 be NUL bytes in BUFFER, but they will be after *ATTACHMENT.
12675 fileio_error *remote_errno, const char **attachment)
12680 *attachment = NULL;
12700 /* Check for ";attachment". If there is no attachment, the
12704 *attachment = p + 1;
12723 ATTACHMENT and ATTACHMENT_LEN should be non-NULL if and only if an
12724 attachment is expected; an error will be reported if there's a
12725 mismatch. If one is found, *ATTACHMENT will be set to point into
12727 attachment's length. */
12731 fileio_error *remote_errno, const char **attachment,
12777 /* Make sure we saw an attachment if and only if we expected one. */
12778 if ((attachment_tmp == NULL && attachment != NULL)
12779 || (attachment_tmp != NULL && attachment == NULL))
12785 /* If an attachment was found, it must point into the packet buffer;
12789 *attachment = attachment_tmp;
12790 attachment - rs->buf.data ());
12953 const char *attachment;
12969 remote_errno, &attachment,
12975 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
13116 const char *attachment;
13130 remote_errno, &attachment,
13138 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
13150 ATTACHMENT and ATTACHMENT_LEN are the attachment data extracted from the
13152 fstat or stat call, this the length of the returned data (in ATTACHMENT)
13153 once it has been decoded. The fstat/stat result (from the ATTACHMENT
13157 fileio_process_fstat_and_stat_reply (const char *attachment,
13165 = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
13190 const char *attachment;
13197 remote_errno, &attachment,
13222 return fileio_process_fstat_and_stat_reply (attachment, attachment_len,
13245 const char *attachment;
13247 remote_errno, &attachment,
13255 return fileio_process_fstat_and_stat_reply (attachment, attachment_len,