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/18567] New: Frame filters apply to 'backtrace' but not 'frame' command


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

            Bug ID: 18567
           Summary: Frame filters apply to 'backtrace' but not 'frame'
                    command
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
  Target Milestone: ---

Summary says it all.

(gdb) frame
#0  main () at inlined2.c:14
14        func (1);
(gdb) bt
#0  0x0000000000400501 in niam () at inlined2.c:14
(gdb) 

This makes the output inconsistent, IMO 'frame' should behave like 'bt 0'.
'core-file' command also calls 'frame' at its end which misses the Python frame
filters decorations.

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