Searched refs:GetPluginName (Results 26 - 50 of 125) sorted by relevance

12345

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.h103 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.h113 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.h117 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.h99 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.h111 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.h109 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.h109 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h109 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h68 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h70 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h181 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/Go/
H A DGoLanguage.cpp54 GoLanguage::GetPluginName() function in class:GoLanguage
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h1113 error.SetErrorStringWithFormat("error: %s does not support loading core files.", GetPluginName().GetCString());
1491 error.SetErrorStringWithFormat("error: %s does not support attaching to a process by pid", GetPluginName().GetCString());
1593 error.SetErrorStringWithFormat("error: %s does not support launching processes", GetPluginName().GetCString());
1639 error.SetErrorStringWithFormat("error: %s does not support resuming processes", GetPluginName().GetCString());
1685 error.SetErrorStringWithFormat("error: %s does not support halting processes", GetPluginName().GetCString());
1724 error.SetErrorStringWithFormat("error: %s does not support detaching from processes", GetPluginName().GetCString());
1764 error.SetErrorStringWithFormat("error: %s does not support sending signals to processes", GetPluginName().GetCString());
2272 error.SetErrorStringWithFormat("error: %s does not support writing to processes", GetPluginName().GetCString());
2367 error.SetErrorStringWithFormat("error: %s does not support allocating in the debug process", GetPluginName().GetCString());
2564 error.SetErrorStringWithFormat("error: %s does not support deallocating in the debug process", GetPluginName()
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp199 DynamicLoaderStatic::GetPluginName() function in class:DynamicLoaderStatic
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h202 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h137 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h137 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h51 GetPluginName() override
H A DPlatformFreeBSD.cpp262 GetPluginName().GetCString(),
381 error.SetErrorStringWithFormat ("can't connect to the host platform '%s', always connected", GetPluginName().GetCString());
419 error.SetErrorStringWithFormat ("can't disconnect from the host platform '%s', always connected", GetPluginName().GetCString());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h51 GetPluginName() override
H A DPlatformNetBSD.cpp254 GetPluginName().GetCString(),
360 error.SetErrorStringWithFormat ("can't connect to the host platform '%s', always connected", GetPluginName().GetCString());
398 error.SetErrorStringWithFormat ("can't disconnect from the host platform '%s', always connected", GetPluginName().GetCString());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_mips64.cpp107 if (base.get()->GetPluginName() == ProcessElfCore::GetPluginNameStatic())
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h82 lldb_private::ConstString GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h111 GetPluginName() override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp473 strm.Printf (" Platform: %s\n", GetPluginName().GetCString());
923 error.SetErrorStringWithFormat("remote platform %s doesn't support %s", GetPluginName().GetCString(), __PRETTY_FUNCTION__);
936 error.SetErrorStringWithFormat("remote platform %s doesn't support %s", GetPluginName().GetCString(), __PRETTY_FUNCTION__);
949 error.SetErrorStringWithFormat("remote platform %s doesn't support %s", GetPluginName().GetCString(), __PRETTY_FUNCTION__);
957 return GetPluginName();
1175 error.SetErrorStringWithFormat ("The currently selected platform (%s) is the host platform and is always connected.", GetPluginName().GetCString());
1177 error.SetErrorStringWithFormat ("Platform::ConnectRemote() is not supported by %s", GetPluginName().GetCString());
1186 error.SetErrorStringWithFormat ("The currently selected platform (%s) is the host platform and is always connected.", GetPluginName().GetCString());
1188 error.SetErrorStringWithFormat ("Platform::DisconnectRemote() is not supported by %s", GetPluginName().GetCString());
1339 log->Printf ("Platform::%s Attach() succeeded, Process plugin: %s", __FUNCTION__, process_sp->GetPluginName ()
[all...]

Completed in 298 milliseconds

12345