forked from Imagelibrary/binutils-gdb
gdb/doc: reword a sentence
Change this: The available watchpoint types represented by constants are defined in the gdb module: to this: The available watchpoint types are represented by constants defined in the gdb module: The new version matches a similar line a few lines up the document which reads: The available types are represented by constants defined in the gdb module: gdb/doc/ChangeLog: * guile.texinfo (Breakpoints In Guile): Reword sentence. * python.texinfo (Breakpoints In Python): Reword sentence.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* guile.texinfo (Breakpoints In Guile): Reword sentence.
|
||||
* python.texinfo (Breakpoints In Python): Reword sentence.
|
||||
|
||||
2021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* python.texinfo (Python Commands): Document 'set debug
|
||||
|
||||
@@ -3003,7 +3003,7 @@ Hardware assisted access watchpoint.
|
||||
This value cannot be specified when creating the breakpoint.
|
||||
@end vtable
|
||||
|
||||
The available watchpoint types represented by constants are defined in the
|
||||
The available watchpoint types are represented by constants defined in the
|
||||
@code{(gdb)} module:
|
||||
|
||||
@vtable @code
|
||||
|
||||
@@ -5500,7 +5500,7 @@ Hardware assisted read watchpoint.
|
||||
Hardware assisted access watchpoint.
|
||||
@end vtable
|
||||
|
||||
The available watchpoint types represented by constants are defined in the
|
||||
The available watchpoint types are represented by constants defined in the
|
||||
@code{gdb} module:
|
||||
|
||||
@vtable @code
|
||||
|
||||
Reference in New Issue
Block a user