Home
last modified time | relevance | path

Searched refs:GetPluginName (Results 1 – 25 of 89) sorted by relevance

1234

/external/lldb/source/Target/
DPlatform.cpp277 strm.Printf (" Platform: %s\n", GetPluginName().GetCString()); in GetStatus()
397 return GetPluginName(); in GetName()
596 …elected platform (%s) is the host platform and is always connected.", GetPluginName().GetCString()… in ConnectRemote()
598 …StringWithFormat ("Platform::ConnectRemote() is not supported by %s", GetPluginName().GetCString()… in ConnectRemote()
607 …elected platform (%s) is the host platform and is always connected.", GetPluginName().GetCString()… in DisconnectRemote()
609 …ingWithFormat ("Platform::DisconnectRemote() is not supported by %s", GetPluginName().GetCString()… in DisconnectRemote()
/external/lldb/include/lldb/Target/
DProcess.h1749 …rorStringWithFormat("error: %s does not support loading core files.", GetPluginName().GetCString()… in DoLoadCore()
2064 …ithFormat("error: %s does not support attaching to a process by pid", GetPluginName().GetCString()… in DoAttachToProcessWithID()
2087 …ithFormat("error: %s does not support attaching to a process by pid", GetPluginName().GetCString()… in DoAttachToProcessWithID()
2213 …rorStringWithFormat("error: %s does not support launching processes", GetPluginName().GetCString()… in DoLaunch()
2262 …rrorStringWithFormat("error: %s does not support resuming processes", GetPluginName().GetCString()… in DoResume()
2311 …ErrorStringWithFormat("error: %s does not support halting processes", GetPluginName().GetCString()… in DoHalt()
2351 …ringWithFormat("error: %s does not support detaching from processes", GetPluginName().GetCString()… in DoDetach()
2392 …WithFormat("error: %s does not support senging signals to processes", GetPluginName().GetCString()… in DoSignal()
2836 …orStringWithFormat("error: %s does not support writing to processes", GetPluginName().GetCString()… in DoWriteMemory()
2933 …hFormat("error: %s does not support allocating in the debug process", GetPluginName().GetCString()… in DoAllocateMemory()
[all …]
/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp94 ConstString obj_name = obj_file->GetPluginName(); in CreateInstance()
189 SymbolVendorELF::GetPluginName() in GetPluginName() function in SymbolVendorELF
DSymbolVendorELF.h49 GetPluginName();
/external/lldb/source/Commands/
DCommandObjectPlatform.cpp158 host_platform_sp->GetPluginName().GetCString(), in DoExecute()
329 … ostrm.Printf ("Disconnected from \"%s\"\n", platform_sp->GetPluginName().GetCString()); in DoExecute()
343 … result.AppendErrorWithFormat ("not connected to '%s'", platform_sp->GetPluginName().GetCString()); in DoExecute()
573 … platform_sp->GetPluginName().GetCString()); in DoExecute()
575 …mat ("no processes were found on the \"%s\" platform\n", platform_sp->GetPluginName().GetCString()… in DoExecute()
851 … result.AppendErrorWithFormat ("not connected to '%s'", platform_sp->GetPluginName().GetCString()); in DoExecute()
DCommandObjectDisassemble.h49 GetPluginName () in GetPluginName() function
/external/lldb/include/lldb/Core/
DPluginInterface.h28 GetPluginName() = 0;
/external/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.h49 GetPluginName();
DSymbolVendorMacOSX.cpp134 ConstString obj_name = obj_file->GetPluginName(); in CreateInstance()
302 SymbolVendorMacOSX::GetPluginName() in GetPluginName() function in SymbolVendorMacOSX
/external/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.h76 GetPluginName();
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.h53 GetPluginName() in GetPluginName() function
DPlatformiOSSimulator.cpp240 GetPluginName().GetCString(), in ResolveExecutable()
350 GetPluginName().GetCString()); in GetFile()
DPlatformiOSSimulator.h53 GetPluginName() in GetPluginName() function
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp269 GetPluginName().GetCString(), in ResolveExecutable()
377 …hFormat ("can't connect to the host platform '%s', always connected", GetPluginName().GetCString()… in ConnectRemote()
415 …at ("can't disconnect from the host platform '%s', always connected", GetPluginName().GetCString()… in DisconnectRemote()
/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.h60 GetPluginName();
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.h64 GetPluginName();
DProcessFreeBSD.cpp84 ProcessFreeBSD::GetPluginName() in GetPluginName() function in ProcessFreeBSD
/external/lldb/source/Plugins/SymbolFile/DWARF/
DLogChannelDWARF.h56 GetPluginName();
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.h62 GetPluginName();
/external/lldb/source/Plugins/Process/Linux/
DProcessLinux.h64 GetPluginName();
/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.h56 GetPluginName();
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h49 GetPluginName();
DPlatformLinux.cpp115 PlatformLinux::GetPluginName() in GetPluginName() function in PlatformLinux
275 GetPluginName().GetCString(), in ResolveExecutable()
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.h88 GetPluginName();
/external/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.h79 GetPluginName();

1234