Home
last modified time | relevance | path

Searched refs:GetFlags (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp60 if (info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)) { in DisableASLRIfRequested()
93 if (info.GetFlags().Test(eLaunchFlagLaunchInSeparateProcessGroup)) { in ChildFunc()
137 if (info.GetFlags().Test(eLaunchFlagDebug)) { in ChildFunc()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h104 lldb_private::Flags &GetFlags() { return m_flags; } in GetFlags() function
106 const lldb_private::Flags &GetFlags() const { return m_flags; } in GetFlags() function
H A DThreadPlanStepOverRange.h37 GetFlags().Set(ThreadPlanStepOverRange::s_default_flag_values); in SetFlagsToDefault()
H A DThreadPlanStepInRange.h58 GetFlags().Set(ThreadPlanStepInRange::s_default_flag_values); in SetFlagsToDefault()
H A DThreadPlanStepOut.h45 GetFlags().Set(ThreadPlanStepOut::s_default_flag_values); in SetFlagsToDefault()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp37 launch_info.GetFlags().Set(eLaunchFlagStopAtEntry); in SetOptionValue()
86 launch_info.GetFlags().Set(eLaunchFlagLaunchInTTY); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp69 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
71 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
85 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
87 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
H A DThreadPlanStepOverRange.cpp92 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
94 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
98 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
H A DTarget.cpp2936 launch_info.GetFlags().Set(eLaunchFlagDebug); in Launch()
2972 if (launch_info.GetFlags().Test(eLaunchFlagLaunchInTTY)) { in Launch()
3027 launch_info.GetFlags().Test(eLaunchFlagStopAtEntry)) in Launch()
3040 if (launch_info.GetFlags().Test(eLaunchFlagStopAtEntry)) in Launch()
3226 if (info.GetFlags().Test(eLaunchFlagLaunchInTTY)) { in FinalizeFileActions()
3232 if (info.GetFlags().Test(eLaunchFlagDisableSTDIO)) { in FinalizeFileActions()
4342 m_launch_info.GetFlags().Set(lldb::eLaunchFlagDetachOnError); in DetachOnErrorValueChangedCallback()
4349 m_launch_info.GetFlags().Set(lldb::eLaunchFlagDisableASLR); in DisableASLRValueChangedCallback()
4351 m_launch_info.GetFlags().Clear(lldb::eLaunchFlagDisableASLR); in DisableASLRValueChangedCallback()
4363 m_launch_info.GetFlags().Set(lldb::eLaunchFlagDisableSTDIO); in DisableSTDIOValueChangedCallback()
[all …]
H A DThreadPlanStepOut.cpp176 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
178 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp250 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch()
252 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch()
255 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch()
H A DAppleThreadPlanStepThroughObjCTrampoline.h94 GetFlags().Set(ThreadPlanStepInRange::GetDefaultFlagsValue()); in SetFlagsToDefault()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h64 Flags &GetFlags() { return m_flags; } in GetFlags() function
66 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp94 u8 *flags = GetFlags(stack_size_log, class_id); in Allocate()
144 u8 *flags = GetFlags(stack_size_log(), class_id); in GC()
161 u8 *flags = GetFlags(stack_size_log(), class_id); in ForEachFakeFrame()
H A Dasan_fake_stack.h107 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp161 const uint32_t flags = GetFlags().Get(); in CheckRequirements()
215 if (GetFlags().AnySet(eCommandProcessMustBeLaunched | in CheckRequirements()
220 if (GetFlags().Test(eCommandProcessMustBeLaunched)) { in CheckRequirements()
239 if (GetFlags().Test(eCommandProcessMustBeLaunched)) { in CheckRequirements()
247 if (GetFlags().Test(eCommandProcessMustBePaused)) { in CheckRequirements()
256 if (GetFlags().Test(eCommandProcessMustBeTraced)) { in CheckRequirements()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp58 uint32_t Log::GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry, in GetFlags() function in Log
213 : GetFlags(error_stream, *iter, categories); in EnableLogChannel()
228 : GetFlags(error_stream, *iter, categories); in DisableLogChannel()
H A DStream.cpp185 Flags &Stream::GetFlags() { return m_flags; } in GetFlags() function in Stream
188 const Flags &Stream::GetFlags() const { return m_flags; } in GetFlags() function in Stream
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h248 Flags &GetFlags();
254 const Flags &GetFlags() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp50 unsigned char other = sym.GetFlags() >> 8 & 0xFF; in GetLocalEntryOffset()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp47 assert(!resolved_info.GetFlags().Test(eLaunchFlagLaunchInTTY)); in LaunchProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp46 m_opaque_sp->GetFlags().Reset(eLaunchFlagDebug | eLaunchFlagDisableASLR); in SBLaunchInfo()
234 return m_opaque_sp->GetFlags().Get(); in GetLaunchFlags()
240 m_opaque_sp->GetFlags().Reset(flags); in SetLaunchFlags()
H A DSBCommandInterpreter.cpp739 uint32_t SBCommand::GetFlags() { in GetFlags() function in SBCommand
740 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBCommand, GetFlags); in GetFlags()
742 return (IsValid() ? m_opaque_sp->GetFlags().Get() : 0); in GetFlags()
749 m_opaque_sp->GetFlags().Set(flags); in SetFlags()
864 LLDB_REGISTER_METHOD(uint32_t, SBCommand, GetFlags, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h255 Flags &GetFlags() { return m_flags; } in GetFlags() function
261 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp79 const uint32_t cpsr = reg_ctx_sp->GetFlags(0); in OverrideStopInfo()

123