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: [RFC] Empty result of "info types inner": Is this a bug?


> Technically, it's a bug that the first "info types inner" didn't
> print anything, but is this a bug we're willing to accept for
> performance reasons? I want to make the case that the answer is "No."

My inclination as well, and you'll probably see in dwarf2read.c
a few added blocks of code that say "if (ada an some other langs),
add children into global scope. That was for things such as putting
a breakpoint on a nested subprogram, for instance.

-- 
Joel


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