On 19-Jul-2001 Yong wrote: > hi , > Can anybody tell me where in GDB stub source code > can I found loading function of executable onto target ? There is no specific function for loading code. This operation is performed [solely] by a sequence of 'memory write' commands.