Home
last modified time | relevance | path

Searched defs:ForkLaunchInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp98 struct ForkLaunchInfo { struct
101 bool separate_process_group;
102 bool debug;
103 bool disable_aslr;
104 std::string wd;
105 const char **argv;
106 Environment::Envp envp;
107 std::vector<ForkFileAction> actions;
109 bool has_action(int fd) const { in has_action()
247 ForkLaunchInfo::ForkLaunchInfo(const ProcessLaunchInfo &info) in ForkLaunchInfo() function in ForkLaunchInfo