/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | ThreadPlanShouldStopHere.h | 104 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 D | ThreadPlanStepOverRange.h | 37 GetFlags().Set(ThreadPlanStepOverRange::s_default_flag_values); in SetFlagsToDefault()
|
H A D | ThreadPlanStepInRange.h | 58 GetFlags().Set(ThreadPlanStepInRange::s_default_flag_values); in SetFlagsToDefault()
|
H A D | ThreadPlanStepOut.h | 45 GetFlags().Set(ThreadPlanStepOut::s_default_flag_values); in SetFlagsToDefault()
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandOptionsProcessLaunch.cpp | 39 launch_info.GetFlags().Set(eLaunchFlagStopAtEntry); in SetOptionValue() 88 launch_info.GetFlags().Set(eLaunchFlagLaunchInTTY); in SetOptionValue()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | ThreadPlanStepInRange.cpp | 70 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug() 72 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug() 86 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug() 88 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
|
H A D | ThreadPlanStepOverRange.cpp | 93 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug() 95 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug() 99 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
|
H A D | Target.cpp | 3112 launch_info.GetFlags().Set(eLaunchFlagDebug); in Launch() 3140 if (launch_info.GetFlags().Test(eLaunchFlagLaunchInTTY)) { in Launch() 3203 launch_info.GetFlags().Test(eLaunchFlagStopAtEntry); in Launch() 3221 if (launch_info.GetFlags().Test(eLaunchFlagStopAtEntry)) in Launch() 3406 if (info.GetFlags().Test(eLaunchFlagLaunchInTTY)) { in FinalizeFileActions() 3412 if (info.GetFlags().Test(eLaunchFlagDisableSTDIO)) { in FinalizeFileActions() 4744 m_launch_info.GetFlags().Set(lldb::eLaunchFlagDetachOnError); in DetachOnErrorValueChangedCallback() 4751 m_launch_info.GetFlags().Set(lldb::eLaunchFlagDisableASLR); in DisableASLRValueChangedCallback() 4753 m_launch_info.GetFlags().Clear(lldb::eLaunchFlagDisableASLR); in DisableASLRValueChangedCallback() 4765 m_launch_info.GetFlags().Set(lldb::eLaunchFlagDisableSTDIO); in DisableSTDIOValueChangedCallback() [all …]
|
H A D | ThreadPlanStepOut.cpp | 177 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug() 179 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
|
/openbsd/gnu/llvm/lldb/source/Host/posix/ |
H A D | ProcessLauncherPosixFork.cpp | 249 info.GetFlags().Test(eLaunchFlagLaunchInSeparateProcessGroup)), in ForkLaunchInfo() 250 debug(info.GetFlags().Test(eLaunchFlagDebug)), in ForkLaunchInfo() 251 disable_aslr(info.GetFlags().Test(eLaunchFlagDisableASLR)), in ForkLaunchInfo()
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/ |
H A D | ProcessLaunchInfo.h | 64 Flags &GetFlags() { return m_flags; } in GetFlags() function 66 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
|
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 163 const uint32_t flags = GetFlags().Get(); in CheckRequirements() 217 if (GetFlags().AnySet(eCommandProcessMustBeLaunched | in CheckRequirements() 222 if (GetFlags().Test(eCommandProcessMustBeLaunched)) { in CheckRequirements() 241 if (GetFlags().Test(eCommandProcessMustBeLaunched)) { in CheckRequirements() 249 if (GetFlags().Test(eCommandProcessMustBePaused)) { in CheckRequirements() 258 if (GetFlags().Test(eCommandProcessMustBeTraced)) { in CheckRequirements()
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBLaunchInfo.cpp | 45 m_opaque_sp->GetFlags().Reset(eLaunchFlagDebug | eLaunchFlagDisableASLR); in SBLaunchInfo() 222 return m_opaque_sp->GetFlags().Get(); in GetLaunchFlags() 228 m_opaque_sp->GetFlags().Reset(flags); in SetLaunchFlags()
|
H A D | SBCommandInterpreter.cpp | 684 uint32_t SBCommand::GetFlags() { in GetFlags() function in SBCommand 687 return (IsValid() ? m_opaque_sp->GetFlags().Get() : 0); in GetFlags() 694 m_opaque_sp->GetFlags().Set(flags); in SetFlags()
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 271 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch() 273 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch() 276 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch()
|
H A D | AppleThreadPlanStepThroughObjCTrampoline.h | 102 GetFlags().Set(ThreadPlanStepInRange::GetDefaultFlagsValue()); in SetFlagsToDefault()
|
/openbsd/gnu/llvm/lldb/source/Host/windows/ |
H A D | ProcessLauncherWindows.cpp | 93 if (launch_info.GetFlags().Test(eLaunchFlagDebug)) in LaunchProcess() 96 if (launch_info.GetFlags().Test(eLaunchFlagDisableSTDIO)) in LaunchProcess()
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_fake_stack.cpp | 95 u8 *flags = GetFlags(stack_size_log, class_id); in Allocate() 144 u8 *flags = GetFlags(stack_size_log(), class_id); in GC() 160 u8 *flags = GetFlags(stack_size_log(), class_id); in ForEachFakeFrame()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/ |
H A D | ArchitecturePPC64.cpp | 43 unsigned char other = sym.GetFlags() >> 8 & 0xFF; in GetLocalEntryOffset()
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Stream.h | 248 Flags &GetFlags(); 254 const Flags &GetFlags() const;
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | MonitoringProcessLauncher.cpp | 48 assert(!resolved_info.GetFlags().Test(eLaunchFlagLaunchInTTY)); in LaunchProcess()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | Log.cpp | 63 Log::MaskType Log::GetFlags(llvm::raw_ostream &stream, in GetFlags() function in Log 222 : GetFlags(error_stream, *iter, categories); in EnableLogChannel() 237 : GetFlags(error_stream, *iter, categories); in DisableLogChannel()
|
H A D | Stream.cpp | 185 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
|
/openbsd/gnu/llvm/lldb/source/Plugins/Architecture/Arm/ |
H A D | ArchitectureArm.cpp | 72 const uint32_t cpsr = reg_ctx_sp->GetFlags(0); in OverrideStopInfo()
|
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | CommandObject.h | 263 Flags &GetFlags() { return m_flags; } in GetFlags() function 269 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
|