This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA 1/3] Rearrange Python breakpoint node in documentation


> From: Tom Tromey <tom@tromey.com>
> Cc: Tom Tromey <tom@tromey.com>
> Date: Thu, 19 May 2016 16:06:01 -0600
> 
> 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.

OK, thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]