Searched refs:eRunForward (Results 1 – 9 of 9) sorted by relevance
510 return lldb::RunDirection::eRunForward; in GetDirection()
1128 if (direction == lldb::RunDirection::eRunForward) in DoResume()
190 if (direction == RunDirection::eRunForward) in DoResume()
139 enum RunDirection { eRunForward, eRunReverse }; enumerator
474 m_base_direction = lldb::RunDirection::eRunForward; in SetOptionValue()
1202 direction == RunDirection::eRunForward ? "" : "reverse"); in DoResume()1227 if (direction == RunDirection::eRunForward && in DoResume()1296 if (direction == RunDirection::eRunForward && continue_packet_error) { in DoResume()
639 if (reg_ctx_sp && process_sp && direction == eRunForward) { in SetupToStepOverBreakpointIfNeeded()
438 m_base_direction(RunDirection::eRunForward), m_extended_thread_stop_id(0), in Process()
82516 {SWIG_LUA_CONSTTAB_INT("eRunForward", (lldb::eRunForward))},