From mboxrd@z Thu Jan 1 00:00:00 1970 From: Larry Gray To: gdb@sourceware.cygnus.com Subject: Program thats runs in cpu32bug, won't run in gdb? Date: Wed, 26 Sep 2001 08:50:00 -0000 Message-id: <0109261150070A.01569@larry> X-SW-Source: 2001-09/msg00208.html Hello, I'm using an sbc that contains cpu32bug, I compiled a small program with m68k-coff-gcc, and run it successfully on the board using cpu32bug (via serial port using minicom). I then compiled gdb-4.18 for m68k-coff, all worked fine. After starting m68k-coff-gdb, I connect to the target cpu32bug, and load the program, everything works fine. I verify the pc and sp with the info registers command, and display the first few memory locations. However when I type run, I get: Starting program: /home/larry/hello.coff Program received signal SIGTRAP, Trace/breakpoint trap. 0x39d0 in ?? () I can then quit gdb, open minicom, and run the program from cpu32bug, so gdb loads the program correctly. What am I missing? Thanks in Advance, Larry Gray larry@greenmotor.com