Mattias EngdegÄrd writes: >> You probably want to include 'lldb' in more places in gud.el. For example: >> >>> (defgroup gud nil >>> "The \"Grand Unified Debugger\" interface. >>> Supported debuggers include gdb, sdb, dbx, xdb, perldb, >>> pdb (Python), and jdb." >> >> and in gud-text-menu-bar-map, gud-menu-map, etc. > > And gud-tooltip-print-command, and probably more places. Thanks. Please find a "final" patch attached. This includes NEWS, manual, what you mentioned and some other stuff. I can't imagine that gud tooltips for non-gdbmi have worked in the last decade or so... Fortunately, I don't have a system where I could test that :-).