Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h38 eBreakpointSoftware = 0, enumerator
H A DProcessGDBRemote.cpp2963 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware) && in EnableBreakpointSite()
2967 eBreakpointSoftware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
2983 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) { in EnableBreakpointSite()
3077 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
5201 eBreakpointSoftware, enable, bp_site->GetLoadAddress(), in DidForkSwitchSoftwareBreakpoints()
5265 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidFork()
5304 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidVFork()
5359 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidVForkDone()
H A DGDBRemoteCommunicationClient.h276 case eBreakpointSoftware: in SupportsGDBStoppointPacket()
H A DGDBRemoteCommunicationServerLLGS.cpp2845 case eBreakpointSoftware: in Handle_Z()
2942 case eBreakpointSoftware: in Handle_z()
H A DGDBRemoteCommunicationClient.cpp2815 case eBreakpointSoftware: in SendGDBStoppointTypePacket()