Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h38 eBreakpointSoftware = 0, enumerator
H A DProcessGDBRemote.cpp2918 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware) && in EnableBreakpointSite()
2922 eBreakpointSoftware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
2938 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) { in EnableBreakpointSite()
3032 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
5171 eBreakpointSoftware, enable, bp_site->GetLoadAddress(), in DidForkSwitchSoftwareBreakpoints()
5235 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidFork()
5274 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidVFork()
5329 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidVForkDone()
H A DGDBRemoteCommunicationClient.h269 case eBreakpointSoftware: in SupportsGDBStoppointPacket()
H A DGDBRemoteCommunicationServerLLGS.cpp2850 case eBreakpointSoftware: in Handle_Z()
2947 case eBreakpointSoftware: in Handle_z()
H A DGDBRemoteCommunicationClient.cpp2821 case eBreakpointSoftware: in SendGDBStoppointTypePacket()