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/9845] New: Multiple line displays may generate a false command


To reproduce the bug:
- start to debug a programa, with some object or a structure with a few fields
on it.
- Set to display the structure variable. The idea is to create a display with
more lines the the TUI prints at onde (turn on pretty printing helps this).
- set a breakpoint a few lines down, somewhere the display still valid
- run the program to the breakpoing (continue command)
- now the display will show partially (with "---Type <return> to continue, or q
<return> to quit---" prompts)
- hit <return> until when get out of the display and back to the command line

Problem found! If we hit <return> to repeat the last command (wich was continue)
it won't work.

-- 
           Summary: Multiple line displays may generate a false command
           Product: gdb
           Version: 6.8
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: tui
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: balacobaco at imap dot cc
                CC: gdb-prs at sourceware dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]