Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.h45 nub_process_t DNBProcessLaunch(
H A DChangeLog26 * DNB.cpp (DNBProcessLaunch): Added a stat on the incoming path that we are
91 (RNBRunLoopLaunchInferior): Ditto and also use new DNBProcessLaunch that
115 * DNB.cpp (DNBProcessLaunch): Changed to take a eror string pointer with
117 * DNB.h (DNBProcessLaunch): Ditto.
324 (DNBProcessLaunch): Improved logging.
664 * DNB.cpp/h: (DNBProcessLaunch): Added nub_launch_flavor_t and error
667 now be done using DNBProcessLaunch with launch_flavor being set to
1000 * DNB.h: Pass envp to DNBProcessLaunch & DNBProcessSBLaunch.
H A Ddebugserver.cpp247 nub_process_t pid = DNBProcessLaunch( in RNBRunLoopLaunchInferior()
H A DDNB.cpp320 nub_process_t DNBProcessLaunch( in DNBProcessLaunch() function