From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Smith To: GDB Subject: How do you use GDB to debug GDB Date: Wed, 21 Mar 2001 15:59:00 -0000 Message-id: <3AB66BE3.D45096D0@home.com> X-SW-Source: 2001-03/msg00169.html I have a gdb debugger configured to for a remote target (host i686-pc-cygwin target=powerpc-motorola-elf). normally I run gdb as: powerpc-motorola-elf-gdb --command=C:/rti/bin/rtidbug.ini C:/examples/dll/main.exe Now I want to run the gdb against the above process. Since I am running this in a Windows NT command shell I can't use gdb /usr/local/bin/powerpc-motorola-elf-gdb some_process_id Can someone help sps