| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Trace.cpp | 112 TraceStopRequest(GetPluginName().AsCString())); in Stop() 120 TraceStopRequest(GetPluginName().AsCString(), tids)); in Stop() 127 return m_live_process->TraceGetState(GetPluginName().AsCString()); in GetLiveProcessState() 161 TraceGetBinaryDataRequest request{GetPluginName().AsCString(), kind.str(), in GetLiveThreadBinaryData() 178 TraceGetBinaryDataRequest request{GetPluginName().AsCString(), kind.str(), in GetLiveProcessBinaryData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ProcessTrace.h | 43 ConstString GetPluginName() override; 55 GetPluginName().GetCString()); in WillResume()
|
| H A D | Process.h | 616 GetPluginName().GetCString()); in DoLoadCore() 937 GetPluginName().GetCString()); in DoAttachToProcessWithID() 1013 GetPluginName().GetCString()); in DoLaunch() 1049 GetPluginName().GetCString()); in DoResume() 1085 GetPluginName().GetCString()); in DoHalt() 1112 GetPluginName().GetCString()); in DoDetach() 1143 GetPluginName().GetCString()); in DoSignal() 1572 GetPluginName().GetCString()); in DoWriteMemory() 1656 GetPluginName().GetCString()); in DoAllocateMemory() 1911 GetPluginName().GetCString()); in DoDeallocateMemory() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.h | 58 ConstString GetPluginName() override; 92 GetPluginName().GetCString()); in WillResume()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 63 ConstString TraceIntelPT::GetPluginName() { return GetPluginNameStatic(); } in GetPluginName() function in TraceIntelPT 279 request.type = GetPluginName().AsCString(); in Start() 313 request.type = GetPluginName().AsCString(); in Start()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.h | 63 lldb_private::ConstString GetPluginName() override; 76 GetPluginName().GetCString()); in WillResume()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PluginInterface.h | 21 virtual ConstString GetPluginName() = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | TraceExporterCTF.h | 27 ConstString GetPluginName() override;
|
| H A D | TraceExporterCTF.cpp | 47 ConstString TraceExporterCTF::GetPluginName() { return GetPluginNameStatic(); } in GetPluginName() function in TraceExporterCTF
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.h | 34 lldb_private::ConstString GetPluginName() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/ |
| H A D | ArchitectureAArch64.h | 23 ConstString GetPluginName() override;
|
| H A D | ArchitectureAArch64.cpp | 42 ConstString ArchitectureAArch64::GetPluginName() { in GetPluginName() function in ArchitectureAArch64
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.h | 33 lldb_private::ConstString GetPluginName() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolVendor.h | 44 ConstString GetPluginName() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ |
| H A D | ScriptInterpreterNone.h | 40 lldb_private::ConstString GetPluginName() override;
|
| H A D | ScriptInterpreterNone.cpp | 69 lldb_private::ConstString ScriptInterpreterNone::GetPluginName() { in GetPluginName() function in ScriptInterpreterNone
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.h | 22 ConstString GetPluginName() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.h | 32 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/ |
| H A D | DynamicLoaderWasmDYLD.h | 40 ConstString GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
| H A D | ArchitectureArm.h | 22 ConstString GetPluginName() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ |
| H A D | ObjCPlusPlusLanguage.h | 46 ConstString GetPluginName() override;
|
| H A D | ObjCPlusPlusLanguage.cpp | 43 lldb_private::ConstString ObjCPlusPlusLanguage::GetPluginName() { in GetPluginName() function in ObjCPlusPlusLanguage
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.h | 47 lldb_private::ConstString GetPluginName() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.h | 32 ConstString GetPluginName() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.h | 32 ConstString GetPluginName() override;
|