Searched refs:eBreakpointSoftware (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.h | 26 eBreakpointSoftware = 0, enumerator
|
| H A D | ProcessGDBRemote.cpp | 3116 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware) && in EnableBreakpointSite() 3120 eBreakpointSoftware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite() 3136 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) { in EnableBreakpointSite() 3231 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite() 5840 eBreakpointSoftware, enable, bp_site->GetLoadAddress(), in DidForkSwitchSoftwareBreakpoints() 5900 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidFork() 5942 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidVFork() 5997 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidVForkDone()
|
| H A D | GDBRemoteCommunicationClient.h | 275 case eBreakpointSoftware: in SupportsGDBStoppointPacket()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 2850 case eBreakpointSoftware: in Handle_Z() 2947 case eBreakpointSoftware: in Handle_z()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2866 case eBreakpointSoftware: in SendGDBStoppointTypePacket()
|