Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* init_registers
@ 2003-06-18  4:27 saleru.raja
  2003-06-18 13:26 ` init_registers Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: saleru.raja @ 2003-06-18  4:27 UTC (permalink / raw)
  To: gdb


Hello, 
Please look at the following function, which is in file "regdat.sh" in
GDB

void
init_registers ()
{
    set_register_cache (regs_${name},
			sizeof (regs_${name}) / sizeof (regs_${name}[0]));
    gdbserver_expedite_regs = expedite_regs_${name};
}

If the target is "sh-elf", then what will be the modified function after
compiling ?

Thanks in advance 

Regards
Raja Saleru



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-18 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-18  4:27 init_registers saleru.raja
2003-06-18 13:26 ` init_registers Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox