Searched refs:tracepoint (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | tracepoint.h | 33 struct tracepoint struct 35 struct tracepoint *next; argument 106 extern struct tracepoint *tracepoint_chain; 112 void (*create_tracepoint_hook) (struct tracepoint *); 113 void (*delete_tracepoint_hook) (struct tracepoint *); 114 void (*modify_tracepoint_hook) (struct tracepoint *); 118 struct tracepoint *get_tracepoint_by_number (char **, int, int); 120 void free_actions (struct tracepoint *); 121 enum actionline_type validate_actionline (char **, struct tracepoint *);
|
| HD | tracepoint.c | 108 struct tracepoint *tracepoint_chain; 149 static void trace_mention (struct tracepoint *); 156 static struct cleanup *make_cleanup_free_actions (struct tracepoint *t); 334 static struct tracepoint * 337 struct tracepoint *t, *tc; in set_raw_tracepoint() 340 t = (struct tracepoint *) xmalloc (sizeof (struct tracepoint)); in set_raw_tracepoint() 384 struct tracepoint *t; in trace_command() 433 trace_mention (struct tracepoint *tp) in trace_mention() 454 struct tracepoint *t; in tracepoints_info() 555 tracepoint_operation (struct tracepoint *t, int from_tty, in tracepoint_operation() [all …]
|
| HD | NEWS | 878 accept a range of breakpoints, e.g. ``5-7''. The tracepoint command 879 ``tracepoint passcount'' also accepts a range of tracepoints. 1033 further additions to the target-side stub; see tracepoint.c and 1149 file tracepoint.c for more details.
|
| /trueos/contrib/gdb/gdb/doc/ |
| HD | gdb.info-1 | 5618 values GDB should record; while visiting a particular tracepoint, you 5624 The tracepoint facility is currently available only for remote 5630 This chapter describes the tracepoint commands and features. 5646 tracepoint has a number assigned to it by GDB. Like with breakpoints, 5647 tracepoint numbers are successive integers starting from one. Many of 5648 the commands associated with tracepoints take the tracepoint number as 5649 their argument, to identify which tracepoint to work on. 5651 For each tracepoint, you can specify, in advance, some arbitrary set 5653 hits that tracepoint. The collected data can include registers, local 5655 the values these data had at the time the tracepoint was hit. [all …]
|
| HD | gdb.texinfo | 6644 a particular tracepoint, you may inspect those objects as if they were 6649 The tracepoint facility is currently available only for remote 6655 This chapter describes the tracepoint commands and features. 6668 tracepoint has a number assigned to it by @value{GDBN}. Like with 6669 breakpoints, tracepoint numbers are successive integers starting from 6671 tracepoint number as their argument, to identify which tracepoint to 6674 For each tracepoint, you can specify, in advance, some arbitrary set 6676 it hits that tracepoint. The collected data can include registers, 6679 tracepoint was hit. 6697 @cindex set tracepoint [all …]
|
| HD | gdb.info-3 | 3647 while visiting a particular tracepoint, the user may inspect those 5232 * $tracepoint: Tracepoint Variables. 5593 * delete tracepoint: Create and Delete Tracepoints. 5615 * disable tracepoint: Enable and Disable Tracepoints. 5637 * dump all data collected at tracepoint: tdump. 5658 * enable tracepoint: Enable and Disable Tracepoints. 5916 * last tracepoint number: Create and Delete Tracepoints. 6150 * recent tracepoint number: Create and Delete Tracepoints. 6177 * remove actions from a tracepoint: Tracepoint Actions. 6319 * set tracepoint: Create and Delete Tracepoints. [all …]
|
| HD | agentexpr.texi | 26 should record; while visiting a particular tracepoint, the user may
|
| HD | gdb.info-2 | 8136 The tracepoint commands are not yet implemented.
|
| /trueos/gnu/usr.bin/gdb/libgdb/ |
| HD | Makefile | 50 target.c thread.c top.c tracepoint.c trad-frame.c tui-command.c \
|
| /trueos/contrib/gdb/ |
| HD | md5.sum | 1047 9bf0d544fed6a3878f84fa9935ffab6e gdb/tracepoint.c 1048 aa9a293afc99704b0a6ffbf43ef5bf12 gdb/tracepoint.h
|