Lines Matching refs:SBProcess
176 SBProcess SBTarget::GetProcess() { in GetProcess()
177 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBProcess, SBTarget, GetProcess); in GetProcess()
179 SBProcess sb_process; in GetProcess()
252 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore()
253 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LoadCore, (const char *), in LoadCore()
260 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
261 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LoadCore, in LoadCore()
264 SBProcess sb_process; in LoadCore()
284 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple()
286 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LaunchSimple, in LaunchSimple()
292 return LLDB_RECORD_RESULT(SBProcess()); in LaunchSimple()
322 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch()
328 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, Launch, in Launch()
335 SBProcess sb_process; in Launch()
410 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
411 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, Launch, in Launch()
416 SBProcess sb_process; in Launch()
459 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
460 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, Attach, in Attach()
464 SBProcess sb_process; in Attach()
494 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
499 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithID, in AttachToProcessWithID()
503 SBProcess sb_process; in AttachToProcessWithID()
525 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName()
531 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithName, in AttachToProcessWithName()
535 SBProcess sb_process; in AttachToProcessWithName()
554 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote()
558 lldb::SBProcess, SBTarget, ConnectRemote, in ConnectRemote()
562 SBProcess sb_process; in ConnectRemote()
2509 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, GetProcess, ()); in RegisterMethods()
2515 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, LoadCore, (const char *)); in RegisterMethods()
2516 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, LoadCore, in RegisterMethods()
2518 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, LaunchSimple, in RegisterMethods()
2521 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, Launch, in RegisterMethods()
2525 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, Launch, in RegisterMethods()
2527 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, Attach, in RegisterMethods()
2529 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithID, in RegisterMethods()
2532 lldb::SBProcess, SBTarget, AttachToProcessWithName, in RegisterMethods()
2535 lldb::SBProcess, SBTarget, ConnectRemote, in RegisterMethods()