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

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 6431 struct traceframe ipa_tframe; local
6433 if (read_inferior_memory (tf, (unsigned char *) &ipa_tframe,
6437 if (ipa_tframe.tpnum == 0)
6447 tpoint = find_next_tracepoint_by_number (NULL, ipa_tframe.tpnum);
6460 ipa_tframe.data_size);
6465 block, ipa_tframe.data_size))
6474 tf = IPA_NEXT_TRACEFRAME (tf, &ipa_tframe);
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 6431 struct traceframe ipa_tframe; local
6433 if (read_inferior_memory (tf, (unsigned char *) &ipa_tframe,
6437 if (ipa_tframe.tpnum == 0)
6447 tpoint = find_next_tracepoint_by_number (NULL, ipa_tframe.tpnum);
6460 ipa_tframe.data_size);
6465 block, ipa_tframe.data_size))
6474 tf = IPA_NEXT_TRACEFRAME (tf, &ipa_tframe);

Completed in 32 milliseconds