Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp135 lldb::addr_t next_flags; in SetupSoftwareSingleStepping() local
142 next_flags = flags_it->second.GetAsUInt64(); in SetupSoftwareSingleStepping()
144 next_flags = ReadFlags(register_context); in SetupSoftwareSingleStepping()
151 next_flags = ReadFlags(register_context); in SetupSoftwareSingleStepping()
161 if (next_flags & 0x20) { in SetupSoftwareSingleStepping()