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

  /src/external/gpl3/gdb/dist/gdb/mi/
mi-main.h 43 /* Traceframe changed notification suppressed? */
44 int traceframe; member in struct:mi_suppress_notification
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-main.h 43 /* Traceframe changed notification suppressed? */
44 int traceframe; member in struct:mi_suppress_notification
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 949 struct traceframe struct
951 /* Number of the tracepoint that collected this traceframe. A value
968 /* The size of the EOB marker, in bytes. A traceframe with zeroed
970 #define TRACEFRAME_EOB_MARKER_SIZE offsetof (struct traceframe, data)
1011 several bytes at and after this pointer, so that traceframe
1174 /* Macro that returns a pointer to the first traceframe in the buffer. */
1176 #define FIRST_TRACEFRAME() ((struct traceframe *) trace_buffer_start)
1178 /* Macro that returns a pointer to the next traceframe in the buffer.
1183 (((unsigned char *) (TF)) + sizeof (struct traceframe) + (TF)->data_size)
1186 ((struct traceframe *) (NEXT_TRACEFRAME_1 (TF)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 949 struct traceframe struct
951 /* Number of the tracepoint that collected this traceframe. A value
968 /* The size of the EOB marker, in bytes. A traceframe with zeroed
970 #define TRACEFRAME_EOB_MARKER_SIZE offsetof (struct traceframe, data)
1011 several bytes at and after this pointer, so that traceframe
1174 /* Macro that returns a pointer to the first traceframe in the buffer. */
1176 #define FIRST_TRACEFRAME() ((struct traceframe *) trace_buffer_start)
1178 /* Macro that returns a pointer to the next traceframe in the buffer.
1183 (((unsigned char *) (TF)) + sizeof (struct traceframe) + (TF)->data_size)
1186 ((struct traceframe *) (NEXT_TRACEFRAME_1 (TF)
    [all...]

Completed in 29 milliseconds