This is the mail archive of the gdb-prs@sources.redhat.com 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]

gdb/491: async readline problem



>Number:         491
>Category:       gdb
>Synopsis:       async readline problem
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 16 09:18:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     dick.streefland@altium.nl
>Release:        5.x
>Organization:
>Environment:
Debian woody
>Description:
readline key bindings don't work properly when the vi editing mode is selected. You have to type an additional character before the binding expands. The problem does not occur when gdb is started with the --noasync option. This problem looks very similar to PR 240.
>How-To-Repeat:
Use the following .inputrc file:
  set editing-mode vi
  "X": "Y"
Start gdb and type an "X". The Y will not be displayed until another key is pressed.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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