Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.h240 nub_bool_t DNBResolveExecutablePath(const char *path, char *resolved_path,
H A Ddebugserver.cpp237 if (!DNBResolveExecutablePath(inferior_argv[0], resolved_path, in RNBRunLoopLaunchInferior()
H A DChangeLog201 DNBResolveExecutablePath function to resolve executable paths.
202 * DNB.h (DNBResolveExecutablePath): New function prototype.
203 * DNB.cpp (DNBResolveExecutablePath): New function that will resolve
H A DDNB.cpp1692 nub_bool_t DNBResolveExecutablePath(const char *path, char *resolved_path, in DNBResolveExecutablePath() function