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 gdb/19894] gdb spins cpu during eclipse cdt debug session.


https://sourceware.org/bugzilla/show_bug.cgi?id=19894

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #3 from Pedro Alves <palves at redhat dot com> ---
Yeah, looks like a pretty printer is stuck in a loop.  Maybe the object it's
trying to print is corrupted.  Nothing GDB can do; printers must be defensive.
If debuggees were perfect, one wouldn't need to debug them.

The libstdc++ pretty printers are owned by gcc.

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