Home
last modified time | relevance | path

Searched refs:find_trace_state_variable (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtracepoint.h248 extern struct trace_state_variable *find_trace_state_variable (const char *name);
H A Dax-gdb.c1929 tsv = find_trace_state_variable (name); in gen_expr()
1955 tsv = find_trace_state_variable (name); in gen_expr()
2046 tsv = find_trace_state_variable (name); in gen_expr()
H A Dtracepoint.c335 find_trace_state_variable (const char *name) in find_trace_state_variable() function
427 tsv = find_trace_state_variable (name); in trace_variable_command()
3593 return find_trace_state_variable (utsv->name); in find_matching_tsv()
3618 while (find_trace_state_variable (buf)) in create_tsv_from_upload()
H A Dvalue.c1818 tsv = find_trace_state_variable (var->name); in value_of_internalvar()
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-main.c2373 tsv = find_trace_state_variable (name); in mi_cmd_trace_define_variable()