What happened with this? I don't see any libcc1 in the gcc repository and this patch was never committed.
Cheers, Manuel. On 31 August 2014 17:12, Gerald Pfeifer <ger...@pfeifer.com> wrote: > Hi Jan, > > On Fri, 8 Aug 2014, Jan Kratochvil wrote: >>>>>>>> "Jeff" == Jeff Law <l...@redhat.com> writes: >>>> Does this deserve a mention in the news file? >> Attached (based on Tom's PATCH 0/5 mail). > > Index: htdocs/gcc-5/changes.html > =================================================================== > +<h3 id="c">C</h3> > + <ul> > + <li>GDB evaluation of a block of source code is now provided by new GCC > + plugin.<br /> > > How does one obtain/install/trigger this plugin? Where are more details > documented? This is information I'd add here. > > + A user can compile a code snippet and it will be inserted into the > inferior > + and evaluated. Declarations needed by the snippet are supplied by GDB, > and > + there is a GDB--GCC interface so that the snippets can refer to local > + variables in the current inferior frame. > > The validator probably is going to complain that this needs to be within > <p>...</p> markers. > > In HTML, I'd just say GDB-GCC (one dash). > > I'm good with this patch modulo these suggestion, but perhaps Jeff or > Tom have some further input? > > Gerald