Home
last modified time | relevance | path

Searched refs:launch_err (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h121 DNBError &launch_err);
124 bool disable_aslr, const char *event_data, DNBError &launch_err);
141 bool unmask_signals, DNBError &launch_err);
146 DNBError &launch_err);
H A DMachProcess.mm3240 DNBError &launch_err) {
3257 launch_err);
3266 ignored_exceptions, launch_err) != 0)
3280 ignored_exceptions, launch_err) != 0)
3292 disable_aslr, ignored_exceptions, launch_err) != 0)
3305 no_stdio, this, disable_aslr, launch_err);
3310 launch_err.SetError(NUB_GENERIC_ERROR, DNBError::Generic);
3317 if (launch_err.Success())
3318 launch_err.SetError(NUB_GENERIC_ERROR, DNBError::Generic);
3326 m_task.StartExceptionThread(ignored_exceptions, launch_err);
[all …]
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp351 DNBError launch_err; in DNBProcessLaunch() local
355 ctx->GetIgnoredExceptions(), launch_err); in DNBProcessLaunch()
358 if (launch_err.Fail()) { in DNBProcessLaunch()
359 const char *launch_err_str = launch_err.AsString(); in DNBProcessLaunch()
374 if (processSP->Task().TaskPortForProcessID(launch_err) == TASK_NULL) { in DNBProcessLaunch()
383 if (launch_err.AsString()) { in DNBProcessLaunch()
386 launch_err.AsString()); in DNBProcessLaunch()