HomeSort by: relevance | last modified time | path
    Searched refs:tracepoint (Results 1 - 25 of 121) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
trace-support.exp 111 # running until that tracepoint is reached. At times, we want to start
139 # Define actions for a tracepoint.
144 # tracepoint -- to which tracepoint(s) do these actions apply? (optional)
150 proc gdb_trace_setactions_command { actions_command testname tracepoint args } {
155 send_gdb "$actions_command $tracepoint\n"
158 -re "No tracepoint number .*$gdb_prompt $" {
162 -re "Enter actions for tracepoint $tracepoint.*>" {
218 # Define actions for a tracepoint, using the "actions" command. Se
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
trace-support.exp 111 # running until that tracepoint is reached. At times, we want to start
139 # Define actions for a tracepoint.
144 # tracepoint -- to which tracepoint(s) do these actions apply? (optional)
150 proc gdb_trace_setactions_command { actions_command testname tracepoint args } {
155 send_gdb "$actions_command $tracepoint\n"
158 -re "No tracepoint number .*$gdb_prompt $" {
162 -re "Enter actions for tracepoint $tracepoint.*>" {
218 # Define actions for a tracepoint, using the "actions" command. Se
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
mi-tracepoint-changed.exp 72 gdb_test "trace marker" "Tracepoint.*at.* file .*" \
73 "tracepoint on marker"
74 gdb_test "trace main" "Tracepoint.*at.* file .*" \
75 "tracepoint on main"
104 "insert tracepoint on pendfunc2"
106 "insert tracepoint on marker"
113 set test "tracepoint created"
115 -re "=breakpoint-created,bkpt=\{number=\"1\",type=\"tracepoint\"" {
116 # Tracepoint 1 in GDB, which has already existed before
117 # connecting, should have been merged with a tracepoint o
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
mi-tracepoint-changed.exp 72 gdb_test "trace marker" "Tracepoint.*at.* file .*" \
73 "tracepoint on marker"
74 gdb_test "trace main" "Tracepoint.*at.* file .*" \
75 "tracepoint on main"
102 "insert tracepoint on pendfunc2"
104 "insert tracepoint on marker"
111 set test "tracepoint created"
113 -re "=breakpoint-created,bkpt=\{number=\"1\",type=\"tracepoint\"" {
114 # Tracepoint 1 in GDB, which has already existed before
115 # connecting, should have been merged with a tracepoint o
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 0 /* Tracepoint code for remote server for GDB.
19 #include "tracepoint.h"
40 implemented by patching the tracepoint location with a jump into a
43 instruction that was under the tracepoint jump (possibly adjusted,
48 agent's memory directly for downloading tracepoint and associated
75 fprintf (stderr, PROG "/tracepoint: %s\n", buf);
230 /* Agent understands static tracepoint, then check whether UST is in
335 tracepoint reaching the pass count, hitting conditional expression
392 trace_debug ("tracepoint_handler: tracepoint at 0x%s hit",
417 struct tracepoint;
707 struct tracepoint struct
6553 #define tracepoint macro
6555 #undef tracepoint macro
    [all...]
ax.h 74 /* The tracepoint, if any, when evaluating agent expression. */
75 struct tracepoint *tpoint;
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-break.c 35 #include "tracepoint.h"
181 int tracepoint = 0; local
263 tracepoint = 1;
297 if (hardware || tracepoint)
323 if (tracepoint)
325 /* Note that to request a fast tracepoint, the client uses the
468 struct tracepoint *t;
471 error (_("Usage: tracepoint-number passcount"));
484 error (_("Could not find tracepoint %d"), n);
589 tracepoint *t = gdb::checked_static_cast<tracepoint *> (b)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-break.c 32 #include "tracepoint.h"
178 int tracepoint = 0; local
260 tracepoint = 1;
294 if (hardware || tracepoint)
320 if (tracepoint)
322 /* Note that to request a fast tracepoint, the client uses the
465 struct tracepoint *t;
468 error (_("Usage: tracepoint-number passcount"));
481 error (_("Could not find tracepoint %d"), n);
586 tracepoint *t = gdb::checked_static_cast<tracepoint *> (b)
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 0 /* Tracepoint code for remote server for GDB.
19 #include "tracepoint.h"
40 implemented by patching the tracepoint location with a jump into a
43 instruction that was under the tracepoint jump (possibly adjusted,
48 agent's memory directly for downloading tracepoint and associated
75 fprintf (stderr, PROG "/tracepoint: %s\n", buf);
266 tracepoint reaching the pass count, hitting conditional expression
323 trace_debug ("tracepoint_handler: tracepoint at 0x%s hit",
348 struct tracepoint;
349 static int tracepoint_send_agent (struct tracepoint *tpoint)
604 struct tracepoint struct
    [all...]
ax.h 74 /* The tracepoint, if any, when evaluating agent expression. */
75 struct tracepoint *tpoint;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
del-pending-thread-bp.exp 83 "No breakpoint, watchpoint, tracepoint, or catchpoint matching '$bpnum'\\."
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
del-pending-thread-bp.exp 83 "No breakpoint, watchpoint, tracepoint, or catchpoint matching '$bpnum'\\."
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_trace.h 34 #include <linux/tracepoint.h>
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.h 43 and assigned to by tracepoint actions and conditionals, but is not
106 is the (on-target) number of the tracepoint which caused the
179 /* String that is the encoded form of the tracepoint's condition. */
182 /* Vectors of strings that are the encoded forms of a tracepoint's
187 /* The original string defining the location of the tracepoint. */
190 /* The original string defining the tracepoint's condition. */
193 /* List of original strings defining the tracepoint's actions. */
196 /* The tracepoint's current hit count. */
199 /* The tracepoint's current traceframe usage. */
216 /* Struct recording info about a target static tracepoint marker. *
    [all...]
tracepoint.c 33 #include "tracepoint.h"
77 Tracepoint.c:
80 trace : set a tracepoint on a function, line, or address.
85 actions : specify actions to be taken at a tracepoint.
86 passcount : specify a pass count for a tracepoint.
91 tdump : print everything collected at the current tracepoint.
92 save-tracepoints : write tracepoint setup into a file.
98 $tracepoint : tracepoint number of trace frame currently being debugged.
117 /* Tracepoint for last traceframe collected. *
    [all...]
breakpoint.h 415 for the given address. location of tracepoint can _never_
994 /* Helper for breakpoint and tracepoint breakpoint->mention
1100 struct tracepoint : public code_breakpoint
1111 /* Number of times this tracepoint should single-step and collect
1115 /* Number of times this tracepoint should be hit before
1119 /* The number of the tracepoint on the target. */
1123 tracepoint. */
1126 /* The static tracepoint marker id, if known. */
1133 this static tracepoint corresponds. When resetting breakpoints,
1950 /* Return a tracepoint with the given number if found. *
1099 struct tracepoint : public code_breakpoint struct in inherits:code_breakpoint
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
tracepoint.h 43 and assigned to by tracepoint actions and conditionals, but is not
106 is the (on-target) number of the tracepoint which caused the
179 /* String that is the encoded form of the tracepoint's condition. */
182 /* Vectors of strings that are the encoded forms of a tracepoint's
187 /* The original string defining the location of the tracepoint. */
190 /* The original string defining the tracepoint's condition. */
193 /* List of original strings defining the tracepoint's actions. */
196 /* The tracepoint's current hit count. */
199 /* The tracepoint's current traceframe usage. */
216 /* Struct recording info about a target static tracepoint marker. *
    [all...]
tracepoint.c 33 #include "tracepoint.h"
77 Tracepoint.c:
80 trace : set a tracepoint on a function, line, or address.
85 actions : specify actions to be taken at a tracepoint.
86 passcount : specify a pass count for a tracepoint.
91 tdump : print everything collected at the current tracepoint.
92 save-tracepoints : write tracepoint setup into a file.
98 $tracepoint : tracepoint number of trace frame currently being debugged.
117 /* Tracepoint for last traceframe collected. *
    [all...]
breakpoint.h 415 for the given address. location of tracepoint can _never_
996 /* Helper for breakpoint and tracepoint breakpoint->mention
1102 struct tracepoint : public code_breakpoint
1113 /* Number of times this tracepoint should single-step and collect
1117 /* Number of times this tracepoint should be hit before
1121 /* The number of the tracepoint on the target. */
1125 tracepoint. */
1128 /* The static tracepoint marker id, if known. */
1135 this static tracepoint corresponds. When resetting breakpoints,
1952 /* Return a tracepoint with the given number if found. *
1101 struct tracepoint : public code_breakpoint struct in inherits:code_breakpoint
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/scheduler/
gpu_scheduler_trace.h 31 #include <linux/tracepoint.h>
  /src/external/gpl3/gdb.old/bin/gdbserver/
Makefile 14 SERVER_SRCS+= tdesc.cc tracepoint.cc utils.cc waitstatus.c version.cc
  /src/external/gpl3/gdb/bin/gdbserver/
Makefile 14 SERVER_SRCS+= tdesc.cc tracepoint.cc utils.cc waitstatus.c version.cc
  /src/external/gpl3/gdb/lib/libgdb/arch/m68000/
init.c 142 INIT_GDB_FILE (tracepoint)
312 INIT_GDB_FILE (tracepoint)
  /src/external/gpl3/gdb/lib/libgdb/arch/aarch64eb/
init.c 149 INIT_GDB_FILE (tracepoint)
326 INIT_GDB_FILE (tracepoint)
  /src/external/gpl3/gdb/lib/libgdb/arch/alpha/
init.c 150 INIT_GDB_FILE (tracepoint)
328 INIT_GDB_FILE (tracepoint)

Completed in 50 milliseconds

1 2 3 4 5