Searched refs:UserIDIsValid (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcessInfo.cpp | 112 bool SBProcessInfo::UserIDIsValid() { in UserIDIsValid() function in SBProcessInfo 113 LLDB_RECORD_METHOD_NO_ARGS(bool, SBProcessInfo, UserIDIsValid); in UserIDIsValid() 117 is_valid = m_opaque_up->UserIDIsValid(); in UserIDIsValid() 215 LLDB_REGISTER_METHOD(bool, SBProcessInfo, UserIDIsValid, ()); in RegisterMethods()
|
| H A D | SBAttachInfo.cpp | 170 bool SBAttachInfo::UserIDIsValid() { in UserIDIsValid() function in SBAttachInfo 171 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, UserIDIsValid); in UserIDIsValid() 173 return m_opaque_sp->UserIDIsValid(); in UserIDIsValid() 290 LLDB_REGISTER_METHOD(bool, SBAttachInfo, UserIDIsValid, ()); in RegisterMethods()
|
| H A D | SBLaunchInfo.cpp | 93 bool SBLaunchInfo::UserIDIsValid() { in UserIDIsValid() function in SBLaunchInfo 94 LLDB_RECORD_METHOD_NO_ARGS(bool, SBLaunchInfo, UserIDIsValid); in UserIDIsValid() 96 return m_opaque_sp->UserIDIsValid(); in UserIDIsValid() 409 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, UserIDIsValid, ()); in RegisterMethods()
|
| H A D | SBTarget.cpp | 469 if (attach_info.ProcessIDIsValid() && !attach_info.UserIDIsValid()) { in Attach()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 145 if (UserIDIsValid()) { in Dump() 211 print(&ProcessInstanceInfo::UserIDIsValid, in DumpAsTableRow() 275 if (m_match_info.UserIDIsValid() && in UserIDsMatch() 309 if (m_match_info.UserIDIsValid()) in MatchAllProcesses()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessInfo.i | 46 UserIDIsValid ();
|
| H A D | SBAttachInfo.i | 72 UserIDIsValid ();
|
| H A D | SBLaunchInfo.i | 29 UserIDIsValid ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 39 bool UserIDIsValid();
|
| H A D | SBAttachInfo.h | 126 bool UserIDIsValid();
|
| H A D | SBLaunchInfo.h | 39 bool UserIDIsValid();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 53 bool UserIDIsValid() const { return m_uid != UINT32_MAX; } in UserIDIsValid() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2265 if (match_info.GetProcessInfo().UserIDIsValid()) in FindProcesses()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 5387 result = (bool)(arg1)->UserIDIsValid(); in _wrap_SBAttachInfo_UserIDIsValid() 30747 result = (bool)(arg1)->UserIDIsValid(); in _wrap_SBLaunchInfo_UserIDIsValid() 41387 result = (bool)(arg1)->UserIDIsValid(); in _wrap_SBProcessInfo_UserIDIsValid()
|