Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp77 static PluginProperties &GetGlobalProperties() { in GetGlobalProperties() function
100 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
116 triple.setArchName(GetGlobalProperties().GetArchitecture()); in GetSupportedArchitectures()
170 FileSpec qemu = GetGlobalProperties().GetEmulatorPath(); in DebugProcess()
172 qemu.SetPath(("qemu-" + GetGlobalProperties().GetArchitecture()).str()); in DebugProcess()
187 args.AppendArguments(GetGlobalProperties().GetEmulatorArgs()); in DebugProcess()
201 for (const auto &KV : GetGlobalProperties().GetEmulatorEnvVars()) in DebugProcess()
244 for (const auto &KV : GetGlobalProperties().GetTargetEnvVars()) in GetEnvironment()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp147 static StructuredDataDarwinLogProperties &GetGlobalProperties() { in GetGlobalProperties() function
1022 auto enable_options = GetGlobalProperties().GetAutoEnableOptions(); in RunEnableCommand()
1220 if (!GetGlobalProperties().GetEnableOnStartup() && in ModulesDidLoad()
1247 GetGlobalProperties().GetLoggingModuleName(); in ModulesDidLoad()
1367 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
1404 if (!GetGlobalProperties().GetEnableOnStartup() && in FilterLaunchInfo()
1600 FileSpec(GetGlobalProperties().GetLoggingModuleName()); in AddInitCompletionHook()
1621 __FUNCTION__, GetGlobalProperties().GetLoggingModuleName(), in AddInitCompletionHook()
1632 __FUNCTION__, GetGlobalProperties().GetLoggingModuleName(), in AddInitCompletionHook()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp128 static DynamicLoaderDarwinKernelProperties &GetGlobalProperties() { in GetGlobalProperties() function
237 if (GetGlobalProperties().GetScanType() == eKASLRScanNone) in SearchForKernelWithDebugHints()
289 if (GetGlobalProperties().GetScanType() == eKASLRScanNone || in SearchForKernelNearPC()
290 GetGlobalProperties().GetScanType() == eKASLRScanLowgloAddresses) { in SearchForKernelNearPC()
347 if (GetGlobalProperties().GetScanType() != eKASLRScanExhaustiveScan) { in SearchForKernelViaExhaustiveSearch()
1151 const bool load_kexts = GetGlobalProperties().GetLoadKexts(); in ParseKextSummaries()
1522 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp155 static PlatformDarwinProperties &GetGlobalProperties() { in GetGlobalProperties() function
166 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
169 OptionValueString *value = GetGlobalProperties().GetIgnoredExceptionValue(); in DebuggerInitialize()
177 = GetGlobalProperties().GetIgnoredExceptions(); in GetExtraStartupCommands()
H A DPlatformDarwinKernel.cpp212 static PlatformDarwinKernelProperties &GetGlobalProperties() { in GetGlobalProperties() function
223 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
375 FileSpecList user_dirs(GetGlobalProperties().GetKextDirectories()); in GetUserSpecifiedDirectoriesToSearch()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2514 return Target::GetGlobalProperties().GetExecutableSearchPaths(); in GetDefaultExecutableSearchPaths()
2518 return Target::GetGlobalProperties().GetDebugFileSearchPaths(); in GetDefaultDebugFileSearchPaths()
2522 return Target::GetGlobalProperties().GetDefaultArchitecture(); in GetDefaultArchitecture()
2529 Target::GetGlobalProperties().SetDefaultArchitecture(arch); in SetDefaultArchitecture()
2946 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties() function in Target
3117 GetGlobalProperties().GetProcessLaunchInfo()); in Launch()
4049 OptionValueProperties::CreateLocalCopy(Target::GetGlobalProperties()); in TargetProperties()
4101 true, Process::GetGlobalProperties().GetValueProperties()); in TargetProperties()
H A DThread.cpp61 ThreadProperties &Thread::GetGlobalProperties() { in GetGlobalProperties() function in Thread
108 OptionValueProperties::CreateLocalCopy(Thread::GetGlobalProperties()); in ThreadProperties()
H A DProcess.cpp171 true, Thread::GetGlobalProperties().GetValueProperties()); in ProcessProperties()
174 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties()
505 ProcessProperties &Process::GetGlobalProperties() { in GetGlobalProperties() function in Process
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h151 static ThreadProperties &GetGlobalProperties();
H A DTarget.h585 static TargetProperties &GetGlobalProperties();
H A DProcess.h488 static ProcessProperties &GetGlobalProperties();
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp804 Target::GetGlobalProperties().GetValueProperties()); in Debugger()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2388 Target::GetGlobalProperties().GetLoadCWDlldbinitFile(); in SourceInitFileCwd()