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 python/12109] gdb when asked for backtrace produces pythontraceback


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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |tromey at redhat dot com
         Resolution|                            |DUPLICATE

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 2010-10-14 15:10:25 UTC ---
Dup.

> Maybe to suppress Python output during `bt' but display it later for:
> (gdb) print hash_table
> ?

Yeah, that seems reasonable.

> Also why is Python pretty printer applied at all when it gets output just as:

> #0  g_hash_table_lookup (hash_table=0x123f5e0 = {...}, key=0x7fffb2ca8830) at ghash.c:895

The printer might change the abbreviated output, if it has a to_string method.

*** This bug has been marked as a duplicate of bug 11324 ***

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