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 backtrace/15584] New: backtrace_command_1 does some unwinding too early


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

            Bug ID: 15584
           Summary: backtrace_command_1 does some unwinding too early
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: backtrace
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

Right now backtrace_command_1 has a couple of early
loops to compute 'trailing' and (if info_verbose) to
ensure debuginfo is loaded.

These are only needed if no frame filters apply.
So, the code should be moved to later in the function.

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