This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 01/15] Add back declarations for _initialize functions
- From: Tom Tromey <tom at tromey dot com>
- To: Simon Marchi <simon dot marchi at efficios dot com>
- Cc: John Baldwin <jhb at FreeBSD dot org>, gdb-patches at sourceware dot org
- Date: Thu, 09 Jan 2020 15:33:18 -0700
- Subject: Re: [PATCH 01/15] Add back declarations for _initialize functions
- References: <20191125052655.22696-1-simon.marchi@efficios.com> <20191125052655.22696-2-simon.marchi@efficios.com> <f34cc19e-f4df-82eb-4e35-9132c9f84eea@FreeBSD.org> <a575ba5b-0109-46c3-39ef-ced69a1fb2de@efficios.com>
>>>>> "Simon" == Simon Marchi <simon.marchi@efficios.com> writes:
Simon> And among those, the functions used both in the in-process agent
Simon> and in gdbserver itself are problematic, because they should be exported when
Simon> built for the IPA, but static when built for gdbserver. So I gave up on it
Simon> for the moment. This patch (01/15) would only be relevant if the rest goes in
Simon> too, but I note your comment about clang.
Is it on a branch somewhere? Maybe it wouldn't be too hard to finish up.
Tom