This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFC] Trivialize objc-lang.c FETCH_ARGUMENT


Adam Fedor wrote:
> 
> Well, I thought I'd at least try to see if this patch would be ok. Here
> I replace the arcitecture dependant FETCH_ARGUMENT with a trivial
> implementation that does nothing. This would allow objc-lang.o to be
> linked into gdb and I commit  most or all of the remaining Objective-C
> patches. Then I could work on fixing FETCH_ARGUMENT at my leasure...

That seems reasonable.  By the way, if there's been an ongoing discussion,
I haven't followed it.  Why is it that you need to do this in an
architecture-dependent way?  GDB should have enough debug info to 
do this cleanly, shouldn't it?


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