Searched refs:LaunchStatus (Results 1 – 4 of 4) sorted by relevance
257 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()258 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()263 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()264 ctx.LaunchStatus().SetErrorString("<unknown failure>"); in RNBRunLoopLaunchInferior()266 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()376 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()378 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()1546 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()1548 ctx.LaunchStatus().SetErrorString(err_str); in main()1581 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()[all …]
85 DNBError &LaunchStatus() { return m_launch_status; } in LaunchStatus() function
1564 if (m_ctx.HasValidProcessID() || m_ctx.LaunchStatus().Status() == 0) in HandlePacket_qLaunchSuccess()3874 m_ctx.LaunchStatus().SetError(-1, DNBError::Generic); in HandlePacket_v()3876 m_ctx.LaunchStatus().SetErrorString(err_str); in HandlePacket_v()3878 m_ctx.LaunchStatus().SetErrorString("attach failed"); in HandlePacket_v()
582 (RNBContext::LaunchStatus): Now returns a reference to the DNBError object