From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: gdb-patches@sourceware.org, pmuldoon@redhat.com
Subject: Re: [PATCH 4/4] compile: Add 'set compile-gcc'
Date: Thu, 23 Apr 2015 21:09:00 -0000 [thread overview]
Message-ID: <20150423210916.GA8816@host1.jankratochvil.net> (raw)
In-Reply-To: <83ioco4oid.fsf@gnu.org>
On Wed, 22 Apr 2015 09:21:14 +0200, Eli Zaretskii wrote:
> > parameter of GCC's set_arguments. GCC decides on the meaning of the
> > triplet_regexp parameter according to the success of:
> >
> > + if (access (triplet_regexp, X_OK) == 0)
>
> Does triplet_regexp include the .exe extension on platforms that need
> it? Otherwise, 'access' will fail on those platforms. (Sorry,
> couldn't see where's the actual code, so couldn't verify that myself.)
Actual code is:
triplet_rx = compile_gcc;
add_setshow_string_cmd ("compile-gcc", class_support,
&compile_gcc,
so whatever user sets by 'set compile-gcc' GDB command will be passed.
> > + add_setshow_string_cmd ("compile-gcc", class_support,
> > + &compile_gcc,
>
> This doesn't offer file-name completion, does it? I think it should.
Fixed.
> > + By default the environment variable
> > +@code{PATH} (@code{PATH} from shell that executed @value{GDBN}, not the
> > +one set by @value{GDBN} command @code{set environment}).
>
> This sentence is incomplete, I think you need to combine it with the
> next one. (I suggest to say the simple thing first, and then add the
> caveat about which PATH is searched, instead of having the caveat in
> the middle, making it harder to comprehend.)
Changed it all a bit.
> > +Besides the compiler driver @value{GDBN} needs also shared library
> > +@file{libcc1.so}. It is searched in default shared library search path
> > +(overridable with usual environment variable @code{LD_LIBRARY_PATH}),
> > +unrelated to @code{PATH} or @code{set compile-gcc} settings.
>
> This is Unix logic, btw. On Windows, libcc1.dll will either be in the
> same directory where the GCC driver is, or on PATH, or in libexec. So
> maybe you should qualify the above by saying this is on Posix hosts;
> we could then amend it when this is supported on Windows (assuming it
> isn't for now).
I do not think it would work on MS-Windows host as gcc/libcc1/ uses:
# If any of these functions are missing, simply don't bother building
# this plugin.
GCC_ENABLE_PLUGINS
AC_CHECK_FUNC(socketpair, , enable_plugin=no)
AC_CHECK_FUNC(select, , enable_plugin=no)
AC_CHECK_FUNC(fork, , enable_plugin=no)
AM_CONDITIONAL(ENABLE_PLUGIN, test $enable_plugin = yes)
New patch is posted at:
[PATCH v3 2/2] compile: Add 'set compile-gcc'
https://sourceware.org/ml/gdb-patches/2015-04/msg00915.html
Message-ID: <20150423210815.GA8626@host1.jankratochvil.net>
Thanks,
Jan
next prev parent reply other threads:[~2015-04-23 21:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-21 21:36 [PATCH 1/4] compile: Use libcc1.so->libcc1.so.0 Jan Kratochvil
2015-04-21 21:36 ` [PATCH 2/4] compile: Use libcc1.so.0->libcc1.so.1 Jan Kratochvil
2015-04-23 20:40 ` cancel: " Jan Kratochvil
2015-04-21 21:36 ` [PATCH 3/4] compile: set debug compile: Display GCC driver filename Jan Kratochvil
2015-04-23 20:40 ` cancel: " Jan Kratochvil
2015-04-21 21:37 ` [PATCH 4/4] compile: Add 'set compile-gcc' Jan Kratochvil
2015-04-22 7:21 ` Eli Zaretskii
2015-04-23 21:09 ` Jan Kratochvil [this message]
2015-04-24 6:16 ` Eli Zaretskii
2015-04-24 6:19 ` Jan Kratochvil
2015-04-23 20:40 ` cancel: " Jan Kratochvil
2015-04-23 20:40 ` cancel: [PATCH 1/4] compile: Use libcc1.so->libcc1.so.0 Jan Kratochvil
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=20150423210916.GA8816@host1.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=pmuldoon@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