Searched refs:GetFlags (Results 1 - 25 of 57) sorted by last modified time

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2844 launch_info.GetFlags().Set(eLaunchFlagDebug);
2858 if (launch_info.GetFlags().Test(eLaunchFlagLaunchInTTY)) {
2911 !launch_info.GetFlags().Test(eLaunchFlagStopAtEntry)) {
2924 if (!launch_info.GetFlags().Test(eLaunchFlagStopAtEntry)) {
3087 if (info.GetFlags().Test(eLaunchFlagLaunchInTTY)) {
3093 if (info.GetFlags().Test(eLaunchFlagDisableSTDIO)) {
3956 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError));
3957 SetDisableASLR(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableASLR));
3958 SetDisableSTDIO(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableSTDIO));
4003 m_launch_info.GetFlags()
[all...]
H A DThreadPlanStepOverRange.cpp92 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug);
94 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug);
98 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug);
H A DThreadPlanStepOut.cpp185 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug);
187 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug);
H A DThreadPlanStepInRange.cpp85 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug);
87 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug);
101 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug);
103 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug);
H A DRegisterContext.cpp194 uint64_t RegisterContext::GetFlags(uint64_t fail_value) { function in class:RegisterContext
H A DProcess.cpp251 launch_info.GetFlags().Set(eLaunchFlagStopAtEntry);
300 launch_info.GetFlags().Set(eLaunchFlagLaunchInTTY);
2573 launch_info.GetFlags().Test(eLaunchFlagStopAtEntry))
H A DPlatform.cpp1014 launch_info.GetFlags().Set(eLaunchFlagLaunchInTTY);
1016 if (launch_info.GetFlags().Test(eLaunchFlagLaunchInShell)) {
1018 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug);
1034 } else if (launch_info.GetFlags().Test(eLaunchFlagShellExpandArguments)) {
1098 launch_info.GetFlags().Set(eLaunchFlagDebug);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp178 info.GetFlags().Set(eLaunchFlagStopAtEntry | eLaunchFlagDebug |
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp189 Flags &Stream::GetFlags() { return m_flags; } function in class:Stream
192 const Flags &Stream::GetFlags() const { return m_flags; } function in class:Stream
H A DLog.cpp58 uint32_t Log::GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry, function in class:Log
212 : GetFlags(error_stream, *iter, categories);
227 : GetFlags(error_stream, *iter, categories);
H A DArchSpec.cpp592 switch (GetFlags() & ArchSpec::eMIPSABI_mask) {
611 uint32_t flag = GetFlags();
869 if (GetFlags() == 0) {
870 SetFlags(other.GetFlags());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp471 m_symbols[i].GetFlags() == flags_value)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp459 bool show_form = s.GetFlags().Test(DWARFDebugInfo::eDumpFlag_ShowForm);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1404 if (!launch_info.GetFlags().AnySet(eLaunchFlagDebug))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp751 uint32_t launch_flags = launch_info.GetFlags().Get();
H A DGDBRemoteCommunicationServerLLGS.cpp217 m_process_launch_info.GetFlags().Set(eLaunchFlagDebug);
1325 m_process_launch_info.GetFlags().Set(eLaunchFlagDisableASLR);
1327 m_process_launch_info.GetFlags().Clear(eLaunchFlagDisableASLR);
H A DGDBRemoteCommunicationServerCommon.cpp874 m_process_launch_info.GetFlags().Set(eLaunchFlagDetachOnError);
876 m_process_launch_info.GetFlags().Clear(eLaunchFlagDetachOnError);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp301 if (launch_info.GetFlags().Test(eLaunchFlagDisableASLR))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp393 launch_info.GetFlags().Test(eLaunchFlagDisableASLR));
395 launch_info.GetFlags().Test(eLaunchFlagDetachOnError));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp193 if (launch_info.GetFlags().Test(eLaunchFlagDebug)) {
255 launch_info.GetFlags().Set(eLaunchFlagDebug);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1407 uint32_t arch_flags = arch_spec.GetFlags();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp139 uint32_t arch_flags = arch.GetFlags();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp139 uint32_t arch_flags = arch.GetFlags();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1051 switch (target_arch.GetFlags() & ArchSpec::eMIPSABI_mask) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp1183 uint32_t arch_flags = arch.GetFlags();
1224 uint32_t arch_flags = arch.GetFlags();

Completed in 294 milliseconds

123