This is the mail archive of the gdb-prs@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]

[Bug symtab/15412] Performance regression in "info {func,var,types} foo" (mostly info types).


http://sourceware.org/bugzilla/show_bug.cgi?id=15412

Tobias Hunger <tobias.hunger at digia dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobias.hunger at digia dot
                   |                            |com

--- Comment #1 from Tobias Hunger <tobias.hunger at digia dot com> 2013-05-17 10:09:22 UTC ---
I see the same issue debugging C++ applications using GDB 7.6 with Qt Creator. 

Getting a list of local variables and their values after hitting a breakpoint
takes at least 10s where it is almost instantaneous in GDB 7.5.

This time can increase dramatically (> 2 min!) with the complexity of the code
containing the breakpoint.

GDB 7.6 is not usable in this setup, I had to revert back to GDB 7.5. I would
seriously consider raising the importance of this regression.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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