Home
last modified time | relevance | path

Searched refs:target_tracept (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtracepoint.c2069 int target_frameno = -1, target_tracept = -1; in tfind_1() local
2085 &target_tracept); in tfind_1()
2130 tp = get_tracepoint_by_number_on_target (target_tracept); in tfind_1()
2135 set_tracepoint_num (tp ? tp->number : target_tracept); in tfind_1()
Dremote.c14048 int target_frameno = -1, target_tracept = -1; in trace_find() local
14102 target_tracept = (int) strtol (p, &reply, 16); in trace_find()
14116 *tpp = target_tracept; in trace_find()