[RFA] breakpoint/12803

Tom Tromey tromey@redhat.com
Tue May 24 20:07:00 GMT 2011


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> This patch addresses breakpoint/12803, which deals with C++ minsym
Keith> methods involving "const" and/or "volatile" attributes. keep_name_info
Keith> was being guarded by current_language, and this caused a regression
Keith> against gdb 7.1.

Thanks.

Keith> +      while (isspace (*p))
Keith> +	++p;

`p = skip_spaces (p)'

Ok with this change.

Tom



More information about the Gdb-patches mailing list