Home | History | Annotate | Download | only in gdbserver

Lines Matching defs:tracing

37    agent (IPA), a shared library that includes a tracing agent that is
42 call the in-process tracing agent, and then execute the original
50 something from GDBserver (trace buffer is full, tracing stopped for
114 # define tracing IPA_SYM_EXPORTED_NAME (tracing)
193 IPA_SYM(tracing),
334 tracing stopped in the IPA for some reason. E.g., due to
338 The IPA's trace buffer is never in circular tracing mode: instead,
685 /* A static tracepoint, implemented by a program call into a tracing
728 terminate the entire tracing run. */
908 /* The results of tracing go into a fixed-size space known as the
1234 /* The global that controls tracing overall. */
1236 IP_AGENT_EXPORT_VAR int tracing;
1240 /* Controls whether tracing should continue after GDB disconnects. */
1244 /* The reason for the last tracing run to have stopped. We initialize
1607 if (tracing)
1613 /* GDBserver cancelled the tracing. Bail out as well. */
2414 /* Restore the program to its pre-tracing state. This routine may be called
2584 /* Install tracepoint during tracing only once for each tracepoint location.
2588 if (tracing && !trail_hyphen)
2830 else if (!tracing && strcmp (tracing_stop_reason, "tnotrun") == 0)
3349 /* Tracing is now active, hits will now start being logged. */
3350 tracing = 1;
3356 internal_error ("Error setting tracing variable in lib");
3389 /* End a tracing run, filling in a stop reason to report back to GDB,
3395 if (!tracing)
3397 trace_debug ("Tracing is already off, ignoring");
3405 Some thread may hit the internal tracing breakpoints, or be
3415 tracing = 0;
3420 internal_error ("Error clearing tracing variable in lib");
3495 /* Don't actually handle it here. When we stop tracing we remove
3629 tracing, tracing_stop_reason);
3677 tracing ? 1 : 0,
4048 /* Can't change the size during a tracing run. */
4049 if (tracing)
4360 if (!tracing)
4362 /* We're not even tracing anymore. Stop this thread from
4443 /* Handle any internal tracing control breakpoint hits. That means,
4445 tracing agents when the IPA's tracing stops for some reason. */
4459 tracing. */
4535 /* Not tracing, don't handle. */
4536 if (!tracing)
4639 if (tframe == NULL && tracing)
4676 if (tframe == NULL && tracing)
5770 if (!tracing)
5821 way we would stop tracing is if there was an error during
6658 if (!tracing)
6660 trace_debug ("gdb_probe: not tracing\n");
6719 way we would stop tracing is if there was an error during
6728 tracing library by the user, at the time of the tracepoint marker