Home
last modified time | relevance | path

Searched refs:SendGDBStoppointTypePacket (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3048 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3088 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3152 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3159 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
3216 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3263 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
5353 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchSoftwareBreakpoints()
5365 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchHardwareTraps()
5378 m_gdb_comm.SendGDBStoppointTypePacket(type, enable, wp->GetLoadAddress(), in DidForkSwitchHardwareTraps()
H A DGDBRemoteCommunicationClient.h290 uint8_t SendGDBStoppointTypePacket(
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h300 uint8_t SendGDBStoppointTypePacket(
H A DProcessGDBRemote.cpp3110 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3150 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3214 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3226 if (m_gdb_comm.SendGDBStoppointTypePacket(stoppoint_type, false, addr, in DisableBreakpointSite()
3282 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3328 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
H A DGDBRemoteCommunicationClient.cpp2683 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h317 uint8_t SendGDBStoppointTypePacket(
H A DProcessGDBRemote.cpp3097 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3137 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3201 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3207 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
3263 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3309 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h317 uint8_t SendGDBStoppointTypePacket(
H A DProcessGDBRemote.cpp3097 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3137 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3201 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3213 if (m_gdb_comm.SendGDBStoppointTypePacket(stoppoint_type, false, addr, in DisableBreakpointSite()
3269 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3315 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
H A DGDBRemoteCommunicationClient.cpp2697 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h318 uint8_t SendGDBStoppointTypePacket(
H A DProcessGDBRemote.cpp3115 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3155 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3219 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3225 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
3281 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3327 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
H A DGDBRemoteCommunicationClient.cpp2709 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h318 uint8_t SendGDBStoppointTypePacket(
H A DProcessGDBRemote.cpp3115 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3155 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3219 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3225 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
3281 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3327 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h326 uint8_t SendGDBStoppointTypePacket(
H A DProcessGDBRemote.cpp3158 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3198 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3262 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3269 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
3326 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3373 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
H A DGDBRemoteCommunicationClient.cpp2747 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h326 uint8_t SendGDBStoppointTypePacket(
H A DProcessGDBRemote.cpp3158 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3198 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3262 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3269 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
3326 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3373 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
H A DGDBRemoteCommunicationClient.cpp2747 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h326 uint8_t SendGDBStoppointTypePacket(
H A DProcessGDBRemote.cpp3158 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3198 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3262 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3269 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
3326 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3373 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h326 uint8_t SendGDBStoppointTypePacket(
H A DProcessGDBRemote.cpp3158 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3198 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3262 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3269 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
3326 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3373 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()

12