HomeSort by: relevance | last modified time | path
    Searched defs:step_actions (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
tracepoint.h 185 std::vector<gdb::unique_xmalloc_ptr<char[]>> step_actions; member in struct:uploaded_tp
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.h 186 std::vector<gdb::unique_xmalloc_ptr<char[]>> step_actions; member in struct:uploaded_tp
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 790 struct tracepoint_action **step_actions; member in struct:tracepoint
1801 tpoint->step_actions = NULL;
2009 tpoint->step_actions
2010 = XRESIZEVEC (struct tracepoint_action *, tpoint->step_actions,
2015 tpoint->step_actions[tpoint->num_step_actions - 1] = action;
4670 tpoint->step_actions[acti]);
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 790 struct tracepoint_action **step_actions; member in struct:tracepoint
1801 tpoint->step_actions = NULL;
2009 tpoint->step_actions
2010 = XRESIZEVEC (struct tracepoint_action *, tpoint->step_actions,
2015 tpoint->step_actions[tpoint->num_step_actions - 1] = action;
4670 tpoint->step_actions[acti]);

Completed in 63 milliseconds