Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: rbrown64@csc.com.au
Cc: gdb-patches@sources.redhat.com
Subject: Re: RFA gdb/utils.c (gdb_realpath) fallback patch for sco3.2v5
Date: Wed, 20 Feb 2002 07:46:00 -0000	[thread overview]
Message-ID: <3C73C4C6.8010607@cygnus.com> (raw)
In-Reply-To: <OF093119D4.CB71C330-ONCA256B66.002E6C30@int.csc.com.au>

> This permits the 0211 snapshot to link & break in main on
> i586-pc-sco3.2v5.0.2  (debugging itself).
> Possibly this should be done with the configury and set a PATH_MAX
> value in config.h using
> 
> $ getconf PATH_MAX /
> 1024

Jason Thorp pointed out similar issues with the code.

We can't define PATH_MAX since that would polute the system name space 
(cf the true/false problem).  However, a namespace proof GDB_PATH_MAX 
might just do the trick.  Getting it via configury could be tricky 
though - it needs to be a compile time, rather than runtime, test.

Hmm, perhaphs autoconf has already solved this problem?

Anyway, yes ok to the change.

Andrew




  reply	other threads:[~2002-02-20 15:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-20  0:39 rbrown64
2002-02-20  7:46 ` Andrew Cagney [this message]
2002-02-20  7:47 ` Andrew Cagney

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=3C73C4C6.8010607@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=rbrown64@csc.com.au \
    /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