Home
last modified time | relevance | path

Searched refs:traceframe_count (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtracefile-tfile.c182 if (ts->traceframe_count >= 0) in tfile_write_status()
183 fprintf (writer->fp, ";tframes:%x", ts->traceframe_count); in tfile_write_status()
506 ts->traceframe_count = -1; in tfile_target_open()
559 if (ts->traceframe_count <= 0) in tfile_target_open()
Dtracepoint.c1809 && ts->traceframe_count != ts->traceframes_created) in tstatus_command()
1813 ts->traceframe_count, ts->traceframes_created); in tstatus_command()
1815 else if (ts->traceframe_count >= 0) in tstatus_command()
1818 ts->traceframe_count); in tstatus_command()
1980 if (ts->traceframe_count != -1) in trace_status_mi()
1981 uiout->field_signed ("frames", ts->traceframe_count); in trace_status_mi()
3222 ts->traceframe_count = -1; in parse_trace_status()
3304 ts->traceframe_count = val; in parse_trace_status()
Dtracepoint.h119 int traceframe_count; member
Dtracectf.c481 ctf_save_write_int32 (&writer->tcs, ts->traceframe_count); in ctf_write_status()
956 SET_INT32_FIELD (event, scope, ts, traceframe_count); in ctf_read_status()
DChangeLog-20108575 (parse_trace_status): Set traceframe_count, traceframes_created,