all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9944: gud error: Problem parsing arguments: interpreter-exec console
@ 2011-11-03 18:01 Dan Nicolaescu
  2011-11-04  2:37 ` Ken Brown
  2012-07-28 14:34 ` Chong Yidong
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Nicolaescu @ 2011-11-03 18:01 UTC (permalink / raw)
  To: 9944


With the current trunk

./emacs -Q
M-x gdb RET ../lib-src/emacsclient RET
At the gud prompt:

run -a "" Makefile

This gives an error:  
Problem parsing arguments: interpreter-exec console "r -a "" Makefile"
and the program does not start.

This is a regressions, it works with emacs-23.2 (which was
using --annotate).  It also works when running gdb from the command line.






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

* bug#9944: gud error: Problem parsing arguments: interpreter-exec console
  2011-11-03 18:01 bug#9944: gud error: Problem parsing arguments: interpreter-exec console Dan Nicolaescu
@ 2011-11-04  2:37 ` Ken Brown
  2012-07-28 14:34 ` Chong Yidong
  1 sibling, 0 replies; 3+ messages in thread
From: Ken Brown @ 2011-11-04  2:37 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: 9944

On 11/3/2011 2:01 PM, Dan Nicolaescu wrote:
>
> With the current trunk
>
> ./emacs -Q
> M-x gdb RET ../lib-src/emacsclient RET
> At the gud prompt:
>
> run -a "" Makefile
>
> This gives an error:
> Problem parsing arguments: interpreter-exec console "r -a "" Makefile"
> and the program does not start.

This looks like a quoting error.  I think gud should be replacing each 
`"' by `\"'.  If you do this manually, the error goes away and the 
program starts.

Ken





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

* bug#9944: gud error: Problem parsing arguments: interpreter-exec console
  2011-11-03 18:01 bug#9944: gud error: Problem parsing arguments: interpreter-exec console Dan Nicolaescu
  2011-11-04  2:37 ` Ken Brown
@ 2012-07-28 14:34 ` Chong Yidong
  1 sibling, 0 replies; 3+ messages in thread
From: Chong Yidong @ 2012-07-28 14:34 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: 9944

Dan Nicolaescu <dann@gnu.org> writes:

> With the current trunk
>
> ./emacs -Q
> M-x gdb RET ../lib-src/emacsclient RET
> At the gud prompt:
>
> run -a "" Makefile
>
> This gives an error:  
> Problem parsing arguments: interpreter-exec console "r -a "" Makefile"
> and the program does not start.

I can't reproduce this error with latest trunk.  Probably it was fixed
in the last round of fixes to gdb-mi.el; feel free to re-open if you
still encounter the problem.





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

end of thread, other threads:[~2012-07-28 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03 18:01 bug#9944: gud error: Problem parsing arguments: interpreter-exec console Dan Nicolaescu
2011-11-04  2:37 ` Ken Brown
2012-07-28 14:34 ` Chong Yidong

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.