* step_command
@ 2004-12-26 5:33 Russell Shaw
2004-12-26 5:36 ` step_command Joel Brobecker
0 siblings, 1 reply; 2+ messages in thread
From: Russell Shaw @ 2004-12-26 5:33 UTC (permalink / raw)
To: gdb
Hi,
In gdb-6.3, where is _initialize_infcmd() called
from? I'm trying to find out when/where step_command
is initialized (i've grepped the whole source).
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: step_command
2004-12-26 5:33 step_command Russell Shaw
@ 2004-12-26 5:36 ` Joel Brobecker
0 siblings, 0 replies; 2+ messages in thread
From: Joel Brobecker @ 2004-12-26 5:36 UTC (permalink / raw)
To: Russell Shaw; +Cc: gdb
> In gdb-6.3, where is _initialize_infcmd() called
> from? I'm trying to find out when/where step_command
> is initialized (i've grepped the whole source).
It is called from init.c. init.c is an autogenerated file (during
the build, just before the link). These _initialize_* routines
implement the elaboration of the unit the are in.
--
Joel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-12-26 5:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-26 5:33 step_command Russell Shaw
2004-12-26 5:36 ` step_command Joel Brobecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox