Home
last modified time | relevance | path

Searched refs:target_frameno (Results 1 – 8 of 8) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dtracepoint.c2106 int target_frameno = -1, target_tracept = -1; in tfind_1() local
2121 target_frameno = target_trace_find (type, num, addr1, addr2, in tfind_1()
2126 && target_frameno == -1) in tfind_1()
2130 else if (target_frameno == -1) in tfind_1()
2174 if (target_frameno != get_traceframe_number ()) in tfind_1()
2175 gdb::observers::traceframe_changed.notify (target_frameno, tracepoint_number); in tfind_1()
2177 set_current_traceframe (target_frameno); in tfind_1()
2179 if (target_frameno == -1) in tfind_1()
H A Dremote.c13602 int target_frameno = -1, target_tracept = -1;
13646 target_frameno = (int) strtol (p, &reply, 16);
13651 if (target_frameno == -1)
13672 rs->remote_traceframe_number = target_frameno;
13673 return target_frameno;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dtracepoint.c1861 int target_frameno = -1, target_tracept = -1; in finish_tfind_command() local
1876 if ((target_frameno = (int) strtol (++reply, &reply, 16)) == -1) in finish_tfind_command()
1929 set_traceframe_num (target_frameno); in finish_tfind_command()
1931 if (target_frameno == -1) in finish_tfind_command()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dtracepoint.c1861 int target_frameno = -1, target_tracept = -1; in finish_tfind_command() local
1876 if ((target_frameno = (int) strtol (++reply, &reply, 16)) == -1) in finish_tfind_command()
1929 set_traceframe_num (target_frameno); in finish_tfind_command()
1931 if (target_frameno == -1) in finish_tfind_command()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dtracepoint.c2264 int target_frameno = -1, target_tracept = -1; in tfind_1() local
2279 target_frameno = target_trace_find (type, num, addr1, addr2, in tfind_1()
2284 && target_frameno == -1) in tfind_1()
2288 else if (target_frameno == -1) in tfind_1()
2332 if (target_frameno != get_traceframe_number ()) in tfind_1()
2333 observer_notify_traceframe_changed (target_frameno, tracepoint_number); in tfind_1()
2335 set_current_traceframe (target_frameno); in tfind_1()
2337 if (target_frameno == -1) in tfind_1()
H A Dremote.c10812 int target_frameno = -1, target_tracept = -1; in remote_trace_find() local
10856 target_frameno = (int) strtol (p, &reply, 16); in remote_trace_find()
10861 if (target_frameno == -1) in remote_trace_find()
10882 remote_traceframe_number = target_frameno; in remote_trace_find()
10883 return target_frameno; in remote_trace_find()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dtracepoint.c1939 int target_frameno = -1, target_tracept = -1; in tfind_1() local
1953 target_frameno = target_trace_find (type, num, addr1, addr2, in tfind_1()
1958 && target_frameno == -1) in tfind_1()
1962 else if (target_frameno == -1) in tfind_1()
2004 set_traceframe_num (target_frameno); in tfind_1()
2007 if (target_frameno == -1) in tfind_1()
H A Dremote.c10038 int target_frameno = -1, target_tracept = -1; in remote_trace_find() local
10080 target_frameno = (int) strtol (p, &reply, 16); in remote_trace_find()
10085 if (target_frameno == -1) in remote_trace_find()
10106 remote_traceframe_number = target_frameno; in remote_trace_find()
10107 return target_frameno; in remote_trace_find()