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 | 38 eBreakpointSoftware = 0, enumerator
|
H A D | GDBRemoteCommunicationClient.h | 268 case eBreakpointSoftware: in SupportsGDBStoppointPacket()
|
H A D | ProcessGDBRemote.cpp | 3002 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware) && in EnableBreakpointSite() 3006 eBreakpointSoftware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite() 3022 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) { in EnableBreakpointSite() 3116 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite() 5707 eBreakpointSoftware, enable, bp_site->GetLoadAddress(), in DidForkSwitchSoftwareBreakpoints() 5767 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidFork() 5809 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidVFork() 5864 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidVForkDone()
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 2849 case eBreakpointSoftware: in Handle_Z() 2946 case eBreakpointSoftware: in Handle_z()
|
H A D | GDBRemoteCommunicationClient.cpp | 2847 case eBreakpointSoftware: in SendGDBStoppointTypePacket()
|