Home
last modified time | relevance | path

Searched refs:LaunchStatus (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
Ddebugserver.cpp237 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
238 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
243 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
244 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
248 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()
353 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()
355 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1352 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
1354 ctx.LaunchStatus().SetErrorString(err_str); in main()
1372 const char *error_str = remote->Context().LaunchStatus().AsString(); in main()
[all …]
DRNBContext.h96 DNBError& LaunchStatus () { return m_launch_status; } in LaunchStatus() function
DRNBRemote.cpp1362 if (m_ctx.HasValidProcessID() || m_ctx.LaunchStatus().Error() == 0) in HandlePacket_qLaunchSuccess()
3199 m_ctx.LaunchStatus().SetError(-1, DNBError::Generic); in HandlePacket_v()
3201 m_ctx.LaunchStatus().SetErrorString(err_str); in HandlePacket_v()
3203 m_ctx.LaunchStatus().SetErrorString("attach failed"); in HandlePacket_v()
DChangeLog582 (RNBContext::LaunchStatus): Now returns a reference to the DNBError object