diff options
author | Pedro Alves <palves@redhat.com> | 2018-08-31 18:55:59 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2018-08-31 18:56:10 +0100 |
commit | 0c8885885ab1d62971bbae22d4b5e335c31b19c9 (patch) | |
tree | a099c3f472dd30dea3ecb4ecc84ca603ab6f688d /gdb/gdbarch.h | |
parent | 7ea65f08fa1b8279b65133a958de02fe84767eb9 (diff) | |
download | binutils-0c8885885ab1d62971bbae22d4b5e335c31b19c9.zip binutils-0c8885885ab1d62971bbae22d4b5e335c31b19c9.tar.gz binutils-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.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r-- | gdb/gdbarch.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |