HomeSort by relevance Sort by last modified time
    Searched refs:putpkt (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
server.h 281 int putpkt (char *buf);
server.c 968 putpkt (own_buf);
    [all...]
remote-utils.c 807 warning ("putpkt(write) error: no write_remote_desc\n");
816 warning ("putpkt(write) error\n");
821 dlog(1, "putpkt (\"%s\"); [no ack]\n", buf2);
823 dlog(1,"putpkt (\"%s\"); [looking for ack]\n", buf2);
834 dlog(1, "putpkt(read): Got EOF\n");
836 warning ("putpkt(read) error\n");
856 int putpkt (char *buf) function
869 if (putpkt (buf) < 0) {
    [all...]
  /external/lldb/scripts/
disasm-gdb-remote.pl     [all...]

Completed in 100 milliseconds