Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: gdb@sources.redhat.com
Subject: Re: info proc cmd
Date: Sun, 09 Mar 2008 22:37:00 -0000	[thread overview]
Message-ID: <20080309211329.GB26503@caradoc.them.org> (raw)
In-Reply-To: <umyp9i29x.fsf@gnu.org>

On Sat, Mar 08, 2008 at 06:55:22PM +0200, Eli Zaretskii wrote:
> There seems to be a bug in "info proc".  The command line of the
> process is produced like this (in linux-nat.c):

Another bug in it; it accepts things which are neither pids nor
keywords.  I thought at first you meant "info proc cmd" literally,
so I tried it, and it behaved just like info proc :-)

> This bug is easy enough to fix, but I wonder whether some older
> versions of Linux did use the one-string format, in which case fixing
> this to assume a set of null-terminated arguments would break those
> old systems.
> 
> Does anyone has further insight into the history of this?  Should I
> just go ahead and fix the code?

I think you can go ahead and fix it; it's been NUL separated for as
long as I can remember.  The kernel actually reads memory from the
child to display this, and the memory is where the initial argv
strings were placed; there won't be any spaces unless the app put them
there with setproctitle.

-- 
Daniel Jacobowitz
CodeSourcery


  reply	other threads:[~2008-03-09 21:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-09 19:01 Eli Zaretskii
2008-03-09 22:37 ` Daniel Jacobowitz [this message]
2008-03-09 22:59   ` Eli Zaretskii
2008-03-10 15:24     ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080309211329.GB26503@caradoc.them.org \
    --to=drow@false.org \
    --cc=eliz@gnu.org \
    --cc=gdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox