Home
last modified time | relevance | path

Searched refs:GetGlobalPluginProperties (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp112 static const JITLoaderGDBPropertiesSP &GetGlobalPluginProperties() { in GetGlobalPluginProperties() function
165 debugger, GetGlobalPluginProperties()->GetValueProperties(), in DebuggerInitialize()
420 switch (GetGlobalPluginProperties()->GetEnable()) { in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp173 static const ProcessKDPPropertiesSP &GetGlobalPluginProperties() { in GetGlobalPluginProperties() function
219 return std::chrono::seconds(GetGlobalPluginProperties()->GetPacketTimeout()); in GetPacketTimeout()
308 GetGlobalPluginProperties()->GetPacketTimeout(); in ProcessGDBRemote()
313 GetGlobalPluginProperties()->GetUseGPacketForReading(); in ProcessGDBRemote()
415 GetGlobalPluginProperties()->SetPacketTimeout(host_packet_timeout.count()); in BuildDynamicRegisterInfo()
425 GetGlobalPluginProperties()->GetTargetDefinitionFile(); in BuildDynamicRegisterInfo()
3641 debugger, GetGlobalPluginProperties()->GetValueProperties(), in DebuggerInitialize()
4692 bool can_use_svr4 = GetGlobalPluginProperties()->GetUseSVR4(); in GetLoadedModuleList()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp150 static const SymbolFileDWARFPropertiesSP &GetGlobalPluginProperties() { in GetGlobalPluginProperties() function
270 debugger, GetGlobalPluginProperties()->GetValueProperties(), in DebuggerInitialize()
473 if (!GetGlobalPluginProperties()->IgnoreFileIndexes()) { in InitializeObject()