| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.h | 58 ConstString GetPluginName() override; 92 GetPluginName().GetCString()); in WillResume()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Process.h | 817 GetPluginName().GetCString()); in DoLoadCore() 1179 GetPluginName().GetCString()); in DoAttachToProcessWithID() 1267 GetPluginName().GetCString()); in DoLaunch() 1309 GetPluginName().GetCString()); in DoResume() 1351 GetPluginName().GetCString()); in DoHalt() 1384 GetPluginName().GetCString()); in DoDetach() 1421 GetPluginName().GetCString()); in DoSignal() 1875 GetPluginName().GetCString()); in DoWriteMemory() 1965 GetPluginName().GetCString()); in DoAllocateMemory() 2192 GetPluginName().GetCString()); in DoDeallocateMemory() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 75 ConstString obj_name = obj_file->GetPluginName(); in CreateInstance() 166 ConstString SymbolVendorELF::GetPluginName() { return GetPluginNameStatic(); } in GetPluginName() function in SymbolVendorELF
|
| H A D | SymbolVendorELF.h | 43 lldb_private::ConstString GetPluginName() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.h | 73 lldb_private::ConstString GetPluginName() override; 88 GetPluginName().GetCString()); in WillResume()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | PluginInterface.h | 21 virtual ConstString GetPluginName() = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 411 strm.Printf(" Platform: %s\n", GetPluginName().GetCString()); in GetStatus() 777 GetPluginName().GetCString(), in MakeDirectory() 793 GetPluginName().GetCString(), in GetFilePermissions() 807 GetPluginName().GetCString(), in SetFilePermissions() 813 ConstString Platform::GetName() { return GetPluginName(); } in GetName() 1004 GetPluginName().GetCString()); in ConnectRemote() 1008 GetPluginName().GetCString()); in ConnectRemote() 1017 GetPluginName().GetCString()); in DisconnectRemote() 1021 GetPluginName().GetCString()); in DisconnectRemote() 1182 __FUNCTION__, process_sp->GetPluginName().AsCString()); in DebugProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.h | 23 ConstString GetPluginName() override;
|
| H A D | ArchitecturePPC64.cpp | 46 ConstString ArchitecturePPC64::GetPluginName() { return GetPluginNameStatic(); } in GetPluginName() function in ArchitecturePPC64
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| H A D | DynamicLoaderWindowsDYLD.h | 37 ConstString GetPluginName() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/ |
| H A D | ScriptInterpreterNone.h | 46 lldb_private::ConstString GetPluginName() override;
|
| H A D | ScriptInterpreterNone.cpp | 69 lldb_private::ConstString ScriptInterpreterNone::GetPluginName() { in GetPluginName() function in ScriptInterpreterNone
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/ |
| H A D | ObjCPlusPlusLanguage.h | 49 ConstString GetPluginName() override;
|
| H A D | ObjCPlusPlusLanguage.cpp | 45 lldb_private::ConstString ObjCPlusPlusLanguage::GetPluginName() { in GetPluginName() function in ObjCPlusPlusLanguage
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.h | 33 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Arm/ |
| H A D | ArchitectureArm.h | 23 ConstString GetPluginName() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.h | 56 lldb_private::ConstString GetPluginName() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/ |
| H A D | ArchitectureMips.h | 24 ConstString GetPluginName() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.h | 37 ConstString GetPluginName() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | ASanRuntime.h | 35 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.h | 36 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.h | 35 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.h | 56 lldb_private::ConstString GetPluginName() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.h | 37 ConstString GetPluginName() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectDisassemble.h | 38 const char *GetPluginName() { in GetPluginName() function
|