Home
last modified time | relevance | path

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

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
HDProcessLauncherPosixFork.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-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlanShouldStopHere.h104 lldb_private::Flags &GetFlags() { return m_flags; } in GetFlags() function
106 const lldb_private::Flags &GetFlags() const { return m_flags; } in GetFlags() function
HDThreadPlanStepOverRange.h37 GetFlags().Set(ThreadPlanStepOverRange::s_default_flag_values); in SetFlagsToDefault()
HDThreadPlanStepOut.h45 GetFlags().Set(ThreadPlanStepOut::s_default_flag_values); in SetFlagsToDefault()
HDThreadPlanStepInRange.h63 GetFlags().Set(ThreadPlanStepInRange::s_default_flag_values); in SetFlagsToDefault()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepInRange.cpp85 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
87 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
101 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
103 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
HDThreadPlanStepOverRange.cpp92 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
94 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
98 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
HDTarget.cpp2844 launch_info.GetFlags().Set(eLaunchFlagDebug); in Launch()
2858 if (launch_info.GetFlags().Test(eLaunchFlagLaunchInTTY)) { in Launch()
2911 !launch_info.GetFlags().Test(eLaunchFlagStopAtEntry)) { in Launch()
2924 if (!launch_info.GetFlags().Test(eLaunchFlagStopAtEntry)) { in Launch()
3087 if (info.GetFlags().Test(eLaunchFlagLaunchInTTY)) { in FinalizeFileActions()
3093 if (info.GetFlags().Test(eLaunchFlagDisableSTDIO)) { in FinalizeFileActions()
3956 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo()
3957 SetDisableASLR(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)); in SetProcessLaunchInfo()
3958 SetDisableSTDIO(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableSTDIO)); in SetProcessLaunchInfo()
4003 m_launch_info.GetFlags().Set(lldb::eLaunchFlagDetachOnError); in DetachOnErrorValueChangedCallback()
[all …]
HDThreadPlanStepOut.cpp185 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
187 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDProcessLaunchInfo.h63 Flags &GetFlags() { return m_flags; } in GetFlags() function
65 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_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()
HDasan_fake_stack.h107 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBLaunchInfo.cpp41 m_opaque_sp->GetFlags().Reset(eLaunchFlagDebug | eLaunchFlagDisableASLR); in SBLaunchInfo()
203 return m_opaque_sp->GetFlags().Get(); in GetLaunchFlags()
209 m_opaque_sp->GetFlags().Reset(flags); in SetLaunchFlags()
HDSBCommandInterpreter.cpp819 uint32_t SBCommand::GetFlags() { in GetFlags() function in SBCommand
820 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBCommand, GetFlags); in GetFlags()
822 return (IsValid() ? m_opaque_sp->GetFlags().Get() : 0); in GetFlags()
829 m_opaque_sp->GetFlags().Set(flags); in SetFlags()
965 LLDB_REGISTER_METHOD(uint32_t, SBCommand, GetFlags, ()); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDLog.cpp58 uint32_t Log::GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry, in GetFlags() function in Log
212 : GetFlags(error_stream, *iter, categories); in EnableLogChannel()
227 : GetFlags(error_stream, *iter, categories); in DisableLogChannel()
HDStream.cpp189 Flags &Stream::GetFlags() { return m_flags; } in GetFlags() function in Stream
192 const Flags &Stream::GetFlags() const { return m_flags; } in GetFlags() function in Stream
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStream.h247 Flags &GetFlags();
253 const Flags &GetFlags() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
HDPlatformNetBSD.cpp193 if (launch_info.GetFlags().Test(eLaunchFlagDebug)) { in GetResumeCountForLaunchInfo()
255 launch_info.GetFlags().Set(eLaunchFlagDebug); in DebugProcess()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandObject.cpp154 const uint32_t flags = GetFlags().Get(); in CheckRequirements()
208 if (GetFlags().AnySet(eCommandProcessMustBeLaunched | in CheckRequirements()
213 if (GetFlags().Test(eCommandProcessMustBeLaunched)) { in CheckRequirements()
233 if (GetFlags().Test(eCommandProcessMustBeLaunched)) { in CheckRequirements()
242 if (GetFlags().Test(eCommandProcessMustBePaused)) { in CheckRequirements()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
HDArchitecturePPC64.cpp48 unsigned char other = sym.GetFlags() >> 8 & 0xFF; in GetLocalEntryOffset()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDMonitoringProcessLauncher.cpp47 assert(!resolved_info.GetFlags().Test(eLaunchFlagLaunchInTTY)); in LaunchProcess()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandObject.h254 Flags &GetFlags() { return m_flags; } in GetFlags() function
260 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
HDArchitectureArm.cpp77 const uint32_t cpsr = reg_ctx_sp->GetFlags(0); in OverrideStopInfo()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDIOHandler.h139 Flags &GetFlags() { return m_flags; } in GetFlags() function
141 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeRegisterContext.h141 lldb::addr_t GetFlags(lldb::addr_t fail_value = 0);

123