This is the mail archive of the gdb@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]

gdb/remote.c : 2061


Hi,

I have downloaded gdb-6.3. I am not sure, if following duplication is intentional

File is gdb/remote.c

Line no: 2061

---- code snippet ---

/* Generic code for opening a connection to a remote target. */

static void
init_all_packet_configs (void)
{
 int i;
* update_packet_config (&remote_protocol_P);*
* update_packet_config (&remote_protocol_p);*
 update_packet_config (&remote_protocol_qSymbol);
 update_packet_config (&remote_protocol_vcont);


Thanks, Nitin


-- MontaVista - Platform to Innovate


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