From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Smith To: Michael Elizabeth Chastain Cc: gdb@sourceware.cygnus.com Subject: Re: How do you use GDB to debug GDB Date: Wed, 21 Mar 2001 15:59:00 -0000 Message-id: <3AB68CA8.A3697719@home.com> References: <200103192052.MAA08643@bosch.cygnus.com> X-SW-Source: 2001-03/msg00175.html I ignored the break line since I'm not sure what to do with it. Anyway thanks. I now will be able to work on the shared library problem that I keep posting about. sps Michael Elizabeth Chastain wrote: > Hello Stephen, > > This is how I do it: > > % gdb powerpc-motorola-elf-gdb > (gdb) set prompt [top] > [top] set args --command=C:/rti/bin/rtidbug.ini C:/examples/dll/main.exe > [top] break help_command > [top] run >