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: [RFA] Submit process record and replay third time, 3/9


On Thursday 22 January 2009 22:34:25, Pedro Alves write:
> Here's what I propose you try as first step: remove all references to record.o
> from Makefile.in and configure.tgt. ?Try building. ?You'll get link errors. ?Now,
> come up with interfaces between the core and record.c that would preserve all
> functionality if record.o isn't included in the link; but that will still link
> a gdb executable, if record.o isn't linked in.

Sigh, I said "isn't" when I mean "is".  Let me try again,

Here's what I propose you try as first step: remove all references to record.o
from Makefile.in and configure.tgt.  Try building.  You'll get link errors.  Now,
come up with interfaces between the core and record.c that would preserve all
functionality if record.o *is* included in the link; but that will still link
a gdb executable, if record.o *isn't* linked in.

-- 
Pedro Alves


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