| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | ProcessTrace.h | 43 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function 52 "error: {0} does not support resuming processes", GetPluginName()); in WillResume()
|
| H A D | Process.h | 600 "error: {0} does not support loading core files.", GetPluginName()); in DoLoadCore() 951 GetPluginName()); in DoAttachToProcessWithID() 1040 "error: {0} does not support launching processes", GetPluginName()); in DoLaunch() 1075 "error: {0} does not support resuming processes", GetPluginName()); in DoResume() 1110 "error: {0} does not support halting processes", GetPluginName()); in DoHalt() 1137 GetPluginName()); in DoDetach() 1168 GetPluginName()); in DoSignal() 1575 "error: {0} does not support writing to processes", GetPluginName()); in DoWriteMemory() 1659 GetPluginName()); in DoAllocateMemory() 1912 GetPluginName()); in DoDeallocateMemory() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.h | 58 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function 86 "error: {0} does not support resuming processes", GetPluginName()); in WillResume()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Trace.cpp | 168 return m_live_process->TraceStop(TraceStopRequest(GetPluginName())); in Stop() 176 return m_live_process->TraceStop(TraceStopRequest(GetPluginName(), tids)); in Stop() 184 return m_live_process->TraceGetState(GetPluginName()); in GetLiveProcessState() 241 TraceGetBinaryDataRequest request{GetPluginName().str(), kind.str(), tid, in GetLiveThreadBinaryData() 259 TraceGetBinaryDataRequest request{GetPluginName().str(), kind.str(), in GetLiveCpuBinaryData() 272 TraceGetBinaryDataRequest request{GetPluginName().str(), kind.str(), in GetLiveProcessBinaryData()
|
| H A D | Platform.cpp | 287 strm.Format(" Platform: {0}\n", GetPluginName()); in GetStatus() 643 GetPluginName(), LLVM_PRETTY_FUNCTION); in MakeDirectory() 658 GetPluginName(), LLVM_PRETTY_FUNCTION); in GetFilePermissions() 671 GetPluginName(), LLVM_PRETTY_FUNCTION); in SetFilePermissions() 706 GetPluginName()); in ReadFile() 716 GetPluginName()); in WriteFile() 855 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveRemoteExecutable() 956 GetPluginName()); in ConnectRemote() 959 "Platform::ConnectRemote() is not supported by {0}", GetPluginName()); in ConnectRemote() 969 GetPluginName()); in DisconnectRemote() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.h | 63 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function 73 "error: {0} does not support resuming processes", GetPluginName()); in WillResume()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | PluginInterface.h | 21 virtual llvm::StringRef GetPluginName() = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | TraceExporterCTF.h | 27 llvm::StringRef GetPluginName() override { in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/ |
| H A D | SymbolVendorPECOFF.h | 34 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/ |
| H A D | SymbolVendorMacOSX.h | 34 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.h | 34 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/ |
| H A D | ArchitectureAArch64.h | 23 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.h | 33 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | SymbolVendor.h | 44 llvm::StringRef GetPluginName() override { return "vendor-default"; } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.h | 32 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/ |
| H A D | ScriptInterpreterNone.h | 40 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.h | 22 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjCPlusPlus/ |
| H A D | ObjCPlusPlusLanguage.h | 46 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/Arm/ |
| H A D | ArchitectureArm.h | 22 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.h | 47 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformRemoteAppleWatch.h | 37 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| H A D | PlatformRemoteAppleBridge.h | 37 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| H A D | PlatformRemoteiOS.h | 37 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| H A D | PlatformRemoteAppleTV.h | 41 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| H A D | PlatformRemoteMacOSX.h | 40 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|