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 tui/18932] New: list command doesn't work in TUI any more


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

            Bug ID: 18932
           Summary: list command doesn't work in TUI any more
           Product: gdb
           Version: 7.10
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tui
          Assignee: unassigned at sourceware dot org
          Reporter: ssbssa at yahoo dot de
  Target Milestone: ---

Before (up to 7.9) the list command updated the source window contents.
Now it returns to the current frame position.

On the other hand the frame command without argument now doesn't move to the
current frame position any more.

I'm pretty sure it started from this commit:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;f=gdb/tui/tui-hooks.c;h=0986c744dfecb8177de90020646090e9ed23cfe7

When setting a breakpoint at tui_before_prompt() you see that the list command
actually does work, but tui_refresh_frame_and_register_information() then
immediately jumps back to the current frame position.

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