GNU bug report logs -
#21777
25.0.50; gud-gdb uses a pager, which is harmful inside emacs
Previous Next
Reported by: Dima Kogan <dima <at> secretsauce.net>
Date: Wed, 28 Oct 2015 19:21:02 UTC
Severity: normal
Found in version 25.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 21777 <at> debbugs.gnu.org (full text, mbox):
Dima Kogan <dima <at> secretsauce.net> writes:
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
>>> From: Dima Kogan <dima <at> secretsauce.net>
>>>
>>> 3. handle this inside emacs, not relying on gdb behavior
>>
>> 3 is okay in principle, but you didn't show any specific suggestions.
>> What did you have in mind?
>
> gud-gdb.el can send a "set height unlimited" command when it starts the
> gdb process. I'm happy to give you a patch, if you want.
Something like this:
---------------------------------------------------------------------------
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index 9ab0667..61ae85c 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -785,6 +785,8 @@ directory and source-file directory for your debugger."
(setq gdb-first-prompt t)
(setq gud-running nil)
(setq gud-filter-pending-text nil)
+
+ (gud-basic-call "set height unlimited")
(run-hooks 'gud-gdb-mode-hook))
;; The completion process filter indicates when it is finished.
---------------------------------------------------------------------------
This works. The main issue is that it creates an extra "(gdb)" prompt
we'd want to suppress. You get the idea, however.
This bug report was last modified 4 years and 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.