Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dax-gdb.c255 if (ax->trace_string in gen_traced_pop()
267 ax_const_l (ax, ax->trace_string); in gen_traced_pop()
284 ax_const_l (ax, ax->trace_string); in gen_traced_pop()
312 ax_const_l (ax, ax->trace_string); in gen_traced_pop()
2329 struct symbol *var, int trace_string) in gen_trace_for_var() argument
2335 ax->trace_string = trace_string; in gen_trace_for_var()
2362 int trace_string) in gen_trace_for_expr() argument
2368 ax->trace_string = trace_string; in gen_trace_for_expr()
2408 int trace_string) in gen_trace_for_return_address() argument
2414 ax->trace_string = trace_string; in gen_trace_for_return_address()
[all …]
Dtracepoint.h277 int trace_string);
281 int trace_string);
345 extern const char *decode_agent_options (const char *exp, int *trace_string);
Dtracepoint.c524 decode_agent_options (const char *exp, int *trace_string) in decode_agent_options() argument
528 *trace_string = 0; in decode_agent_options()
545 *trace_string = get_print_max_chars (&opts); in decode_agent_options()
548 *trace_string = atoi (exp); in decode_agent_options()
653 int trace_string = 0; in validate_actionline() local
656 p = decode_agent_options (p, &trace_string); in validate_actionline()
712 trace_string); in validate_actionline()
911 int trace_string) in collect_symbol() argument
1011 sym, trace_string); in collect_symbol()
1043 int trace_string) in add_local_symbols() argument
[all …]
Dax.h143 int trace_string = 0; member
DChangeLog-20139968 * tracepoint.h (decode_agent_options): Add 'trace_string'
9970 * tracepoint.c (decode_agent_options): Add 'trace_string'
9973 (collect_symbol): Add 'trace_string' argument.
9974 (struct add_local_symbols_data) <trace_string>: New field.
9976 (add_local_symbols): Add 'trace_string' argument.
9980 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9987 (gen_trace_for_var): Add 'trace_string' argument.