OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:putpkt
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
remote-utils.cc
670
perror ("
putpkt
(write)");
678
remote_debug_printf ("
putpkt
(\"%s\"); [%s]",
685
remote_debug_printf ("
putpkt
(\"%s\"); [looking for ack]",
719
putpkt
(char *buf)
function
1476
if (
putpkt
(cs.own_buf) < 0)
1505
if (
putpkt
(cs.own_buf) < 0)
1537
?
putpkt
(cs.own_buf)
1548
putpkt
(cs.own_buf);
1606
if (
putpkt
(cs.own_buf) < 0)
1682
?
putpkt
(cs.own_buf
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbserver/
remote-utils.cc
663
perror ("
putpkt
(write)");
672
remote_debug_printf ("
putpkt
(\"%s\"); [notif]", buf2);
674
remote_debug_printf ("
putpkt
(\"%s\"); [noack mode]", buf2);
679
remote_debug_printf ("
putpkt
(\"%s\"); [looking for ack]", buf2);
712
putpkt
(char *buf)
function
1462
if (
putpkt
(cs.own_buf) < 0)
1490
if (
putpkt
(cs.own_buf) < 0)
1500
putpkt
(cs.own_buf);
1558
if (
putpkt
(cs.own_buf) < 0)
1603
if (
putpkt
(cs.own_buf) < 0
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
remote.c
1373
int
putpkt
(const char *buf);
1376
int
putpkt
(const gdb::char_vector &buf)
function
1378
return
putpkt
(buf.data ());
1785
putpkt
("E01");
1793
putpkt
(buf);
2820
putpkt
(rs->buf);
3117
putpkt
(pass_packet);
3189
putpkt
(catch_packet);
3237
putpkt
(packet);
3273
putpkt
(rs->buf)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
remote.c
1343
int
putpkt
(const char *buf);
1346
int
putpkt
(const gdb::char_vector &buf)
function
1348
return
putpkt
(buf.data ());
1741
putpkt
("E01");
1749
putpkt
(buf);
2785
putpkt
(rs->buf);
3082
putpkt
(pass_packet);
3154
putpkt
(catch_packet);
3202
putpkt
(packet);
3238
putpkt
(rs->buf)
[
all
...]
Completed in 31 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026