Searched refs:traceframe_count (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | tracefile-tfile.c | 182 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()
|
| D | tracepoint.c | 1809 && 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()
|
| D | tracepoint.h | 119 int traceframe_count; member
|
| D | tracectf.c | 481 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()
|
| D | ChangeLog-2010 | 8575 (parse_trace_status): Set traceframe_count, traceframes_created,
|