Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp98 lldb::addr_t next_flags) { in GetSoftwareBreakpointSize() argument
100 if (next_flags & 0x20) in GetSoftwareBreakpointSize()
113 lldb::addr_t next_flags, in SetSoftwareBreakpointOnPC() argument
115 int size_hint = GetSoftwareBreakpointSize(arch, next_flags); in SetSoftwareBreakpointOnPC()
184 lldb::addr_t next_flags; in SetupSoftwareSingleStepping() local
191 next_flags = flags_it->second.GetAsUInt64(); in SetupSoftwareSingleStepping()
193 next_flags = ReadFlags(register_context); in SetupSoftwareSingleStepping()
200 next_flags = ReadFlags(register_context); in SetupSoftwareSingleStepping()
207 auto result = SetSoftwareBreakpointOnPC(arch, next_pc, next_flags, process); in SetupSoftwareSingleStepping()