/external/lldb/source/Target/ |
D | Platform.cpp | 277 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/ |
D | Process.h | 1749 …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/ |
D | SymbolVendorELF.cpp | 94 ConstString obj_name = obj_file->GetPluginName(); in CreateInstance() 189 SymbolVendorELF::GetPluginName() in GetPluginName() function in SymbolVendorELF
|
D | SymbolVendorELF.h | 49 GetPluginName();
|
/external/lldb/source/Commands/ |
D | CommandObjectPlatform.cpp | 158 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()
|
D | CommandObjectDisassemble.h | 49 GetPluginName () in GetPluginName() function
|
/external/lldb/include/lldb/Core/ |
D | PluginInterface.h | 28 GetPluginName() = 0;
|
/external/lldb/source/Plugins/SymbolVendor/MacOSX/ |
D | SymbolVendorMacOSX.h | 49 GetPluginName();
|
D | SymbolVendorMacOSX.cpp | 134 ConstString obj_name = obj_file->GetPluginName(); in CreateInstance() 302 SymbolVendorMacOSX::GetPluginName() in GetPluginName() function in SymbolVendorMacOSX
|
/external/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.h | 76 GetPluginName();
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformMacOSX.h | 53 GetPluginName() in GetPluginName() function
|
D | PlatformiOSSimulator.cpp | 240 GetPluginName().GetCString(), in ResolveExecutable() 350 GetPluginName().GetCString()); in GetFile()
|
D | PlatformiOSSimulator.h | 53 GetPluginName() in GetPluginName() function
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 269 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/ |
D | UnwindAssembly-x86.h | 60 GetPluginName();
|
/external/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.h | 64 GetPluginName();
|
D | ProcessFreeBSD.cpp | 84 ProcessFreeBSD::GetPluginName() in GetPluginName() function in ProcessFreeBSD
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | LogChannelDWARF.h | 56 GetPluginName();
|
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.h | 62 GetPluginName();
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessLinux.h | 64 GetPluginName();
|
/external/lldb/source/Plugins/OperatingSystem/Python/ |
D | OperatingSystemPython.h | 56 GetPluginName();
|
/external/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.h | 49 GetPluginName();
|
D | PlatformLinux.cpp | 115 PlatformLinux::GetPluginName() in GetPluginName() function in PlatformLinux 275 GetPluginName().GetCString(), in ResolveExecutable()
|
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
D | ObjectContainerUniversalMachO.h | 88 GetPluginName();
|
/external/lldb/source/Plugins/Process/mach-core/ |
D | ProcessMachCore.h | 79 GetPluginName();
|