aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2018-08-31 18:55:59 +0100
committerPedro Alves <palves@redhat.com>2018-08-31 18:56:10 +0100
commit0c8885885ab1d62971bbae22d4b5e335c31b19c9 (patch)
treea099c3f472dd30dea3ecb4ecc84ca603ab6f688d
parent7ea65f08fa1b8279b65133a958de02fe84767eb9 (diff)
downloadgdb-0c8885885ab1d62971bbae22d4b5e335c31b19c9.zip
gdb-0c8885885ab1d62971bbae22d4b5e335c31b19c9.tar.gz
gdb-0c8885885ab1d62971bbae22d4b5e335c31b19c9.tar.bz2
Regenerate gdbarch.h
The previous commit included a stale gdbarch.h from an earlier version of that patch by mistake. gdb/ChangeLog: 2018-08-31 Pedro Alves <palves@redhat.com> * gdbarch.h: Regenerate.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/gdbarch.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0b8ed31..bd866d9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2018-08-31 Pedro Alves <palves@redhat.com>
+ * gdbarch.h: Regenerate.
+
+2018-08-31 Pedro Alves <palves@redhat.com>
+
* gdbarch.sh (have_nonsteppable_watchpoint): Add comment.
* target.h (Hardware watchpoint interfaces): Describe
continuable/steppable/non-steppable watchpoints.
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 8340881..fc2f1a8 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -818,7 +818,8 @@ extern void set_gdbarch_adjust_dwarf2_line (struct gdbarch *gdbarch, gdbarch_adj
extern int gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch);
extern void set_gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch, int cannot_step_breakpoint);
-/* See comment in target.h about continue, steppable and non-steppable watchpoints. */
+/* See comment in target.h about continuable, steppable and
+ non-steppable watchpoints. */
extern int gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch);
extern void set_gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch, int have_nonsteppable_watchpoint);