Lines Matching refs:TargetProperties

85     : TargetProperties(this),  in Target()
2662 new TargetPropertiesSP(new TargetProperties(nullptr)); in GetGlobalProperties()
3588 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
3597 ePropertyArg0, TargetProperties::Arg0ValueChangedCallback, this); in TargetProperties()
3599 ePropertyRunArgs, TargetProperties::RunArgsValueChangedCallback, this); in TargetProperties()
3601 ePropertyEnvVars, TargetProperties::EnvVarsValueChangedCallback, this); in TargetProperties()
3603 ePropertyInputPath, TargetProperties::InputPathValueChangedCallback, in TargetProperties()
3606 ePropertyOutputPath, TargetProperties::OutputPathValueChangedCallback, in TargetProperties()
3609 ePropertyErrorPath, TargetProperties::ErrorPathValueChangedCallback, in TargetProperties()
3613 TargetProperties::DetachOnErrorValueChangedCallback, this); in TargetProperties()
3615 ePropertyDisableASLR, TargetProperties::DisableASLRValueChangedCallback, in TargetProperties()
3619 TargetProperties::DisableSTDIOValueChangedCallback, this); in TargetProperties()
3655 TargetProperties::~TargetProperties() = default;
3657 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
3670 void TargetProperties::SetInjectLocalVariables(ExecutionContext *exe_ctx, in SetInjectLocalVariables()
3681 bool TargetProperties::GetUseModernTypeLookup() const { in GetUseModernTypeLookup()
3693 ArchSpec TargetProperties::GetDefaultArchitecture() const { in GetDefaultArchitecture()
3701 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture()
3708 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode()
3714 lldb::DynamicValueType TargetProperties::GetPreferDynamicValue() const { in GetPreferDynamicValue()
3721 bool TargetProperties::SetPreferDynamicValue(lldb::DynamicValueType d) { in SetPreferDynamicValue()
3726 bool TargetProperties::GetPreloadSymbols() const { in GetPreloadSymbols()
3732 void TargetProperties::SetPreloadSymbols(bool b) { in SetPreloadSymbols()
3737 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR()
3743 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR()
3748 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError()
3754 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError()
3759 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO()
3765 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO()
3770 const char *TargetProperties::GetDisassemblyFlavor() const { in GetDisassemblyFlavor()
3781 InlineStrategy TargetProperties::GetInlineStrategy() const { in GetInlineStrategy()
3787 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0()
3792 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0()
3799 bool TargetProperties::GetRunArguments(Args &args) const { in GetRunArguments()
3804 void TargetProperties::SetRunArguments(const Args &args) { in SetRunArguments()
3810 Environment TargetProperties::GetEnvironment() const { in GetEnvironment()
3818 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment()
3825 bool TargetProperties::GetSkipPrologue() const { in GetSkipPrologue()
3831 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
3840 FileSpecList &TargetProperties::GetExecutableSearchPaths() { in GetExecutableSearchPaths()
3849 FileSpecList &TargetProperties::GetDebugFileSearchPaths() { in GetDebugFileSearchPaths()
3858 FileSpecList &TargetProperties::GetClangModuleSearchPaths() { in GetClangModuleSearchPaths()
3867 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules()
3873 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts()
3879 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts()
3885 bool TargetProperties::GetEnableSaveObjects() const { in GetEnableSaveObjects()
3891 bool TargetProperties::GetEnableSyntheticValue() const { in GetEnableSyntheticValue()
3897 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay()
3903 uint32_t TargetProperties::GetMaximumSizeOfStringSummary() const { in GetMaximumSizeOfStringSummary()
3909 uint32_t TargetProperties::GetMaximumMemReadSize() const { in GetMaximumMemReadSize()
3915 FileSpec TargetProperties::GetStandardInputPath() const { in GetStandardInputPath()
3920 void TargetProperties::SetStandardInputPath(llvm::StringRef path) { in SetStandardInputPath()
3925 FileSpec TargetProperties::GetStandardOutputPath() const { in GetStandardOutputPath()
3930 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath()
3935 FileSpec TargetProperties::GetStandardErrorPath() const { in GetStandardErrorPath()
3940 void TargetProperties::SetStandardErrorPath(llvm::StringRef path) { in SetStandardErrorPath()
3945 LanguageType TargetProperties::GetLanguage() const { in GetLanguage()
3954 llvm::StringRef TargetProperties::GetExpressionPrefixContents() { in GetExpressionPrefixContents()
3969 bool TargetProperties::GetBreakpointsConsultPlatformAvoidList() { in GetBreakpointsConsultPlatformAvoidList()
3975 bool TargetProperties::GetUseHexImmediates() const { in GetUseHexImmediates()
3981 bool TargetProperties::GetUseFastStepping() const { in GetUseFastStepping()
3987 bool TargetProperties::GetDisplayExpressionsInCrashlogs() const { in GetDisplayExpressionsInCrashlogs()
3993 LoadScriptFromSymFile TargetProperties::GetLoadScriptFromSymbolFile() const { in GetLoadScriptFromSymbolFile()
4000 LoadCWDlldbinitFile TargetProperties::GetLoadCWDlldbinitFile() const { in GetLoadCWDlldbinitFile()
4006 Disassembler::HexImmediateStyle TargetProperties::GetHexImmediateStyle() const { in GetHexImmediateStyle()
4013 MemoryModuleLoadLevel TargetProperties::GetMemoryModuleLoadLevel() const { in GetMemoryModuleLoadLevel()
4020 bool TargetProperties::GetUserSpecifiedTrapHandlerNames(Args &args) const { in GetUserSpecifiedTrapHandlerNames()
4025 void TargetProperties::SetUserSpecifiedTrapHandlerNames(const Args &args) { in SetUserSpecifiedTrapHandlerNames()
4030 bool TargetProperties::GetDisplayRuntimeSupportValues() const { in GetDisplayRuntimeSupportValues()
4035 void TargetProperties::SetDisplayRuntimeSupportValues(bool b) { in SetDisplayRuntimeSupportValues()
4040 bool TargetProperties::GetDisplayRecognizedArguments() const { in GetDisplayRecognizedArguments()
4045 void TargetProperties::SetDisplayRecognizedArguments(bool b) { in SetDisplayRecognizedArguments()
4050 bool TargetProperties::GetNonStopModeEnabled() const { in GetNonStopModeEnabled()
4055 void TargetProperties::SetNonStopModeEnabled(bool b) { in SetNonStopModeEnabled()
4060 const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo() { in GetProcessLaunchInfo()
4065 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo()
4091 bool TargetProperties::GetRequireHardwareBreakpoints() const { in GetRequireHardwareBreakpoints()
4097 void TargetProperties::SetRequireHardwareBreakpoints(bool b) { in SetRequireHardwareBreakpoints()
4102 void TargetProperties::Arg0ValueChangedCallback(void *target_property_ptr, in Arg0ValueChangedCallback()
4104 TargetProperties *this_ = in Arg0ValueChangedCallback()
4105 reinterpret_cast<TargetProperties *>(target_property_ptr); in Arg0ValueChangedCallback()
4109 void TargetProperties::RunArgsValueChangedCallback(void *target_property_ptr, in RunArgsValueChangedCallback()
4111 TargetProperties *this_ = in RunArgsValueChangedCallback()
4112 reinterpret_cast<TargetProperties *>(target_property_ptr); in RunArgsValueChangedCallback()
4118 void TargetProperties::EnvVarsValueChangedCallback(void *target_property_ptr, in EnvVarsValueChangedCallback()
4120 TargetProperties *this_ = in EnvVarsValueChangedCallback()
4121 reinterpret_cast<TargetProperties *>(target_property_ptr); in EnvVarsValueChangedCallback()
4125 void TargetProperties::InputPathValueChangedCallback(void *target_property_ptr, in InputPathValueChangedCallback()
4127 TargetProperties *this_ = in InputPathValueChangedCallback()
4128 reinterpret_cast<TargetProperties *>(target_property_ptr); in InputPathValueChangedCallback()
4133 void TargetProperties::OutputPathValueChangedCallback(void *target_property_ptr, in OutputPathValueChangedCallback()
4135 TargetProperties *this_ = in OutputPathValueChangedCallback()
4136 reinterpret_cast<TargetProperties *>(target_property_ptr); in OutputPathValueChangedCallback()
4141 void TargetProperties::ErrorPathValueChangedCallback(void *target_property_ptr, in ErrorPathValueChangedCallback()
4143 TargetProperties *this_ = in ErrorPathValueChangedCallback()
4144 reinterpret_cast<TargetProperties *>(target_property_ptr); in ErrorPathValueChangedCallback()
4149 void TargetProperties::DetachOnErrorValueChangedCallback( in DetachOnErrorValueChangedCallback()
4151 TargetProperties *this_ = in DetachOnErrorValueChangedCallback()
4152 reinterpret_cast<TargetProperties *>(target_property_ptr); in DetachOnErrorValueChangedCallback()
4159 void TargetProperties::DisableASLRValueChangedCallback( in DisableASLRValueChangedCallback()
4161 TargetProperties *this_ = in DisableASLRValueChangedCallback()
4162 reinterpret_cast<TargetProperties *>(target_property_ptr); in DisableASLRValueChangedCallback()
4169 void TargetProperties::DisableSTDIOValueChangedCallback( in DisableSTDIOValueChangedCallback()
4171 TargetProperties *this_ = in DisableSTDIOValueChangedCallback()
4172 reinterpret_cast<TargetProperties *>(target_property_ptr); in DisableSTDIOValueChangedCallback()