• Home
  • Raw
  • Download

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()
527 SBError SBPlatform::Get(SBFileSpec &src, SBFileSpec &dst) { in Get()
528 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Get, in Get()
531 SBError sb_error; in Get()
541 SBError SBPlatform::Put(SBFileSpec &src, SBFileSpec &dst) { in Put()
542 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Put, in Put()
566 SBError SBPlatform::Install(SBFileSpec &src, SBFileSpec &dst) { in Install()
567 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Install, in Install()
581 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run()
582 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Run, in Run()
605 SBError SBPlatform::Launch(SBLaunchInfo &launch_info) { in Launch()
606 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Launch, (lldb::SBLaunchInfo &), in Launch()
617 SBError SBPlatform::Kill(const lldb::pid_t pid) { in Kill()
618 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Kill, (const lldb::pid_t), pid); in Kill()
625 SBError SBPlatform::ExecuteConnected( in ExecuteConnected()
627 SBError sb_error; in ExecuteConnected()
640 SBError SBPlatform::MakeDirectory(const char *path, uint32_t file_permissions) { in MakeDirectory()
641 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, MakeDirectory, in MakeDirectory()
644 SBError sb_error; in MakeDirectory()
668 SBError SBPlatform::SetFilePermissions(const char *path, in SetFilePermissions()
670 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, SetFilePermissions, in SetFilePermissions()
673 SBError sb_error; in SetFilePermissions()
767 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, ConnectRemote, in RegisterMethods()
778 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Get, in RegisterMethods()
780 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Put, in RegisterMethods()
782 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Install, in RegisterMethods()
784 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Run, in RegisterMethods()
786 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Launch, in RegisterMethods()
788 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Kill, (const lldb::pid_t)); in RegisterMethods()
789 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, MakeDirectory, in RegisterMethods()
793 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, SetFilePermissions, in RegisterMethods()