diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2a40377..7e0d576 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2001-03-20 Andrew Cagney <ac131313@redhat.com> + + * gdbint.texinfo (Target Architecture Definition): Update + definition of SOFTWARE_SINGLE_STEP_P to include empty parameter + list. + 2001-03-06 Kevin Buettner <kevinb@redhat.com> * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo, diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 1710f3e..bf05fec 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2151,7 +2151,7 @@ languages, these predicates will always see a pointer type, never an array type. All the references above to arrays being returned by value apply only to other languages. -@item SOFTWARE_SINGLE_STEP_P +@item SOFTWARE_SINGLE_STEP_P() @findex SOFTWARE_SINGLE_STEP_P Define this as 1 if the target does not have a hardware single-step mechanism. The macro @code{SOFTWARE_SINGLE_STEP} must also be defined. |