| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 77 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 D | StructuredDataDarwinLog.cpp | 147 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 D | DynamicLoaderDarwinKernel.cpp | 128 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 D | TraceIntelPT.h | 41 static PluginProperties &GetGlobalProperties();
|
| H A D | LibiptDecoder.cpp | 141 trace_intel_pt.GetGlobalProperties() in PSBBlockAnomalyDetector() 144 trace_intel_pt.GetGlobalProperties() in PSBBlockAnomalyDetector()
|
| H A D | TraceIntelPT.cpp | 73 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 D | PlatformDarwin.cpp | 155 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 D | PlatformDarwinKernel.cpp | 212 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 D | Target.cpp | 2514 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 D | Thread.cpp | 61 ThreadProperties &Thread::GetGlobalProperties() { in GetGlobalProperties() function in Thread 108 OptionValueProperties::CreateLocalCopy(Thread::GetGlobalProperties()); in ThreadProperties()
|
| H A D | Process.cpp | 171 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 D | Thread.h | 151 static ThreadProperties &GetGlobalProperties();
|
| H A D | Target.h | 585 static TargetProperties &GetGlobalProperties();
|
| H A D | Process.h | 488 static ProcessProperties &GetGlobalProperties();
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Debugger.cpp | 804 Target::GetGlobalProperties().GetValueProperties()); in Debugger()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2388 Target::GetGlobalProperties().GetLoadCWDlldbinitFile(); in SourceInitFileCwd()
|