Lines Matching refs:LLDB_REGISTER_METHOD
272 LLDB_REGISTER_METHOD(lldb::SBAttachInfo &, in RegisterMethods()
274 LLDB_REGISTER_METHOD(lldb::pid_t, SBAttachInfo, GetProcessID, ()); in RegisterMethods()
275 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetProcessID, (lldb::pid_t)); in RegisterMethods()
276 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetResumeCount, ()); in RegisterMethods()
277 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetResumeCount, (uint32_t)); in RegisterMethods()
278 LLDB_REGISTER_METHOD(const char *, SBAttachInfo, GetProcessPluginName, ()); in RegisterMethods()
279 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetProcessPluginName, in RegisterMethods()
281 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetExecutable, (const char *)); in RegisterMethods()
282 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetExecutable, (lldb::SBFileSpec)); in RegisterMethods()
283 LLDB_REGISTER_METHOD(bool, SBAttachInfo, GetWaitForLaunch, ()); in RegisterMethods()
284 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool)); in RegisterMethods()
285 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool, bool)); in RegisterMethods()
286 LLDB_REGISTER_METHOD(bool, SBAttachInfo, GetIgnoreExisting, ()); in RegisterMethods()
287 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetIgnoreExisting, (bool)); in RegisterMethods()
288 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetUserID, ()); in RegisterMethods()
289 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetGroupID, ()); in RegisterMethods()
290 LLDB_REGISTER_METHOD(bool, SBAttachInfo, UserIDIsValid, ()); in RegisterMethods()
291 LLDB_REGISTER_METHOD(bool, SBAttachInfo, GroupIDIsValid, ()); in RegisterMethods()
292 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetUserID, (uint32_t)); in RegisterMethods()
293 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetGroupID, (uint32_t)); in RegisterMethods()
294 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetEffectiveUserID, ()); in RegisterMethods()
295 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetEffectiveGroupID, ()); in RegisterMethods()
296 LLDB_REGISTER_METHOD(bool, SBAttachInfo, EffectiveUserIDIsValid, ()); in RegisterMethods()
297 LLDB_REGISTER_METHOD(bool, SBAttachInfo, EffectiveGroupIDIsValid, ()); in RegisterMethods()
298 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetEffectiveUserID, (uint32_t)); in RegisterMethods()
299 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetEffectiveGroupID, (uint32_t)); in RegisterMethods()
300 LLDB_REGISTER_METHOD(lldb::pid_t, SBAttachInfo, GetParentProcessID, ()); in RegisterMethods()
301 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetParentProcessID, (lldb::pid_t)); in RegisterMethods()
302 LLDB_REGISTER_METHOD(bool, SBAttachInfo, ParentProcessIDIsValid, ()); in RegisterMethods()
303 LLDB_REGISTER_METHOD(lldb::SBListener, SBAttachInfo, GetListener, ()); in RegisterMethods()
304 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetListener, (lldb::SBListener &)); in RegisterMethods()