Hello community, here is the log from the commit of package gdb for openSUSE:Factory checked in at 2013-09-13 14:45:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdb (Old) and /work/SRC/openSUSE:Factory/.gdb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdb" Changes: -------- --- /work/SRC/openSUSE:Factory/gdb/gdb.changes 2013-09-11 15:42:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gdb.new/gdb.changes 2013-09-13 14:45:38.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 12 16:04:25 UTC 2013 - [email protected] + +- gdb-aarch64-hw-break.patch: apply last change also to gdbserver + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdb-aarch64-hw-break.patch ++++++ --- /var/tmp/diff_new_pack.cmKmjF/_old 2013-09-13 14:45:39.000000000 +0200 +++ /var/tmp/diff_new_pack.cmKmjF/_new 2013-09-13 14:45:39.000000000 +0200 @@ -1,16 +1,26 @@ http://permalink.gmane.org/gmane.comp.gdb.patches/88728 +http://permalink.gmane.org/gmane.comp.gdb.patches/90237 Index: gdb/aarch64-linux-nat.c =================================================================== -RCS file: /cvs/src/src/gdb/aarch64-linux-nat.c,v -retrieving revision 1.4 -diff -u -p -r1.4 aarch64-linux-nat.c ---- gdb/aarch64-linux-nat.c 14 Feb 2013 13:50:30 -0000 1.4 -+++ gdb/aarch64-linux-nat.c 27 Jul 2013 22:42:18 -0000 +--- gdb/aarch64-linux-nat.c.orig ++++ gdb/aarch64-linux-nat.c @@ -312,6 +312,7 @@ aarch64_linux_set_debug_regs (const stru const CORE_ADDR *addr; const unsigned int *ctrl; ++ memset (®s, 0, sizeof (regs)); + iov.iov_base = ®s; + iov.iov_len = sizeof (regs); + count = watchpoint ? aarch64_num_wp_regs : aarch64_num_bp_regs; +Index: gdb/gdbserver/linux-aarch64-low.c +=================================================================== +--- gdb/gdbserver/linux-aarch64-low.c.orig ++++ gdb/gdbserver/linux-aarch64-low.c +@@ -600,6 +600,7 @@ aarch64_linux_set_debug_regs (const stru + const CORE_ADDR *addr; + const unsigned int *ctrl; + + memset (®s, 0, sizeof (regs)); iov.iov_base = ®s; iov.iov_len = sizeof (regs); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
