> 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