| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ProcessTrace.h | 44 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 | 635 "error: {0} does not support loading core files.", GetPluginName()); in DoLoadCore() 1004 GetPluginName()); in DoAttachToProcessWithID() 1089 "error: {0} does not support launching processes", GetPluginName()); in DoLaunch() 1130 "{0} does not support resuming processes", GetPluginName()); in DoResume() 1132 "{0} does not support reverse execution of processes", GetPluginName()); in DoResume() 1165 "error: {0} does not support halting processes", GetPluginName()); in DoHalt() 1190 GetPluginName()); in DoDetach() 1219 GetPluginName()); in DoSignal() 1721 "error: {0} does not support writing to processes", GetPluginName()); in DoWriteMemory() 1805 GetPluginName()); in DoAllocateMemory() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.h | 61 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function 86 "error: {0} does not support resuming processes", GetPluginName()); in WillResume()
|
| /freebsd/contrib/llvm-project/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 | 249 strm.Format(" Platform: {0}\n", GetPluginName()); in GetStatus() 605 "remote platform {0} doesn't support {1}", GetPluginName(), in MakeDirectory() 621 "remote platform {0} doesn't support {1}", GetPluginName(), in GetFilePermissions() 635 "remote platform {0} doesn't support {1}", GetPluginName(), in SetFilePermissions() 671 GetPluginName()); in ReadFile() 681 GetPluginName()); in WriteFile() 795 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveExecutable() 885 GetPluginName()); in ConnectRemote() 888 "Platform::ConnectRemote() is not supported by {0}", GetPluginName()); in ConnectRemote() 898 GetPluginName()); in DisconnectRemote() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSaveCoreOptions.cpp | 58 const char *SBSaveCoreOptions::GetPluginName() const { in GetPluginName() function in SBSaveCoreOptions 60 const auto name = m_opaque_up->GetPluginName(); in GetPluginName()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.h | 62 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function 71 "error: {0} does not support resuming processes", GetPluginName()); in WillResume()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PluginInterface.h | 21 virtual llvm::StringRef GetPluginName() = 0;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | TraceExporterCTF.h | 27 llvm::StringRef GetPluginName() override { in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.h | 34 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
| H A D | SymbolVendorPECOFF.h | 34 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/ |
| H A D | ArchitectureAArch64.h | 23 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.h | 33 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolVendor.h | 44 llvm::StringRef GetPluginName() override { return "vendor-default"; } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.h | 32 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.h | 22 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/ |
| H A D | RegisterTypeBuilderClang.h | 25 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ |
| H A D | ScriptInterpreterNone.h | 40 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
| H A D | ArchitectureArm.h | 22 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.h | 47 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBSaveCoreOptionsDocstrings.i | 25 ) lldb::SBSaveCoreOptions::GetPluginName;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedStopHookPythonInterface.h | 46 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/ |
| H A D | DynamicLoaderWasmDYLD.h | 45 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ |
| H A D | ObjCPlusPlusLanguage.h | 53 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/ |
| H A D | ArchitectureMips.h | 23 llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|