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] not able to set pending breakpoint at qualified C++ function names


On Thu, 4 Jun 2009, Tom Tromey wrote:

> >>>>> "Karen" == Karen Osmond <karen.osmond@gmail.com> writes:
> 
> Karen> 2009-06-03  Karen Osmond  <karen.osmond@gmail.com>
> Karen> 	* linespec.c (find_method): Add new not_found_ptr parameter to
> Karen> 	bring in line with symtab_from_filename, decode_variable.
> Karen> 	(decode_compound): Likewise.  Also propagate not_found_ptr to 
> Karen> 	find_method.
> Karen> 	(decode_line_1): Propagage not_found_ptr to decode_compound.
> 
> Typo in "propagate".
> 
> Karen> 	(cplusplus_error): Now throws NOT_FOUND_ERROR.
> 
> Other than the typo, looks good to me.  This is ok once your paperwork
> completes.  Send a note to the list when that happens and someone will
> check this in.

Paperwork is now sorted - please could somebody commit?

The patch can be found here:
http://sourceware.org/ml/gdb-patches/2009-06/msg00034.html

And here's the ChangeLog again, with typo corrected:

2009-06-22  Karen Osmond  <karen.osmond@gmail.com>

	* linespec.c (find_method): Add new not_found_ptr parameter to
	bring in line with symtab_from_filename, decode_variable.
	(decode_compound): Likewise.  Also propagate not_found_ptr to 
	find_method.
	(decode_line_1): Propagate not_found_ptr to decode_compound.
	(cplusplus_error): Now throws NOT_FOUND_ERROR.

cheers,
-karen.


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