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] Fix PR gdb/11702, printing of static const member variables


>>>>> "Doug" == Doug Evans <dje@google.com> writes:

Doug> On Sun, Jun 27, 2010 at 11:35 AM, Doug Evans <dje@google.com> wrote:
>> Maybe another symbol table cleanup is to not put enum values in
>> VARIABLES_DOMAIN.

Doug> Or rather, not rely on LOC_CONST to identify enums?
Doug> [VARIABLES_DOMAIN is just to identify a search request]

I see that it is documented, but I still wonder why search_symbols
excludes enum constants.

Tom


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