Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h295 int64_t m_breakpoint_pc_offset; variable
H A DProcessGDBRemote.cpp266 m_waiting_for_attach(false), m_command_sp(), m_breakpoint_pc_offset(0), in ProcessGDBRemote()
345 m_breakpoint_pc_offset = 0; in ParsePythonTargetDefinition()
351 m_breakpoint_pc_offset = breakpoint_pc_int_value->GetValue(); in ParsePythonTargetDefinition()
1905 thread_sp->GetRegisterContext()->GetPC() + m_breakpoint_pc_offset; in SetThreadStopInfo()
1917 if (m_breakpoint_pc_offset != 0) in SetThreadStopInfo()