foss-for-synopsys-dwc-arc-processors / binutils-gdb

A mirror of the upstream binutils-gdb repository for ARC specific work
GNU General Public License v2.0
13 stars 10 forks source link

[GDBserver] Add support for Z0 packets #35

Open shahab-vahedi opened 4 years ago

shahab-vahedi commented 4 years ago

Z0 packets in remote debugging sessions are for inserting (software) breakpoints. Currently, ARC GDB client inserts a breakpoint by writing the opcodes to memory through GDBserver (see these).

Remarks: