Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBContext.h76 const char *EnvironmentAtIndex(size_t index);
H A DRNBContext.cpp34 const char *RNBContext::EnvironmentAtIndex(size_t index) { in EnvironmentAtIndex() function in RNBContext
H A Ddebugserver.cpp223 inferior_envp[i] = ctx.EnvironmentAtIndex(i); in RNBRunLoopLaunchInferior()
H A DChangeLog1011 * RBNContext.cpp (RNBContext::EnvironmentAtIndex): New function.