On 02/24/2012 10:48 AM, Yao Qi wrote: > +static struct ipa_sym_addresses ipa_sym_addrs; > + > +/* Look up all symbols needed by agent. Return 0 if all the symbols are > + found, return non-zero otherwise. */ > + > +int > +agent_look_up_symbols (void) This version addes a parameter ARG of type `void *', in order to pass OBJFILE needed in patch 8/9. GDBserver side is not affected by this change. -- Yao (齐尧)