Home
last modified time | relevance | path

Searched refs:GetGlobalProperties (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp72 static PluginProperties &GetGlobalProperties() { in GetGlobalProperties() function
95 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
111 triple.setArchName(GetGlobalProperties().GetArchitecture()); in GetSupportedArchitectures()
166 FileSpec qemu = GetGlobalProperties().GetEmulatorPath(); in DebugProcess()
170 llvm::StringRef arch = GetGlobalProperties().GetArchitecture(); in DebugProcess()
191 args.AppendArguments(GetGlobalProperties().GetEmulatorArgs()); in DebugProcess()
205 for (const auto &KV : GetGlobalProperties().GetEmulatorEnvVars()) in DebugProcess()
248 for (const auto &KV : GetGlobalProperties().GetTargetEnvVars()) in GetEnvironment()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp149 static StructuredDataDarwinLogProperties &GetGlobalProperties() { in GetGlobalProperties() function
1030 auto enable_options = GetGlobalProperties().GetAutoEnableOptions(); in RunEnableCommand()
1226 if (!GetGlobalProperties().GetEnableOnStartup() && in ModulesDidLoad()
1253 GetGlobalProperties().GetLoggingModuleName(); in ModulesDidLoad()
1369 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
1404 if (!GetGlobalProperties().GetEnableOnStartup() && in FilterLaunchInfo()
1598 FileSpec(GetGlobalProperties().GetLoggingModuleName()); in AddInitCompletionHook()
1619 __FUNCTION__, GetGlobalProperties().GetLoggingModuleName(), in AddInitCompletionHook()
1630 __FUNCTION__, GetGlobalProperties().GetLoggingModuleName(), in AddInitCompletionHook()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h41 static PluginProperties &GetGlobalProperties();
H A DLibiptDecoder.cpp141 trace_intel_pt.GetGlobalProperties() in PSBBlockAnomalyDetector()
144 trace_intel_pt.GetGlobalProperties() in PSBBlockAnomalyDetector()
H A DTraceIntelPT.cpp73 TraceIntelPT::PluginProperties &TraceIntelPT::GetGlobalProperties() { in GetGlobalProperties() function in TraceIntelPT
90 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2780 return Target::GetGlobalProperties().GetExecutableSearchPaths(); in GetDefaultExecutableSearchPaths()
2784 return Target::GetGlobalProperties().GetDebugFileSearchPaths(); in GetDefaultDebugFileSearchPaths()
2788 return Target::GetGlobalProperties().GetDefaultArchitecture(); in GetDefaultArchitecture()
2795 Target::GetGlobalProperties().SetDefaultArchitecture(arch); in SetDefaultArchitecture()
3207 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties() function in Target
3341 GetGlobalProperties().GetProcessLaunchInfo()); in SaveScriptedLaunchInfo()
4329 OptionValueProperties::CreateLocalCopy(Target::GetGlobalProperties()); in TargetProperties()
4380 Process::GetGlobalProperties().GetValueProperties()); in TargetProperties()
H A DThread.cpp61 ThreadProperties &Thread::GetGlobalProperties() { in GetGlobalProperties() function in Thread
107 OptionValueProperties::CreateLocalCopy(Thread::GetGlobalProperties()); in ThreadProperties()
H A DProcess.cpp162 Thread::GetGlobalProperties().GetValueProperties()); in ProcessProperties()
165 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties()
518 ProcessProperties &Process::GetGlobalProperties() { in GetGlobalProperties() function in Process
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h156 static ThreadProperties &GetGlobalProperties();
H A DTarget.h649 static TargetProperties &GetGlobalProperties();
H A DProcess.h517 static ProcessProperties &GetGlobalProperties();
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp470 (target_sp ? *target_sp : Target::GetGlobalProperties()) in ShouldPrintAsOneLiner()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp624 if (Target::GetGlobalProperties() in DumpDataExtractor()
H A DDebugger.cpp989 Target::GetGlobalProperties().GetValueProperties()); in Debugger()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2557 Target::GetGlobalProperties().GetLoadCWDlldbinitFile(); in SourceInitFileCwd()