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: FYI: fix PR gdb/8869


>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom> I'm checking this in.
Tom> A long time ago I sent a different patch to fix PR 8869 (then called
Tom> PR 1764, since we were still using Gnats).

Daniel reminded me that I neglected to describe the problem.

The problem here is that "set language" does not complete properly.
I took the opportunity to fix a couple other completion bugs in
language.c at the same time.

The comments in the code say that this should use an enum, but that
looked like more of a pain than what I did.

Tom


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