Lines Matching refs:LLDB_REGISTER_METHOD
994 LLDB_REGISTER_METHOD(const lldb::SBBreakpoint &, in RegisterMethods()
996 LLDB_REGISTER_METHOD(bool, in RegisterMethods()
998 LLDB_REGISTER_METHOD(bool, in RegisterMethods()
1004 LLDB_REGISTER_METHOD(void, SBBreakpoint, ClearAllBreakpointSites, ()); in RegisterMethods()
1005 LLDB_REGISTER_METHOD(lldb::SBBreakpointLocation, SBBreakpoint, in RegisterMethods()
1007 LLDB_REGISTER_METHOD(lldb::break_id_t, SBBreakpoint, in RegisterMethods()
1009 LLDB_REGISTER_METHOD(lldb::SBBreakpointLocation, SBBreakpoint, in RegisterMethods()
1011 LLDB_REGISTER_METHOD(lldb::SBBreakpointLocation, SBBreakpoint, in RegisterMethods()
1013 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetEnabled, (bool)); in RegisterMethods()
1014 LLDB_REGISTER_METHOD(bool, SBBreakpoint, IsEnabled, ()); in RegisterMethods()
1015 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetOneShot, (bool)); in RegisterMethods()
1017 LLDB_REGISTER_METHOD(bool, SBBreakpoint, IsInternal, ()); in RegisterMethods()
1018 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetIgnoreCount, (uint32_t)); in RegisterMethods()
1019 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetCondition, (const char *)); in RegisterMethods()
1020 LLDB_REGISTER_METHOD(const char *, SBBreakpoint, GetCondition, ()); in RegisterMethods()
1021 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetAutoContinue, (bool)); in RegisterMethods()
1022 LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetAutoContinue, ()); in RegisterMethods()
1025 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetThreadID, (lldb::tid_t)); in RegisterMethods()
1026 LLDB_REGISTER_METHOD(lldb::tid_t, SBBreakpoint, GetThreadID, ()); in RegisterMethods()
1027 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetThreadIndex, (uint32_t)); in RegisterMethods()
1029 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetThreadName, (const char *)); in RegisterMethods()
1031 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetQueueName, (const char *)); in RegisterMethods()
1036 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetCommandLineCommands, in RegisterMethods()
1038 LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetCommandLineCommands, in RegisterMethods()
1040 LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetDescription, in RegisterMethods()
1042 LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetDescription, in RegisterMethods()
1044 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, AddLocation, in RegisterMethods()
1046 LLDB_REGISTER_METHOD(lldb::SBStructuredData, SBBreakpoint, in RegisterMethods()
1048 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetScriptCallbackFunction, in RegisterMethods()
1050 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackFunction, in RegisterMethods()
1052 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackBody, in RegisterMethods()
1054 LLDB_REGISTER_METHOD(bool, SBBreakpoint, AddName, (const char *)); in RegisterMethods()
1055 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, AddNameWithErrorHandling, in RegisterMethods()
1057 LLDB_REGISTER_METHOD(void, SBBreakpoint, RemoveName, (const char *)); in RegisterMethods()
1058 LLDB_REGISTER_METHOD(bool, SBBreakpoint, MatchesName, (const char *)); in RegisterMethods()
1059 LLDB_REGISTER_METHOD(void, SBBreakpoint, GetNames, (lldb::SBStringList &)); in RegisterMethods()
1081 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBBreakpointList, in RegisterMethods()
1083 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBBreakpointList, in RegisterMethods()
1085 LLDB_REGISTER_METHOD(void, SBBreakpointList, Append, in RegisterMethods()
1087 LLDB_REGISTER_METHOD(void, SBBreakpointList, AppendByID, in RegisterMethods()
1089 LLDB_REGISTER_METHOD(bool, SBBreakpointList, AppendIfUnique, in RegisterMethods()
1091 LLDB_REGISTER_METHOD(void, SBBreakpointList, Clear, ()); in RegisterMethods()