HomeSort by relevance Sort by last modified time
    Searched refs:LaunchStatus (Results 1 - 3 of 3) sorted by null

  /external/lldb/tools/debugserver/source/
debugserver.cpp 237 ctx.LaunchStatus().SetError(-1, DNBError::Generic);
238 ctx.LaunchStatus().SetErrorString(launch_err_str);
243 ctx.LaunchStatus().SetError(-1, DNBError::Generic);
244 ctx.LaunchStatus().SetErrorString(launch_err_str);
248 ctx.LaunchStatus().Clear();
353 ctx.LaunchStatus().SetError(-1, DNBError::Generic);
355 ctx.LaunchStatus().SetErrorString(err_str);
    [all...]
RNBContext.h 96 DNBError& LaunchStatus () { return m_launch_status; }
RNBRemote.cpp     [all...]

Completed in 69 milliseconds