Lines Matching refs:LLDB_REGISTER_METHOD
711 LLDB_REGISTER_METHOD( in RegisterMethods()
715 LLDB_REGISTER_METHOD(const char *, SBPlatformConnectOptions, GetURL, ()); in RegisterMethods()
716 LLDB_REGISTER_METHOD(void, SBPlatformConnectOptions, SetURL, (const char *)); in RegisterMethods()
717 LLDB_REGISTER_METHOD(bool, SBPlatformConnectOptions, GetRsyncEnabled, ()); in RegisterMethods()
718 LLDB_REGISTER_METHOD(void, SBPlatformConnectOptions, EnableRsync, in RegisterMethods()
720 LLDB_REGISTER_METHOD(void, SBPlatformConnectOptions, DisableRsync, ()); in RegisterMethods()
721 LLDB_REGISTER_METHOD(const char *, SBPlatformConnectOptions, in RegisterMethods()
723 LLDB_REGISTER_METHOD(void, SBPlatformConnectOptions, SetLocalCacheDirectory, in RegisterMethods()
731 LLDB_REGISTER_METHOD( in RegisterMethods()
734 LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, Clear, ()); in RegisterMethods()
735 LLDB_REGISTER_METHOD(const char *, SBPlatformShellCommand, GetShell, ()); in RegisterMethods()
736 LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetShell, (const char *)); in RegisterMethods()
737 LLDB_REGISTER_METHOD(const char *, SBPlatformShellCommand, GetCommand, ()); in RegisterMethods()
738 LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetCommand, in RegisterMethods()
740 LLDB_REGISTER_METHOD(const char *, SBPlatformShellCommand, in RegisterMethods()
742 LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetWorkingDirectory, in RegisterMethods()
744 LLDB_REGISTER_METHOD(uint32_t, SBPlatformShellCommand, GetTimeoutSeconds, ()); in RegisterMethods()
745 LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetTimeoutSeconds, in RegisterMethods()
747 LLDB_REGISTER_METHOD(int, SBPlatformShellCommand, GetSignal, ()); in RegisterMethods()
748 LLDB_REGISTER_METHOD(int, SBPlatformShellCommand, GetStatus, ()); in RegisterMethods()
749 LLDB_REGISTER_METHOD(const char *, SBPlatformShellCommand, GetOutput, ()); in RegisterMethods()
758 LLDB_REGISTER_METHOD(SBPlatform &, in RegisterMethods()
762 LLDB_REGISTER_METHOD(void, SBPlatform, Clear, ()); in RegisterMethods()
763 LLDB_REGISTER_METHOD(const char *, SBPlatform, GetName, ()); in RegisterMethods()
764 LLDB_REGISTER_METHOD(const char *, SBPlatform, GetWorkingDirectory, ()); in RegisterMethods()
765 LLDB_REGISTER_METHOD(bool, SBPlatform, SetWorkingDirectory, (const char *)); in RegisterMethods()
766 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, ConnectRemote, in RegisterMethods()
768 LLDB_REGISTER_METHOD(void, SBPlatform, DisconnectRemote, ()); in RegisterMethods()
769 LLDB_REGISTER_METHOD(bool, SBPlatform, IsConnected, ()); in RegisterMethods()
770 LLDB_REGISTER_METHOD(const char *, SBPlatform, GetTriple, ()); in RegisterMethods()
771 LLDB_REGISTER_METHOD(const char *, SBPlatform, GetOSBuild, ()); in RegisterMethods()
772 LLDB_REGISTER_METHOD(const char *, SBPlatform, GetOSDescription, ()); in RegisterMethods()
773 LLDB_REGISTER_METHOD(const char *, SBPlatform, GetHostname, ()); in RegisterMethods()
774 LLDB_REGISTER_METHOD(uint32_t, SBPlatform, GetOSMajorVersion, ()); in RegisterMethods()
775 LLDB_REGISTER_METHOD(uint32_t, SBPlatform, GetOSMinorVersion, ()); in RegisterMethods()
776 LLDB_REGISTER_METHOD(uint32_t, SBPlatform, GetOSUpdateVersion, ()); 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()
790 LLDB_REGISTER_METHOD(uint32_t, SBPlatform, GetFilePermissions, in RegisterMethods()
792 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, SetFilePermissions, in RegisterMethods()
794 LLDB_REGISTER_METHOD(lldb::SBEnvironment, SBPlatform, GetEnvironment, ()); in RegisterMethods()