Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dtracepoint.c1476 char ***stepping_actions) in encode_actions() argument
1496 *stepping_actions = NULL; in encode_actions()
1640 *stepping_actions = stringify_collection_list (&stepping_list, step_buff); in encode_actions()
1716 char **stepping_actions; in trace_start_command() local
1747 encode_actions (t, &tdp_actions, &stepping_actions); in trace_start_command()
1751 stepping_actions); in trace_start_command()
1762 ((tdp_actions[ndx + 1] || stepping_actions) in trace_start_command()
1770 if (stepping_actions) in trace_start_command()
1772 for (ndx = 0; stepping_actions[ndx]; ndx++) in trace_start_command()
1778 stepping_actions[ndx], in trace_start_command()
[all …]