Searched defs:bp_op_size (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2221 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode (bp_site); local
2229 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, true, addr, bp_op_size) == 0)
2240 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, true, addr, bp_op_size) == 0)
2277 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode (bp_site); local
2287 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, addr, bp_op_size))
2292 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, addr, bp_op_size))

Completed in 161 milliseconds