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 cli/16256] New: "print" command completion doesn't understand formats


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

            Bug ID: 16256
           Summary: "print" command completion doesn't understand formats
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cli
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

If you are entering a "print" command that has a format
argument, and try field name completion, it will fail.
This happens because the completer doesn't know to skip
the format.

E.g. try something like  complete print/x obj.f

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