Lines Matching refs:TargetProperties
96 : TargetProperties(this), in Target()
3060 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties()
3063 static TargetProperties *g_settings_ptr = in GetGlobalProperties()
3064 new TargetProperties(nullptr); in GetGlobalProperties()
4160 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
4221 TargetProperties::~TargetProperties() = default;
4223 void TargetProperties::UpdateLaunchInfoFromProperties() { in UpdateLaunchInfoFromProperties()
4236 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
4250 void TargetProperties::SetInjectLocalVariables(ExecutionContext *exe_ctx, in SetInjectLocalVariables()
4260 ArchSpec TargetProperties::GetDefaultArchitecture() const { in GetDefaultArchitecture()
4265 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture()
4270 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode()
4276 lldb::DynamicValueType TargetProperties::GetPreferDynamicValue() const { in GetPreferDynamicValue()
4283 bool TargetProperties::SetPreferDynamicValue(lldb::DynamicValueType d) { in SetPreferDynamicValue()
4288 bool TargetProperties::GetPreloadSymbols() const { in GetPreloadSymbols()
4298 void TargetProperties::SetPreloadSymbols(bool b) { in SetPreloadSymbols()
4303 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR()
4309 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR()
4314 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC()
4320 void TargetProperties::SetInheritTCC(bool b) { in SetInheritTCC()
4325 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError()
4331 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError()
4336 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO()
4342 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO()
4347 const char *TargetProperties::GetDisassemblyFlavor() const { in GetDisassemblyFlavor()
4360 InlineStrategy TargetProperties::GetInlineStrategy() const { in GetInlineStrategy()
4367 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0()
4373 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0()
4379 bool TargetProperties::GetRunArguments(Args &args) const { in GetRunArguments()
4384 void TargetProperties::SetRunArguments(const Args &args) { in SetRunArguments()
4390 Environment TargetProperties::ComputeEnvironment() const { in ComputeEnvironment()
4418 Environment TargetProperties::GetEnvironment() const { in GetEnvironment()
4422 Environment TargetProperties::GetInheritedEnvironment() const { in GetInheritedEnvironment()
4450 Environment TargetProperties::GetTargetEnvironment() const { in GetTargetEnvironment()
4461 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment()
4467 bool TargetProperties::GetSkipPrologue() const { in GetSkipPrologue()
4473 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
4481 bool TargetProperties::GetAutoSourceMapRelative() const { in GetAutoSourceMapRelative()
4487 void TargetProperties::AppendExecutableSearchPaths(const FileSpec &dir) { in AppendExecutableSearchPaths()
4495 FileSpecList TargetProperties::GetExecutableSearchPaths() { in GetExecutableSearchPaths()
4500 FileSpecList TargetProperties::GetDebugFileSearchPaths() { in GetDebugFileSearchPaths()
4505 FileSpecList TargetProperties::GetClangModuleSearchPaths() { in GetClangModuleSearchPaths()
4510 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules()
4516 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule()
4523 DynamicClassInfoHelper TargetProperties::GetDynamicClassInfoHelper() const { in GetDynamicClassInfoHelper()
4530 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts()
4536 uint64_t TargetProperties::GetNumberOfRetriesWithFixits() const { in GetNumberOfRetriesWithFixits()
4542 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts()
4548 FileSpec TargetProperties::GetSaveJITObjectsDir() const { in GetSaveJITObjectsDir()
4553 void TargetProperties::CheckJITObjectsDir() { in CheckJITObjectsDir()
4586 bool TargetProperties::GetEnableSyntheticValue() const { in GetEnableSyntheticValue()
4592 bool TargetProperties::ShowHexVariableValuesWithLeadingZeroes() const { in ShowHexVariableValuesWithLeadingZeroes()
4598 uint32_t TargetProperties::GetMaxZeroPaddingInFloatFormat() const { in GetMaxZeroPaddingInFloatFormat()
4604 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay()
4611 TargetProperties::GetMaximumDepthOfChildrenToDisplay() const { in GetMaximumDepthOfChildrenToDisplay()
4619 uint32_t TargetProperties::GetMaximumSizeOfStringSummary() const { in GetMaximumSizeOfStringSummary()
4625 uint32_t TargetProperties::GetMaximumMemReadSize() const { in GetMaximumMemReadSize()
4631 FileSpec TargetProperties::GetStandardInputPath() const { in GetStandardInputPath()
4636 void TargetProperties::SetStandardInputPath(llvm::StringRef path) { in SetStandardInputPath()
4641 FileSpec TargetProperties::GetStandardOutputPath() const { in GetStandardOutputPath()
4646 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath()
4651 FileSpec TargetProperties::GetStandardErrorPath() const { in GetStandardErrorPath()
4656 void TargetProperties::SetStandardErrorPath(llvm::StringRef path) { in SetStandardErrorPath()
4661 LanguageType TargetProperties::GetLanguage() const { in GetLanguage()
4666 llvm::StringRef TargetProperties::GetExpressionPrefixContents() { in GetExpressionPrefixContents()
4680 uint64_t TargetProperties::GetExprErrorLimit() const { in GetExprErrorLimit()
4686 uint64_t TargetProperties::GetExprAllocAddress() const { in GetExprAllocAddress()
4692 uint64_t TargetProperties::GetExprAllocSize() const { in GetExprAllocSize()
4698 uint64_t TargetProperties::GetExprAllocAlign() const { in GetExprAllocAlign()
4704 bool TargetProperties::GetBreakpointsConsultPlatformAvoidList() { in GetBreakpointsConsultPlatformAvoidList()
4710 bool TargetProperties::GetUseHexImmediates() const { in GetUseHexImmediates()
4716 bool TargetProperties::GetUseFastStepping() const { in GetUseFastStepping()
4722 bool TargetProperties::GetDisplayExpressionsInCrashlogs() const { in GetDisplayExpressionsInCrashlogs()
4728 LoadScriptFromSymFile TargetProperties::GetLoadScriptFromSymbolFile() const { in GetLoadScriptFromSymbolFile()
4735 LoadCWDlldbinitFile TargetProperties::GetLoadCWDlldbinitFile() const { in GetLoadCWDlldbinitFile()
4742 Disassembler::HexImmediateStyle TargetProperties::GetHexImmediateStyle() const { in GetHexImmediateStyle()
4749 MemoryModuleLoadLevel TargetProperties::GetMemoryModuleLoadLevel() const { in GetMemoryModuleLoadLevel()
4756 bool TargetProperties::GetUserSpecifiedTrapHandlerNames(Args &args) const { in GetUserSpecifiedTrapHandlerNames()
4761 void TargetProperties::SetUserSpecifiedTrapHandlerNames(const Args &args) { in SetUserSpecifiedTrapHandlerNames()
4766 bool TargetProperties::GetDisplayRuntimeSupportValues() const { in GetDisplayRuntimeSupportValues()
4772 void TargetProperties::SetDisplayRuntimeSupportValues(bool b) { in SetDisplayRuntimeSupportValues()
4777 bool TargetProperties::GetDisplayRecognizedArguments() const { in GetDisplayRecognizedArguments()
4783 void TargetProperties::SetDisplayRecognizedArguments(bool b) { in SetDisplayRecognizedArguments()
4788 const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo() const { in GetProcessLaunchInfo()
4792 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo()
4820 bool TargetProperties::GetRequireHardwareBreakpoints() const { in GetRequireHardwareBreakpoints()
4826 void TargetProperties::SetRequireHardwareBreakpoints(bool b) { in SetRequireHardwareBreakpoints()
4831 bool TargetProperties::GetAutoInstallMainExecutable() const { in GetAutoInstallMainExecutable()
4837 void TargetProperties::Arg0ValueChangedCallback() { in Arg0ValueChangedCallback()
4841 void TargetProperties::RunArgsValueChangedCallback() { in RunArgsValueChangedCallback()
4847 void TargetProperties::EnvVarsValueChangedCallback() { in EnvVarsValueChangedCallback()
4851 void TargetProperties::InputPathValueChangedCallback() { in InputPathValueChangedCallback()
4856 void TargetProperties::OutputPathValueChangedCallback() { in OutputPathValueChangedCallback()
4861 void TargetProperties::ErrorPathValueChangedCallback() { in ErrorPathValueChangedCallback()
4866 void TargetProperties::DetachOnErrorValueChangedCallback() { in DetachOnErrorValueChangedCallback()
4873 void TargetProperties::DisableASLRValueChangedCallback() { in DisableASLRValueChangedCallback()
4880 void TargetProperties::InheritTCCValueChangedCallback() { in InheritTCCValueChangedCallback()
4887 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback()
4894 bool TargetProperties::GetDebugUtilityExpression() const { in GetDebugUtilityExpression()
4900 void TargetProperties::SetDebugUtilityExpression(bool debug) { in SetDebugUtilityExpression()