Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp109 static PluginProperties &GetGlobalPluginProperties() { in GetGlobalPluginProperties() function
162 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
409 switch (GetGlobalPluginProperties().GetEnable()) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp86 static PluginProperties &GetGlobalPluginProperties() { in GetGlobalPluginProperties() function
156 GetGlobalPluginProperties().GetPacketTimeout(); in ProcessKDP()
715 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp102 static PluginProperties &GetGlobalPluginProperties() { in GetGlobalPluginProperties() function
190 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
294 const auto *map = GetGlobalPluginProperties().ModuleABIMap(); in GetModuleSpecifications()
325 env = GetGlobalPluginProperties().ABI(); in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp169 static PluginProperties &GetGlobalPluginProperties() { in GetGlobalPluginProperties() function
208 return std::chrono::seconds(GetGlobalPluginProperties().GetPacketTimeout()); in GetPacketTimeout()
298 GetGlobalPluginProperties().GetPacketTimeout(); in ProcessGDBRemote()
303 GetGlobalPluginProperties().GetUseGPacketForReading(); in ProcessGDBRemote()
394 GetGlobalPluginProperties().SetPacketTimeout(host_packet_timeout.count()); in BuildDynamicRegisterInfo()
405 GetGlobalPluginProperties().GetTargetDefinitionFile(); in BuildDynamicRegisterInfo()
3419 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
4389 bool can_use_svr4 = GetGlobalPluginProperties().GetUseSVR4(); in GetLoadedModuleList()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp133 static PluginProperties &GetGlobalPluginProperties() { in GetGlobalPluginProperties() function
253 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
453 if (!GetGlobalPluginProperties().IgnoreFileIndexes()) { in InitializeObject()