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]

dead code in frv-tdep.c?


Hi Kevin,

Not sure who I should ask this. It looks like you were the last
person to make some real changes to that file, so I'm asking you first.
I noticed what looks like dead code in frv-tdep.c:

   frv-tdep.c:frv_stopped_data_address (CORE_ADDR *addr_p)
   frv-tdep.c:frv_have_stopped_data_address (void)

The former is only called by the latter, and the latter is never called.
frv_stopped_data_address almost looks like a function that would be
used as one of the target_ops methods, but this would more typically
be found in a -nat file...

Do you know what we should do with this code?

Thanks,
-- 
Joel


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