Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp990 m_threads_stepping_with_breakpoint.insert({tid, sw_step_break->GetID()}); in SetSoftwareSingleStepBreakpoint()
1002 const auto &iter = m_threads_stepping_with_breakpoint.find(tid); in IsSoftwareStepBreakpoint()
1003 if (iter == m_threads_stepping_with_breakpoint.end()) in IsSoftwareStepBreakpoint()
1016 m_threads_stepping_with_breakpoint.erase(tid); in IsSoftwareStepBreakpoint()
DProcessFreeBSD.h216 std::map<lldb::tid_t, lldb::break_id_t> m_threads_stepping_with_breakpoint; variable
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.h146 std::map<lldb::tid_t, lldb::addr_t> m_threads_stepping_with_breakpoint; variable
DNativeProcessLinux.cpp753 if (m_threads_stepping_with_breakpoint.find(thread.GetID()) != in MonitorBreakpoint()
754 m_threads_stepping_with_breakpoint.end()) in MonitorBreakpoint()
1021 m_threads_stepping_with_breakpoint.insert({thread.GetID(), next_pc}); in SetupSoftwareSingleStepping()
1835 for (const auto &thread_info : m_threads_stepping_with_breakpoint) { in SignalIfAllThreadsStopped()
1841 m_threads_stepping_with_breakpoint.clear(); in SignalIfAllThreadsStopped()