Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
HDPlatformQemuUser.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-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp149 static StructuredDataDarwinLogProperties &GetGlobalProperties() { in GetGlobalProperties() function
1024 auto enable_options = GetGlobalProperties().GetAutoEnableOptions(); in RunEnableCommand()
1219 if (!GetGlobalProperties().GetEnableOnStartup() && in ModulesDidLoad()
1246 GetGlobalProperties().GetLoggingModuleName(); in ModulesDidLoad()
1362 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
1397 if (!GetGlobalProperties().GetEnableOnStartup() && in FilterLaunchInfo()
1590 FileSpec(GetGlobalProperties().GetLoggingModuleName()); in AddInitCompletionHook()
1611 __FUNCTION__, GetGlobalProperties().GetLoggingModuleName(), in AddInitCompletionHook()
1622 __FUNCTION__, GetGlobalProperties().GetLoggingModuleName(), in AddInitCompletionHook()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPT.h41 static PluginProperties &GetGlobalProperties();
HDLibiptDecoder.cpp141 trace_intel_pt.GetGlobalProperties() in PSBBlockAnomalyDetector()
144 trace_intel_pt.GetGlobalProperties() in PSBBlockAnomalyDetector()
HDTraceIntelPT.cpp73 TraceIntelPT::PluginProperties &TraceIntelPT::GetGlobalProperties() { in GetGlobalProperties() function in TraceIntelPT
90 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp2598 return Target::GetGlobalProperties().GetExecutableSearchPaths(); in GetDefaultExecutableSearchPaths()
2602 return Target::GetGlobalProperties().GetDebugFileSearchPaths(); in GetDefaultDebugFileSearchPaths()
2606 return Target::GetGlobalProperties().GetDefaultArchitecture(); in GetDefaultArchitecture()
2613 Target::GetGlobalProperties().SetDefaultArchitecture(arch); in SetDefaultArchitecture()
3048 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties() function in Target
3191 GetGlobalProperties().GetProcessLaunchInfo()); in SaveScriptedLaunchInfo()
4152 OptionValueProperties::CreateLocalCopy(Target::GetGlobalProperties()); in TargetProperties()
4203 Process::GetGlobalProperties().GetValueProperties()); in TargetProperties()
HDThread.cpp61 ThreadProperties &Thread::GetGlobalProperties() { in GetGlobalProperties() function in Thread
107 OptionValueProperties::CreateLocalCopy(Thread::GetGlobalProperties()); in ThreadProperties()
HDProcess.cpp198 Thread::GetGlobalProperties().GetValueProperties()); in ProcessProperties()
201 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties()
545 ProcessProperties &Process::GetGlobalProperties() { in GetGlobalProperties() function in Process
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThread.h153 static ThreadProperties &GetGlobalProperties();
HDTarget.h617 static TargetProperties &GetGlobalProperties();
HDProcess.h502 static ProcessProperties &GetGlobalProperties();
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDFormatManager.cpp462 (target_sp ? *target_sp : Target::GetGlobalProperties()) in ShouldPrintAsOneLiner()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDumpDataExtractor.cpp623 if (Target::GetGlobalProperties() in DumpDataExtractor()
HDDebugger.cpp869 Target::GetGlobalProperties().GetValueProperties()); in Debugger()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2404 Target::GetGlobalProperties().GetLoadCWDlldbinitFile(); in SourceInitFileCwd()