Lines Matching refs:LLDB_REGISTER_METHOD

709   LLDB_REGISTER_METHOD(  in RegisterMethods()
712 LLDB_REGISTER_METHOD( in RegisterMethods()
714 LLDB_REGISTER_METHOD( in RegisterMethods()
719 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetEnabled, (bool)); in RegisterMethods()
720 LLDB_REGISTER_METHOD(bool, SBBreakpointName, IsEnabled, ()); in RegisterMethods()
721 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetOneShot, (bool)); in RegisterMethods()
723 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetIgnoreCount, (uint32_t)); in RegisterMethods()
725 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetCondition, (const char *)); in RegisterMethods()
726 LLDB_REGISTER_METHOD(const char *, SBBreakpointName, GetCondition, ()); in RegisterMethods()
727 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAutoContinue, (bool)); in RegisterMethods()
728 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAutoContinue, ()); in RegisterMethods()
729 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetThreadID, (lldb::tid_t)); in RegisterMethods()
730 LLDB_REGISTER_METHOD(lldb::tid_t, SBBreakpointName, GetThreadID, ()); in RegisterMethods()
731 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetThreadIndex, (uint32_t)); in RegisterMethods()
733 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetThreadName, (const char *)); in RegisterMethods()
736 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetQueueName, (const char *)); in RegisterMethods()
739 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetCommandLineCommands, in RegisterMethods()
741 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetCommandLineCommands, in RegisterMethods()
745 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetHelpString, (const char *)); in RegisterMethods()
746 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetDescription, in RegisterMethods()
748 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetScriptCallbackFunction, in RegisterMethods()
750 LLDB_REGISTER_METHOD(SBError, SBBreakpointName, SetScriptCallbackFunction, in RegisterMethods()
752 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpointName, SetScriptCallbackBody, in RegisterMethods()
755 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAllowList, (bool)); in RegisterMethods()
756 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAllowDelete, ()); in RegisterMethods()
757 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAllowDelete, (bool)); in RegisterMethods()
758 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAllowDisable, ()); in RegisterMethods()
759 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAllowDisable, (bool)); in RegisterMethods()