| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadPlanShouldStopHere.h | 105 lldb_private::Flags &GetFlags() { return m_flags; } in GetFlags() function 107 const lldb_private::Flags &GetFlags() const { return m_flags; } in GetFlags() function
|
| H A D | ThreadPlanStepOverRange.h | 41 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 | 55 GetFlags().Set(ThreadPlanStepOut::s_default_flag_values); in SetFlagsToDefault()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ProcessLaunchInfo.h | 63 Flags &GetFlags() { return m_flags; } in GetFlags() function 65 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 41 launch_info.GetFlags().Set(eLaunchFlagStopAtEntry); in SetOptionValue() 92 launch_info.GetFlags().Set(eLaunchFlagLaunchInTTY); in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepInRange.cpp | 71 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug() 73 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug() 87 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug() 89 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
|
| H A D | ThreadPlanStepOverRange.cpp | 96 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug() 98 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug() 102 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
|
| H A D | Target.cpp | 3375 launch_info.GetFlags().Set(eLaunchFlagDebug); in Launch() 3391 if (launch_info.GetFlags().Test(eLaunchFlagLaunchInTTY)) in Launch() 3453 launch_info.GetFlags().Test(eLaunchFlagStopAtEntry); in Launch() 3475 if (launch_info.GetFlags().Test(eLaunchFlagStopAtEntry)) in Launch() 3666 if (info.GetFlags().Test(eLaunchFlagLaunchInTTY)) { in FinalizeFileActions() 3672 if (info.GetFlags().Test(eLaunchFlagDisableSTDIO)) { in FinalizeFileActions() 5032 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo() 5033 SetDisableASLR(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)); in SetProcessLaunchInfo() 5035 launch_info.GetFlags().Test(lldb::eLaunchFlagInheritTCCFromParent)); in SetProcessLaunchInfo() 5036 SetDisableSTDIO(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableSTDIO)); in SetProcessLaunchInfo() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 245 info.GetFlags().Test(eLaunchFlagLaunchInSeparateProcessGroup)), in ForkLaunchInfo() 246 debug(info.GetFlags().Test(eLaunchFlagDebug)), in ForkLaunchInfo() 247 disable_aslr(info.GetFlags().Test(eLaunchFlagDisableASLR)), in ForkLaunchInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
| H A D | ABISysV_riscv.h | 63 lldb_private::Flags arch_flags = arch.GetFlags(); in CallFrameAddressIsValid() 78 lldb_private::Flags arch_flags(arch.GetFlags()); in CodeAddressIsValid()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 160 const uint32_t flags = GetFlags().Get(); in CheckRequirements() 214 if (GetFlags().AnySet(eCommandProcessMustBeLaunched | in CheckRequirements() 219 if (GetFlags().Test(eCommandProcessMustBeLaunched)) { in CheckRequirements() 238 if (GetFlags().Test(eCommandProcessMustBeLaunched)) { in CheckRequirements() 246 if (GetFlags().Test(eCommandProcessMustBePaused)) { in CheckRequirements() 255 if (GetFlags().Test(eCommandProcessMustBeTraced)) { in CheckRequirements()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 47 m_opaque_sp->GetFlags().Reset(eLaunchFlagDebug | eLaunchFlagDisableASLR); in SBLaunchInfo() 225 return m_opaque_sp->GetFlags().Get(); in GetLaunchFlags() 231 m_opaque_sp->GetFlags().Reset(flags); in SetLaunchFlags()
|
| H A D | SBCommandInterpreter.cpp | 747 uint32_t SBCommand::GetFlags() { in GetFlags() function in SBCommand 750 return (IsValid() ? m_opaque_sp->GetFlags().Get() : 0); in GetFlags() 757 m_opaque_sp->GetFlags().Set(flags); in SetFlags()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_fake_stack.cpp | 101 u8 *flags = GetFlags(stack_size_log, class_id); in Allocate() 164 u8 *flags = GetFlags(stack_size_log(), class_id); in GC() 184 u8 *flags = GetFlags(stack_size_log(), class_id); in ForEachFakeFrame()
|
| H A D | asan_fake_stack.h | 107 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Stream.h | 292 Flags &GetFlags(); 298 const Flags &GetFlags() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.cpp | 43 unsigned char other = sym.GetFlags() >> 8 & 0xFF; in GetLocalEntryOffset()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | MonitoringProcessLauncher.cpp | 48 assert(!resolved_info.GetFlags().Test(eLaunchFlagLaunchInTTY)); in LaunchProcess()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
| H A D | ArchitectureArm.cpp | 72 const uint32_t cpsr = reg_ctx_sp->GetFlags(0); in OverrideStopInfo()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 288 Flags &GetFlags() { return m_flags; } in GetFlags() function 294 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Log.cpp | 68 Log::MaskType Log::GetFlags(llvm::raw_ostream &stream, in GetFlags() function in Log 245 : GetFlags(error_stream, *iter, categories); in EnableLogChannel() 261 : GetFlags(error_stream, *iter, categories); in DisableLogChannel()
|
| H A D | Stream.cpp | 212 Flags &Stream::GetFlags() { return m_flags; } in PutNHex8() 215 const Flags &Stream::GetFlags() const { return m_flags; } in PutNHex8() 185 Flags &Stream::GetFlags() { return m_flags; } GetFlags() function in Stream 188 const Flags &Stream::GetFlags() const { return m_flags; } GetFlags() function in Stream
|