This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 4.17.85 broken on OSR5



   Date: Thu, 4 Mar 1999 15:19:40 -0800
   From: "J. Kean Johnston" <jkj@sco.com>

   Any ideas? It doesnt seem to want to insert breakpoints.

Ouch!  This is bad.  Possibly fallout from HP's additions, but x86
and coff stuff gets tweaked for several different platforms, so you
may just be a victim of drive-by hacking. :-)

It's possible that the breakpoints are being inserted and hit, but
then being continued silently.  You can try setting "targetdebug"
to see if the generic target operations are being done correctly.

When's the last time you tried a snapshot?

							Stan