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: [1/4] RFC:


On 01/19/2012 12:14 PM, Tom Tromey wrote:
>       breakpoint location BL.  This function does not check if we
>       should stop, only if BL explains the stop.  */
>    int (*breakpoint_hit) (const struct bp_location *bl, struct address_space *,
> -			 CORE_ADDR);
> +			 CORE_ADDR, const struct target_waitstatus *);

Since this function pointer has been commented, I suggest we add a line
of comment for instance of target_waitstatus WS here.

-- 
Yao (éå)


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