[binutils-gdb] Fix nto,spu and win32 builds of GDBServer.
sergiodj+buildbot@redhat.com
sergiodj+buildbot@redhat.com
Fri Oct 23 17:40:00 GMT 2015
*** TEST RESULTS FOR COMMIT fb78e89c56db8fddf3044cdc644d6e799ae97b3a ***
Author: Antoine Tremblay <antoine.tremblay@ericsson.com>
Branch: master
Commit: fb78e89c56db8fddf3044cdc644d6e799ae97b3a
Fix nto,spu and win32 builds of GDBServer.
This patch fixes the build that was broken by :
https://sourceware.org/ml/gdb-patches/2015-10/msg00369.html
It implements the sw_breakpoint_from_kind operation on these targets and removes
the calls to set_breakpoint_data.
Compiliation tested on win32.
Not tested : nto, spu.
gdb/gdbserver/ChangeLog:
* nto-low.c (nto_sw_breakpoint_from_kind): New function.
(struct target_ops) <sw_breakpoint_from_kind>: Initialize.
(initialize_low): Remove set_breakpoint_data call.
* spu-low.c (spu_sw_breakpoint_from_kind): New function.
(struct target_ops) <sw_breakpoint_from_kind>: Iniitalize.
(initialize_low): Remove set_breakpoint_data call.
* win32-low.c (win32_sw_breakpoint_from_kind): New function.
(struct target_ops) <sw_breakpoint_from_kind>: Initialize.
(initialize_low): Remove set_breakpoint_data call.
More information about the Gdb-testers
mailing list