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 01/16] use the libiberty crc code


Pedro> (gdbserver also has it's own copy in server.c (and for that one
Pedro> the return type does matter), but we don't use
Pedro> libiberty-the-kitchen-sink there...  Oh well.)

If we used libiberty in gdbserver, we could replace this code.  We'd
just have to hoist the inferior-memory-reading bit outside of the crc
function.  This wouldn't be so bad; it might even be an improvement.  I
don't plan to mess with this though.

Tom


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