Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp112 static PluginProperties &GetGlobalPluginProperties() { in GetGlobalPluginProperties() function
163 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
412 switch (GetGlobalPluginProperties().GetEnable()) { in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp174 static PluginProperties &GetGlobalPluginProperties() { in GetGlobalPluginProperties() function
215 return std::chrono::seconds(GetGlobalPluginProperties().GetPacketTimeout()); in GetPacketTimeout()
290 GetGlobalPluginProperties().GetPacketTimeout(); in ProcessGDBRemote()
295 GetGlobalPluginProperties().GetUseGPacketForReading(); in ProcessGDBRemote()
386 GetGlobalPluginProperties().SetPacketTimeout(host_packet_timeout.count()); in BuildDynamicRegisterInfo()
397 GetGlobalPluginProperties().GetTargetDefinitionFile(); in BuildDynamicRegisterInfo()
3527 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
4901 bool can_use_svr4 = GetGlobalPluginProperties().GetUseSVR4(); in GetLoadedModuleList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp141 static PluginProperties &GetGlobalPluginProperties() { in GetGlobalPluginProperties() function
314 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
517 if (!GetGlobalPluginProperties().IgnoreFileIndexes()) { in InitializeObject()