]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/ChangeLog
gdbserver/s390: Advertise Z0 packet support.
authorMarcin Kościelnicki <koriakin@0x04.net>
Tue, 19 Jan 2016 18:37:38 +0000 (19:37 +0100)
committerMarcin Kościelnicki <koriakin@0x04.net>
Wed, 17 Feb 2016 09:45:58 +0000 (10:45 +0100)
commitb00b61e1fd95b778ec85bf314baddd1be9040d25
tree693f505de8c3aa2102a28b7e6a31bd5f31488539
parentbf97a84043313369a31b6bf97e47e69b8da324b8
gdbserver/s390: Advertise Z0 packet support.

This is necessary for upcoming tracepoint support - otherwise, setting
a tracepoint and a breakpoint on the same address will fail, since gdbserver
won't know about gdb's breakpoint.

Tested on s390x-ibm-linux-gnu and s390-ibm-linux-gnu, RHEL 7.2.

gdb/gdbserver/ChangeLog:

* linux-s390-low.c (s390_supports_z_point_type): New function.
(struct linux_target_ops): Wire s390_supports_z_point_type in.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-s390-low.c