Home
last modified time | relevance | path

Searched refs:trace_state_variable (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtracepoint.h34 struct trace_state_variable struct
248 extern struct trace_state_variable *find_trace_state_variable (const char *name);
249 extern struct trace_state_variable *create_trace_state_variable (const char *name);
H A Dtracepoint.c125 typedef struct trace_state_variable tsv_s;
321 struct trace_state_variable *
324 struct trace_state_variable tsv; in create_trace_state_variable()
334 struct trace_state_variable *
337 struct trace_state_variable *tsv; in find_trace_state_variable()
350 struct trace_state_variable *tsv; in delete_trace_state_variable()
399 struct trace_state_variable *tsv; in trace_variable_command()
490 struct trace_state_variable *tsv; in tvariables_info_1()
564 struct trace_state_variable *tsv; in save_trace_state_variables()
1737 struct trace_state_variable *tsv; in start_tracing()
[all …]
H A Dobserver.sh67 struct trace_state_variable;
H A Dtarget.h33 struct trace_state_variable;
755 void (*to_download_trace_state_variable) (struct trace_state_variable *tsv);
H A Dax-gdb.c1925 struct trace_state_variable *tsv; in gen_expr()
1952 struct trace_state_variable *tsv; in gen_expr()
2043 struct trace_state_variable *tsv; in gen_expr()
H A Dvalue.c1814 struct trace_state_variable *tsv; in value_of_internalvar()
H A Dtarget.c881 (void (*) (struct trace_state_variable *)) in update_current_target()
H A Dremote.c10586 remote_download_trace_state_variable (struct trace_state_variable *tsv) in remote_download_trace_state_variable()
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-interp.c75 static void mi_tsv_created (const struct trace_state_variable *tsv);
76 static void mi_tsv_deleted (const struct trace_state_variable *tsv);
77 static void mi_tsv_modified (const struct trace_state_variable *tsv);
566 mi_tsv_created (const struct trace_state_variable *tsv) in mi_tsv_created()
582 mi_tsv_deleted (const struct trace_state_variable *tsv) in mi_tsv_deleted()
600 mi_tsv_modified (const struct trace_state_variable *tsv) in mi_tsv_modified()
H A Dmi-main.c2361 struct trace_state_variable *tsv; in mi_cmd_trace_define_variable()
/dflybsd-src/contrib/gdb-7/gdb/doc/
H A Dobserver.texi239 @deftypefun void tsv_created (const struct trace_state_variable *@var{tsv})
243 @deftypefun void tsv_deleted (const struct trace_state_variable *@var{tsv})
248 @deftypefun void tsv_modified (const struct trace_state_variable *@var{tsv})