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

  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 759 struct source_string *source_strings; member in struct:tracepoint
1806 tpoint->source_strings = NULL;
2706 if (tpoint->source_strings)
2708 for (last = tpoint->source_strings; last->next; last = last->next)
2713 tpoint->source_strings = newlast;
3832 : cur_tpoint->source_strings))
3837 cur_source_string = cur_tpoint->source_strings;
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 656 struct source_string *source_strings; member in struct:tracepoint
1712 tpoint->source_strings = NULL;
2565 if (tpoint->source_strings)
2567 for (last = tpoint->source_strings; last->next; last = last->next)
2572 tpoint->source_strings = newlast;
3611 : cur_tpoint->source_strings))
3616 cur_source_string = cur_tpoint->source_strings;

Completed in 25 milliseconds