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 guile/18382] New: "guile" command still completes --without-guile


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

            Bug ID: 18382
           Summary: "guile" command still completes --without-guile
           Product: gdb
           Version: 7.9
            Status: NEW
          Severity: normal
          Priority: P2
         Component: guile
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
  Target Milestone: ---
              Host: xdje42 at gmail dot com

Tom Tromey 2015-05-04:

The "guile" and "guile-repl" commands are disabled in the Fedora
gdb, but they still show up in the CLI.
This messes up completion for me sometimes, as I have a "gui" command
I use.

I think that since these commands can't work in Fedora gdb, they
should not appear in the CLI at all.

I hacked around this using 

maint deprecate guile
maint deprecate guile-repl

... but unfortunately these don't work:

maint deprecate set guile
maint deprecate show guile

(Which is maybe another bug of its own)

https://bugzilla.redhat.com/show_bug.cgi?id=1218357

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