|
|
|
__init__(self,
*args)
__init__(lldb::SBLaunchInfo self, char const ** argv) ->
SBLaunchInfo |
source code
|
|
|
GetProcessID(self)
GetProcessID(SBLaunchInfo self) -> lldb::pid_t |
source code
|
|
|
GetUserID(self)
GetUserID(SBLaunchInfo self) -> uint32_t |
source code
|
|
|
GetGroupID(self)
GetGroupID(SBLaunchInfo self) -> uint32_t |
source code
|
|
|
UserIDIsValid(self)
UserIDIsValid(SBLaunchInfo self) -> bool |
source code
|
|
|
GroupIDIsValid(self)
GroupIDIsValid(SBLaunchInfo self) -> bool |
source code
|
|
|
SetUserID(self,
*args)
SetUserID(SBLaunchInfo self, uint32_t uid) |
source code
|
|
|
SetGroupID(self,
*args)
SetGroupID(SBLaunchInfo self, uint32_t gid) |
source code
|
|
|
GetExecutableFile(self)
GetExecutableFile(SBLaunchInfo self) -> SBFileSpec |
source code
|
|
|
SetExecutableFile(self,
*args)
SetExecutableFile(SBLaunchInfo self, SBFileSpec exe_file, bool
add_as_first_arg) |
source code
|
|
|
GetListener(self)
GetListener(SBLaunchInfo self) -> SBListener |
source code
|
|
|
SetListener(self,
*args)
SetListener(SBLaunchInfo self, SBListener listener) |
source code
|
|
|
GetNumArguments(self)
GetNumArguments(SBLaunchInfo self) -> uint32_t |
source code
|
|
|
GetArgumentAtIndex(self,
*args)
GetArgumentAtIndex(SBLaunchInfo self, uint32_t idx) -> char const
* |
source code
|
|
|
SetArguments(self,
*args)
SetArguments(SBLaunchInfo self, char const ** argv, bool append) |
source code
|
|
|
GetNumEnvironmentEntries(self)
GetNumEnvironmentEntries(SBLaunchInfo self) -> uint32_t |
source code
|
|
|
GetEnvironmentEntryAtIndex(self,
*args)
GetEnvironmentEntryAtIndex(SBLaunchInfo self, uint32_t idx) ->
char const * |
source code
|
|
|
SetEnvironmentEntries(self,
*args)
SetEnvironmentEntries(SBLaunchInfo self, char const ** envp, bool
append) |
source code
|
|
|
|
|
GetWorkingDirectory(self)
GetWorkingDirectory(SBLaunchInfo self) -> char const * |
source code
|
|
|
SetWorkingDirectory(self,
*args)
SetWorkingDirectory(SBLaunchInfo self, char const * working_dir) |
source code
|
|
|
GetLaunchFlags(self)
GetLaunchFlags(SBLaunchInfo self) -> uint32_t |
source code
|
|
|
SetLaunchFlags(self,
*args)
SetLaunchFlags(SBLaunchInfo self, uint32_t flags) |
source code
|
|
|
GetProcessPluginName(self)
GetProcessPluginName(SBLaunchInfo self) -> char const * |
source code
|
|
|
SetProcessPluginName(self,
*args)
SetProcessPluginName(SBLaunchInfo self, char const * plugin_name) |
source code
|
|
|
GetShell(self)
GetShell(SBLaunchInfo self) -> char const * |
source code
|
|
|
SetShell(self,
*args)
SetShell(SBLaunchInfo self, char const * path) |
source code
|
|
|
GetShellExpandArguments(self)
GetShellExpandArguments(SBLaunchInfo self) -> bool |
source code
|
|
|
SetShellExpandArguments(self,
*args)
SetShellExpandArguments(SBLaunchInfo self, bool expand) |
source code
|
|
|
GetResumeCount(self)
GetResumeCount(SBLaunchInfo self) -> uint32_t |
source code
|
|
|
SetResumeCount(self,
*args)
SetResumeCount(SBLaunchInfo self, uint32_t c) |
source code
|
|
|
AddCloseFileAction(self,
*args)
AddCloseFileAction(SBLaunchInfo self, int fd) -> bool |
source code
|
|
|
AddDuplicateFileAction(self,
*args)
AddDuplicateFileAction(SBLaunchInfo self, int fd, int dup_fd) ->
bool |
source code
|
|
|
AddOpenFileAction(self,
*args)
AddOpenFileAction(SBLaunchInfo self, int fd, char const * path, bool
read, bool write) -> bool |
source code
|
|
|
AddSuppressFileAction(self,
*args)
AddSuppressFileAction(SBLaunchInfo self, int fd, bool read, bool
write) -> bool |
source code
|
|
|
SetLaunchEventData(self,
*args)
SetLaunchEventData(SBLaunchInfo self, char const * data) |
source code
|
|
|
GetLaunchEventData(self)
GetLaunchEventData(SBLaunchInfo self) -> char const * |
source code
|
|
|
GetDetachOnError(self)
GetDetachOnError(SBLaunchInfo self) -> bool |
source code
|
|
|
SetDetachOnError(self,
*args)
SetDetachOnError(SBLaunchInfo self, bool enable) |
source code
|
|