Home
last modified time | relevance | path

Searched refs:next_flags (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp137 lldb::addr_t next_flags; in SetupSoftwareSingleStepping() local
144 next_flags = flags_it->second.GetAsUInt64(); in SetupSoftwareSingleStepping()
146 next_flags = ReadFlags(register_context); in SetupSoftwareSingleStepping()
153 next_flags = ReadFlags(register_context); in SetupSoftwareSingleStepping()
163 if (next_flags & 0x20) { in SetupSoftwareSingleStepping()