Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp257 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 …]
H A DRNBContext.h85 DNBError &LaunchStatus() { return m_launch_status; } in LaunchStatus() function
H A DRNBRemote.cpp1564 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()
H A DChangeLog582 (RNBContext::LaunchStatus): Now returns a reference to the DNBError object