HomeSort by: relevance | last modified time | path
    Searched refs:action_exp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
tracepoint.c 1257 const char *action_exp; local
1265 action_exp = action->line;
1266 action_exp = skip_spaces (action_exp);
1268 cmd = lookup_cmd (&action_exp, cmdlist, "", NULL, -1, 1);
1270 error (_("Bad action list item: %s"), action_exp);
1276 if (*action_exp == '/')
1277 action_exp = decode_agent_options (action_exp, &trace_string);
1282 action_exp = skip_spaces (action_exp)
2632 const char *action_exp, *next_comma; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.c 1257 const char *action_exp; local
1265 action_exp = action->line;
1266 action_exp = skip_spaces (action_exp);
1268 cmd = lookup_cmd (&action_exp, cmdlist, "", NULL, -1, 1);
1270 error (_("Bad action list item: %s"), action_exp);
1276 if (*action_exp == '/')
1277 action_exp = decode_agent_options (action_exp, &trace_string);
1282 action_exp = skip_spaces (action_exp)
2628 const char *action_exp, *next_comma; local
    [all...]

Completed in 24 milliseconds