diff -Naurp a/gdb/Makefile.in b/gdb/Makefile.in
--- a/gdb/Makefile.in 2016-11-25 14:24:44.190083746 +0100
+++ b/gdb/Makefile.in 2016-11-25 14:36:23.590282737 +0100
-@@ -519,7 +519,7 @@ SUBDIR_GDBTK_SRCS = \
+@@ -521,7 +521,7 @@ SUBDIR_GDBTK_SRCS = \
SUBDIR_GDBTK_DEPS = $(LIBGUI) $(TCL_DEPS) $(TK_DEPS)
SUBDIR_GDBTK_LDFLAGS =
diff -Naurp gdb.orig/breakpoint.c gdb.new/breakpoint.c
--- binutils-gdb.orig/gdb/breakpoint.c 2018-06-22 10:56:09.376862633 +0200
+++ binutils-gdb.new/gdb/breakpoint.c 2018-06-25 13:41:57.780248624 +0200
-@@ -5439,7 +5439,6 @@ bpstat_stop_status (const address_space
+@@ -5445,7 +5445,6 @@ bpstat_stop_status (const address_space
if (bs->stop)
{
++(b->hit_count);
/* We will stop here. */
if (b->disposition == disp_disable)
-@@ -5449,6 +5448,7 @@ bpstat_stop_status (const address_space
+@@ -5455,6 +5454,7 @@ bpstat_stop_status (const address_space
b->enable_state = bp_disabled;
removed_any = 1;
}