Lines Matching refs:LLDB_REGISTER_METHOD
315 LLDB_REGISTER_METHOD(const lldb::SBWatchpoint &, in RegisterMethods()
317 LLDB_REGISTER_METHOD(lldb::watch_id_t, SBWatchpoint, GetID, ()); in RegisterMethods()
324 LLDB_REGISTER_METHOD(lldb::SBError, SBWatchpoint, GetError, ()); in RegisterMethods()
325 LLDB_REGISTER_METHOD(int32_t, SBWatchpoint, GetHardwareIndex, ()); in RegisterMethods()
326 LLDB_REGISTER_METHOD(lldb::addr_t, SBWatchpoint, GetWatchAddress, ()); in RegisterMethods()
327 LLDB_REGISTER_METHOD(size_t, SBWatchpoint, GetWatchSize, ()); in RegisterMethods()
328 LLDB_REGISTER_METHOD(void, SBWatchpoint, SetEnabled, (bool)); in RegisterMethods()
329 LLDB_REGISTER_METHOD(bool, SBWatchpoint, IsEnabled, ()); in RegisterMethods()
330 LLDB_REGISTER_METHOD(uint32_t, SBWatchpoint, GetHitCount, ()); in RegisterMethods()
331 LLDB_REGISTER_METHOD(uint32_t, SBWatchpoint, GetIgnoreCount, ()); in RegisterMethods()
332 LLDB_REGISTER_METHOD(void, SBWatchpoint, SetIgnoreCount, (uint32_t)); in RegisterMethods()
333 LLDB_REGISTER_METHOD(const char *, SBWatchpoint, GetCondition, ()); in RegisterMethods()
334 LLDB_REGISTER_METHOD(void, SBWatchpoint, SetCondition, (const char *)); in RegisterMethods()
335 LLDB_REGISTER_METHOD(bool, SBWatchpoint, GetDescription, in RegisterMethods()
337 LLDB_REGISTER_METHOD(void, SBWatchpoint, Clear, ()); in RegisterMethods()
339 LLDB_REGISTER_METHOD(void, SBWatchpoint, SetSP, in RegisterMethods()