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]

Re: step_command


> 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


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