unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#10274: 24.0.92; Error when completing in GDB buffer
@ 2011-12-11 12:43 Chong Yidong
  2011-12-11 13:21 ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Chong Yidong @ 2011-12-11 12:43 UTC (permalink / raw)
  To: 10274

With latest trunk:

0. cd to Emacs src/ directory
1. emacs -q
2. M-x gdb RET
3. b Ff TAB

An error is signaled: Args out of range: 742, 746

This is because gud-gdb-fetch-lines-filter, which is used to fetch
completion alternatives by passing a "complete" debugger command to GDB,
stops too early before all the output is collected.  I'll check in a fix
shortly.

In GNU Emacs 24.0.92.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.2.0)
 of 2011-12-10 on furball





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#10274: 24.0.92; Error when completing in GDB buffer
  2011-12-11 12:43 bug#10274: 24.0.92; Error when completing in GDB buffer Chong Yidong
@ 2011-12-11 13:21 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2011-12-11 13:21 UTC (permalink / raw)
  To: 10274

Chong Yidong <cyd@gnu.org> writes:

> With latest trunk:
>
> 0. cd to Emacs src/ directory
> 1. emacs -q
> 2. M-x gdb RET
> 3. b Ff TAB
>
> An error is signaled: Args out of range: 742, 746

Fixed in trunk, revno 106663.  Apparently gdb-mi wasn't setting
comint-prompt-regexp properly; strange that that hasn't bitten till now.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-11 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-11 12:43 bug#10274: 24.0.92; Error when completing in GDB buffer Chong Yidong
2011-12-11 13:21 ` Chong Yidong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).