This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 02/14] add gcc/gdb interface files
- From: Yao Qi <yao at codesourcery dot com>
- To: Tom Tromey <tromey at redhat dot com>, <gdb-patches at sourceware dot org>
- Date: Mon, 19 May 2014 16:03:41 +0800
- Subject: Re: [PATCH 02/14] add gcc/gdb interface files
- Authentication-results: sourceware.org; auth=none
- References: <1400253995-12333-1-git-send-email-tromey at redhat dot com> <1400253995-12333-3-git-send-email-tromey at redhat dot com>
On 05/16/2014 11:26 PM, Tom Tromey wrote:
> The gcc plugin is split into two parts. One part is an ordinary gcc
> plugin. The other part is a shared library that is loaded by gdb.
Tom,
What is the ordinary gcc plugin? I notice that patch 14/14 dlopen
libcc1.so, so I assume that is the latter you are talking about here.
Am I missing something?
--
Yao (éå)