Lines Matching refs:SBProcess
67 lldb::SBProcess GetProcess();
173 lldb::SBProcess Launch(SBListener &listener, char const **argv,
180 SBProcess LoadCore(const char *core_file);
181 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
209 SBProcess LaunchSimple(const char **argv, const char **envp,
212 SBProcess Launch(SBLaunchInfo &launch_info, SBError &error);
214 SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
232 lldb::SBProcess AttachToProcessWithID(SBListener &listener, lldb::pid_t pid,
254 lldb::SBProcess AttachToProcessWithName(SBListener &listener,
277 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
876 friend class SBProcess; variable