HomeSort by: relevance | last modified time | path
    Searched defs:COPY_FIELD_TO_BUF (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 466 #define COPY_FIELD_TO_BUF(BUF, OBJ, FIELD) \
530 COPY_FIELD_TO_BUF (buffer, maction, addr);
531 COPY_FIELD_TO_BUF (buffer, maction, len);
532 COPY_FIELD_TO_BUF (buffer, maction, basereg);
6092 COPY_FIELD_TO_BUF (p, tpoint, number);
6093 COPY_FIELD_TO_BUF (p, tpoint, address);
6094 COPY_FIELD_TO_BUF (p, tpoint, type);
6095 COPY_FIELD_TO_BUF (p, tpoint, enabled);
6096 COPY_FIELD_TO_BUF (p, tpoint, step_count);
6097 COPY_FIELD_TO_BUF (p, tpoint, pass_count)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 466 #define COPY_FIELD_TO_BUF(BUF, OBJ, FIELD) \
530 COPY_FIELD_TO_BUF (buffer, maction, addr);
531 COPY_FIELD_TO_BUF (buffer, maction, len);
532 COPY_FIELD_TO_BUF (buffer, maction, basereg);
6092 COPY_FIELD_TO_BUF (p, tpoint, number);
6093 COPY_FIELD_TO_BUF (p, tpoint, address);
6094 COPY_FIELD_TO_BUF (p, tpoint, type);
6095 COPY_FIELD_TO_BUF (p, tpoint, enabled);
6096 COPY_FIELD_TO_BUF (p, tpoint, step_count);
6097 COPY_FIELD_TO_BUF (p, tpoint, pass_count)
    [all...]

Completed in 35 milliseconds