Lines Matching defs:thread_action
3801 DNBThreadResumeAction thread_action;
3802 thread_action.tid = INVALID_NUB_THREAD;
3803 thread_action.state = eStateInvalid;
3804 thread_action.signal = 0;
3805 thread_action.addr = INVALID_NUB_ADDRESS;
3812 thread_action.signal = static_cast<int>(strtoul(c, &c, 16));
3820 thread_action.state = eStateRunning;
3825 thread_action.signal = static_cast<int>(strtoul(c, &c, 16));
3833 thread_action.state = eStateStepping;
3843 thread_action.tid = strtoul(++c, &c, 16);
3850 thread_actions.Append(thread_action);