emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lisp/progmodes/gdb-ui.el


From: Sam Steingold
Subject: Re: lisp/progmodes/gdb-ui.el
Date: Tue, 09 Jan 2007 18:23:01 -0500
User-agent: Thunderbird 1.5.0.8 (X11/20061107)

Nick Roberts wrote:
 > gdb-debug-ring

 > ((recv . "
 > ^Z^Zpost-prompt
 > ...

Thanks, but can you send it as an attachment.  I think it gets a bit mangled
by the ^Z characters.

 >...
 > ^Z^Zpost-prompt
 > Num Type           Disp Enb Address    What
 > 1   breakpoint     keep y   0x080ba832 in rd_ch_unbuffered at stream.d:5063
 >   breakpoint already hit 1 time
 > ") (recv . "
 > ^Z^Zpre-prompt
 > (gdb)
 > ^Z^Zprompt
 > ") ...)
      ^^^

This ends in an ellipsis because the length of the list exceeds
eval-expression-print-length. This means that you've not sent the start of the
log.  Can you please make it unlimited by setting eval-expression-print-length
to nil.

done


Attachment: z
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]