Searched defs:launch_flags (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp308 GDBRemoteCommunicationServer::SetLaunchFlags (unsigned int launch_flags) argument
H A DProcessGDBRemote.cpp706 uint32_t launch_flags = launch_info.GetFlags().Get(); local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp140 RemoteLaunch(char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_directory, uint32_t launch_flags, bool stop_at_entry, lldb::SBError& error) argument
H A DSBTarget.cpp593 uint32_t launch_flags = 0; local
623 Launch( SBListener &listener, char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_directory, uint32_t launch_flags, bool stop_at_entry, lldb::SBError& error ) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h543 ProcessLaunchInfo(const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_directory, uint32_t launch_flags) argument

Completed in 139 milliseconds