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/16486] differences between "bt" and "bt no-filters"


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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #3 from Tom Tromey <tromey at sourceware dot org> ---
FWIW this is still a bit odd.

I ran gdb on itself (just "run" then interrupted when the prompt came up);
and did a bt using the colorizing frame filter from my gdb-helpers project.

With the filter, apparently all one line:

#5  0x00000000007d9de8 in catch_errors(int (*)(void*), void*, char const*,
return_mask) (func=0x84b565 <captured_command_loop(void*)>, func_args=0x0,
errstring=0xf0bafb "", mask=RETURN_MASK_ALL)

Without:

#5  0x00000000007d9de8 in catch_errors (
    func=0x84b565 <captured_command_loop(void*)>, func_args=0x0, 
    errstring=0xf0bafb "", mask=RETURN_MASK_ALL)
    at ../../binutils-gdb/gdb/exceptions.c:236

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