reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
39 const char *GetName() const;
66 name = m_opaque_up->GetName();
tools/lldb/source/Commands/CommandObjectPlatform.cpp 1087 m_options.match_info.GetProcessInfo().GetName();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp 2147 const char *name = match_info.GetProcessInfo().GetName();
tools/lldb/source/Utility/ProcessInfo.cpp50 s << "Executable: " << GetName() << "\n"; 237 s.PutCString(GetName()); 253 const char *match_name = m_match_info.GetName(); 295 NameMatches(proc_info.GetName());tools/lldb/unittests/Utility/ProcessInfoTest.cpp
16 EXPECT_STREQ("foo", Info.GetName());