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/15163] New: Vi settings within ~/.inputrc prevententering/exiting TUI via C-x a


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

             Bug #: 15163
           Summary: Vi settings within ~/.inputrc prevent entering/exiting
                    TUI via C-x a
           Product: gdb
           Version: 7.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tui
        AssignedTo: unassigned@sourceware.org
        ReportedBy: rhys.ulerich@gmail.com
    Classification: Unclassified


Having vi-like settings in ~/.inputrc
breaks entering/exiting TUI mode using C-x a or any other key combination
documented at http://sourceware.org/gdb/download/onlinedocs/gdb/TUI-Keys.html.

To reproduce:

1. Remove any ~/.inputrc file.
2. Run 'gdb'
3. Hit C-x a and observe TUI mode starting.
4. Quit gdb
5. Create a ~/.inputrc file containing two lines:
   > set editing-mode vi
   > set keymap vi
6. Run 'gdb'
7. Hit C-x a and observe ^X^A being echoed to the screen but TUI mode not
starting.

I am unaware of any gdb command that will enter/exit TUI mode independently of
the key combination.  Is there one?

Observed generally throughout 7.x and reproduced just now on 7.5.1.

- Rhys

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]