Lines Matching refs:LLDB_REGISTER_METHOD

481   LLDB_REGISTER_METHOD(  in RegisterMethods()
486 LLDB_REGISTER_METHOD(lldb::SBAddress, SBBreakpointLocation, GetAddress, ()); in RegisterMethods()
487 LLDB_REGISTER_METHOD(lldb::addr_t, SBBreakpointLocation, GetLoadAddress, in RegisterMethods()
489 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetEnabled, (bool)); in RegisterMethods()
490 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, IsEnabled, ()); in RegisterMethods()
491 LLDB_REGISTER_METHOD(uint32_t, SBBreakpointLocation, GetHitCount, ()); in RegisterMethods()
492 LLDB_REGISTER_METHOD(uint32_t, SBBreakpointLocation, GetIgnoreCount, ()); in RegisterMethods()
493 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetIgnoreCount, in RegisterMethods()
495 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetCondition, in RegisterMethods()
497 LLDB_REGISTER_METHOD(const char *, SBBreakpointLocation, GetCondition, ()); in RegisterMethods()
498 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetAutoContinue, (bool)); in RegisterMethods()
499 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, GetAutoContinue, ()); in RegisterMethods()
500 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetScriptCallbackFunction, in RegisterMethods()
502 LLDB_REGISTER_METHOD(SBError, SBBreakpointLocation, SetScriptCallbackFunction, in RegisterMethods()
504 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpointLocation, in RegisterMethods()
506 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetCommandLineCommands, in RegisterMethods()
508 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, GetCommandLineCommands, in RegisterMethods()
510 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadID, in RegisterMethods()
512 LLDB_REGISTER_METHOD(lldb::tid_t, SBBreakpointLocation, GetThreadID, ()); in RegisterMethods()
513 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadIndex, in RegisterMethods()
517 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadName, in RegisterMethods()
521 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetQueueName, in RegisterMethods()
525 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, IsResolved, ()); in RegisterMethods()
526 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, GetDescription, in RegisterMethods()
528 LLDB_REGISTER_METHOD(lldb::break_id_t, SBBreakpointLocation, GetID, ()); in RegisterMethods()
529 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBBreakpointLocation, in RegisterMethods()