all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* M-x gdb : showing args
@ 2019-06-08 20:30 jonetsu
  2019-06-08 21:06 ` Óscar Fuentes
  0 siblings, 1 reply; 3+ messages in thread
From: jonetsu @ 2019-06-08 20:30 UTC (permalink / raw)
  To: help-gnu-emacs

When doing a 'show args' when using gdb in emacs (M-x gdb) the args are
prefixed by that string:

"Argument list to give program being debugged when it is started is
[...]"

Is it possible to not have this rather useless presentation string and
go immediately the args ?  If not, the frame has to be expanded in
order to view what are the actual args, which is not as nice as seeing
them directly after doing 'show args'.

Cheers.






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

* Re: M-x gdb : showing args
  2019-06-08 20:30 M-x gdb : showing args jonetsu
@ 2019-06-08 21:06 ` Óscar Fuentes
  2019-06-09  5:31   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Óscar Fuentes @ 2019-06-08 21:06 UTC (permalink / raw)
  To: help-gnu-emacs

jonetsu <jonetsu@teksavvy.com> writes:

> When doing a 'show args' when using gdb in emacs (M-x gdb) the args are
> prefixed by that string:
>
> "Argument list to give program being debugged when it is started is
> [...]"
>
> Is it possible to not have this rather useless presentation string and
> go immediately the args ?  If not, the frame has to be expanded in
> order to view what are the actual args, which is not as nice as seeing
> them directly after doing 'show args'.

That rather useless presentation string comes form gdb itself. Try it on
a shell.

AFAIU emacs merely sends the commands you type to gdb and prints its
response.




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

* Re: M-x gdb : showing args
  2019-06-08 21:06 ` Óscar Fuentes
@ 2019-06-09  5:31   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2019-06-09  5:31 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Óscar Fuentes <ofv@wanadoo.es>
> Date: Sat, 08 Jun 2019 23:06:00 +0200
> 
> > "Argument list to give program being debugged when it is started is
> > [...]"
> >
> > Is it possible to not have this rather useless presentation string and
> > go immediately the args ?  If not, the frame has to be expanded in
> > order to view what are the actual args, which is not as nice as seeing
> > them directly after doing 'show args'.
> 
> That rather useless presentation string comes form gdb itself. Try it on
> a shell.
> 
> AFAIU emacs merely sends the commands you type to gdb and prints its
> response.

Indeed.  I suggest to file a feature-request bug report, to make the
output more reader-friendly.  There's no reason why Emacs couldn't
reformat the output to make it nicer.



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

end of thread, other threads:[~2019-06-09  5:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-08 20:30 M-x gdb : showing args jonetsu
2019-06-08 21:06 ` Óscar Fuentes
2019-06-09  5:31   ` Eli Zaretskii

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.