Rearrange Python breakpoint node in documentation
authorTom Tromey <tom@tromey.com>
Thu, 19 May 2016 21:40:54 +0000 (15:40 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 13 Jul 2016 19:20:58 +0000 (13:20 -0600)
commitcda75e7050781403875413a57c5700e67b1c6269
tree1ce948761ae0d21e765d3c950ee220d6fe30d34e
parent6571a3815623d907b7a3f560e909edd8c76a9e1c
Rearrange Python breakpoint node in documentation

I noticed that the Python breakpoint documentation was ordered a bit
oddly.  It documented the constructor; then the stop method; then the
watchpoint constants (used for the constructor); then various other
methods and attributes; then the other constants used by the
constructor; and then finally some more methods and attributes.

This patch rearranges the node a little to move the constants to just
after the constructor and before the other methods and attributes.

2016-07-13  Tom Tromey  <tom@tromey.com>

* python.texi (Breakpoints In Python): Move table of types and
table of watchpoint types earlier in node.
gdb/doc/ChangeLog
gdb/doc/python.texi
This page took 0.026244 seconds and 4 git commands to generate.