Lines Matching refs:SBError
408 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote()
409 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, ConnectRemote, in ConnectRemote()
412 SBError sb_error; in ConnectRemote()
526 SBError SBPlatform::Get(SBFileSpec &src, SBFileSpec &dst) { in Get()
527 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Get, in Get()
530 SBError sb_error; in Get()
540 SBError SBPlatform::Put(SBFileSpec &src, SBFileSpec &dst) { in Put()
541 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Put, in Put()
565 SBError SBPlatform::Install(SBFileSpec &src, SBFileSpec &dst) { in Install()
566 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Install, in Install()
580 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run()
581 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Run, in Run()
604 SBError SBPlatform::Launch(SBLaunchInfo &launch_info) { in Launch()
605 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Launch, (lldb::SBLaunchInfo &), in Launch()
616 SBError SBPlatform::Kill(const lldb::pid_t pid) { in Kill()
617 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Kill, (const lldb::pid_t), pid); in Kill()
624 SBError SBPlatform::ExecuteConnected( in ExecuteConnected()
626 SBError sb_error; in ExecuteConnected()
639 SBError SBPlatform::MakeDirectory(const char *path, uint32_t file_permissions) { in MakeDirectory()
640 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, MakeDirectory, in MakeDirectory()
643 SBError sb_error; in MakeDirectory()
667 SBError SBPlatform::SetFilePermissions(const char *path, in SetFilePermissions()
669 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, SetFilePermissions, in SetFilePermissions()
672 SBError sb_error; in SetFilePermissions()
766 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, ConnectRemote, in RegisterMethods()
777 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Get, in RegisterMethods()
779 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Put, in RegisterMethods()
781 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Install, in RegisterMethods()
783 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Run, in RegisterMethods()
785 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Launch, in RegisterMethods()
787 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Kill, (const lldb::pid_t)); in RegisterMethods()
788 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, MakeDirectory, in RegisterMethods()
792 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, SetFilePermissions, in RegisterMethods()