| /src/external/gpl3/gdb/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.old/dist/gdb/mi/ |
| mi-cmd-break.c | 34 #include "tracepoint.h" 180 int tracepoint = 0; local 262 tracepoint = 1; 296 if (hardware || tracepoint) 322 if (tracepoint) 324 /* Note that to request a fast tracepoint, the client uses the 467 struct tracepoint *t; 470 error (_("Usage: tracepoint-number passcount")); 483 error (_("Could not find tracepoint %d"), n); 588 tracepoint *t = gdb::checked_static_cast<tracepoint *> (b) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| 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...] |
| breakpoint.c | 29 #include "tracepoint.h" 283 /* Return true if B refers to a static tracepoint set by marker ("-m"), 449 struct static_marker_tracepoint : public tracepoint struct 451 using tracepoint::tracepoint; member in class:tracepoint::tracepoint 827 /* Number of last tracepoint made. */ 1424 b = new tracepoint (gdbarch, type, 1455 tracepoint *t = gdb::checked_static_cast<tracepoint *> (b); 1468 We also need to validate the tracepoint action line in th [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| breakpoint.h | 409 for the given address. location of tracepoint can _never_ 971 /* Helper for breakpoint and tracepoint breakpoint->mention 1077 struct tracepoint : public code_breakpoint 1088 /* Number of times this tracepoint should single-step and collect 1092 /* Number of times this tracepoint should be hit before 1096 /* The number of the tracepoint on the target. */ 1100 tracepoint. */ 1103 /* The static tracepoint marker id, if known. */ 1110 this static tracepoint corresponds. When resetting breakpoints, 1923 /* Return a tracepoint with the given number if found. * 1076 struct tracepoint : public code_breakpoint struct in inherits:code_breakpoint [all...] |
| breakpoint.c | 27 #include "tracepoint.h" 278 /* Return true if B refers to a static tracepoint set by marker ("-m"), 445 struct static_marker_tracepoint : public tracepoint struct 447 using tracepoint::tracepoint; member in class:tracepoint::tracepoint 828 /* Number of last tracepoint made. */ 1407 b = new tracepoint (gdbarch, type, 1438 tracepoint *t = gdb::checked_static_cast<tracepoint *> (b); 1451 We also need to validate the tracepoint action line in th [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); 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...] |
| /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...] |