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] breakpoint/12803


>>>>> "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


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