This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 02/14] add gcc/gdb interface files


>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:

Tom> The gcc plugin is split into two parts.  One part is an ordinary gcc
Tom> plugin.  The other part is a shared library that is loaded by gdb.

Yao> What is the ordinary gcc plugin?  I notice that patch 14/14 dlopen
Yao> libcc1.so, so I assume that is the latter you are talking about here.
Yao> Am I missing something?

You have to look at the gcc patch series to see the plugin.

That series adds a new top-level directory to the gcc repository.
This directory holds the code for two shared libraries: one is a GCC
plugin and the other is libcc1.so, which is loaded by gdb.  libcc1.so
communicates with the GCC plugin.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]