Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDtracepoint.c1482 char ***stepping_actions) in encode_actions() argument
1502 *stepping_actions = NULL; in encode_actions()
1646 *stepping_actions = stringify_collection_list (&stepping_list, step_buff); in encode_actions()
1722 char **stepping_actions; in trace_start_command() local
1753 encode_actions (t, &tdp_actions, &stepping_actions); in trace_start_command()
1757 stepping_actions); in trace_start_command()
1768 ((tdp_actions[ndx + 1] || stepping_actions) in trace_start_command()
1776 if (stepping_actions) in trace_start_command()
1778 for (ndx = 0; stepping_actions[ndx]; ndx++) in trace_start_command()
1784 stepping_actions[ndx], in trace_start_command()
[all …]