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: [PATCH] Handle multiple breakpoint hits in Python interface


> From: Kevin Pouget <kevin.pouget@gmail.com>
> Date: Mon, 23 May 2011 05:38:54 -0400
> Cc: gdb-patches@sourceware.org
> 
> 2011-04-22  Kevin Pouget  <kevin.pouget@st.com>
> 
> 	Handle multiple breakpoint hits in Python interface:
> 	* gdb.texinfo (Events In Python): Indicate that multiple breakpoint
> 	may have been hit and rename the variable to breakpoints.

This part is OK, except...

> +@defivar BreakpointEvent breakpoint
> +A reference to the first breakpoint that was hit of type @code{gdb.Breakpoint}.
> +(Legacy support.)
   ^^^^^^^^^^^^^^^^^
...this.  What is that phrase in parens for?  Can it be removed?

Thanks.


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