Searched refs:next_flags (Results 1 – 1 of 1) sorted by relevance
98 lldb::addr_t next_flags) { in GetSoftwareBreakpointSize() argument100 if (next_flags & 0x20) in GetSoftwareBreakpointSize()113 lldb::addr_t next_flags, in SetSoftwareBreakpointOnPC() argument115 int size_hint = GetSoftwareBreakpointSize(arch, next_flags); in SetSoftwareBreakpointOnPC()184 lldb::addr_t next_flags; in SetupSoftwareSingleStepping() local191 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()