Home
last modified time | relevance | path

Searched refs:GetPluginName (Results 1 – 25 of 137) sorted by relevance

123456

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h58 ConstString GetPluginName() override;
92 GetPluginName().GetCString()); in WillResume()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h817 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 DSymbolVendorELF.cpp75 ConstString obj_name = obj_file->GetPluginName(); in CreateInstance()
166 ConstString SymbolVendorELF::GetPluginName() { return GetPluginNameStatic(); } in GetPluginName() function in SymbolVendorELF
H A DSymbolVendorELF.h43 lldb_private::ConstString GetPluginName() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h73 lldb_private::ConstString GetPluginName() override;
88 GetPluginName().GetCString()); in WillResume()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginInterface.h21 virtual ConstString GetPluginName() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp411 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 DArchitecturePPC64.h23 ConstString GetPluginName() override;
H A DArchitecturePPC64.cpp46 ConstString ArchitecturePPC64::GetPluginName() { return GetPluginNameStatic(); } in GetPluginName() function in ArchitecturePPC64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h37 ConstString GetPluginName() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h46 lldb_private::ConstString GetPluginName() override;
H A DScriptInterpreterNone.cpp69 lldb_private::ConstString ScriptInterpreterNone::GetPluginName() { in GetPluginName() function in ScriptInterpreterNone
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.h49 ConstString GetPluginName() override;
H A DObjCPlusPlusLanguage.cpp45 lldb_private::ConstString ObjCPlusPlusLanguage::GetPluginName() { in GetPluginName() function in ObjCPlusPlusLanguage
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h33 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.h23 ConstString GetPluginName() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h56 lldb_private::ConstString GetPluginName() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h24 ConstString GetPluginName() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h37 ConstString GetPluginName() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.h35 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h36 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.h35 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h56 lldb_private::ConstString GetPluginName() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h37 ConstString GetPluginName() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.h38 const char *GetPluginName() { in GetPluginName() function

123456