* 4.17.85 broken on OSR5
@ 1999-04-01 0:00 J. Kean Johnston
1999-04-01 0:00 ` Jim Blandy
1999-04-01 0:00 ` Stan Shebs
0 siblings, 2 replies; 6+ messages in thread
From: J. Kean Johnston @ 1999-04-01 0:00 UTC (permalink / raw)
To: GDB Developers List
All,
4.17.85 is broken on SCO OpenServer 5, a platform that traditionally works
quite well. It compiles OK, but here's what I get when I try to debug
anything:
hyperion:/u/tmp/gdb-4.17.85/osr5/gdb% ./gdb --nx j
GNU gdb 4.17.85
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-pc-sco3.2v5.0"...
(gdb) l main
1 #include <stdio.h>
2
3 int main (void)
4 {
5 printf ("Hello world\n");
6 exit (0);
7 }
(gdb) br 5
Breakpoint 1 at 0x80484aa: file j.c, line 5.
(gdb) run
Starting program: /u1/gdb-4.17.85/osr5/gdb/j
Hello world
Program exited normally.
You can't do that without a process to debug.
(gdb)
Any ideas? It doesnt seem to want to insert breakpoints.
--
J. Kean Johnston |"A man with courage on the outside dares to die;
Engineer, SPG | A man with courage on the inside dares to live" - Lao Tzu
Santa Cruz, CA +----------------------------------------------------------
Tel: 831-427-7569 Fax: 831-429-1887 E-mail: jkj@sco.com
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: 4.17.85 broken on OSR5
1999-04-01 0:00 4.17.85 broken on OSR5 J. Kean Johnston
@ 1999-04-01 0:00 ` Jim Blandy
1999-04-01 0:00 ` J. Kean Johnston
1999-04-01 0:00 ` Stan Shebs
1 sibling, 1 reply; 6+ messages in thread
From: Jim Blandy @ 1999-04-01 0:00 UTC (permalink / raw)
To: J. Kean Johnston; +Cc: GDB Developers List
> 4.17.85 is broken on SCO OpenServer 5, a platform that traditionally works
> quite well. It compiles OK, but here's what I get when I try to debug
> anything:
I don't have access to a SCO system, so I can't try this out or debug
it. I think we're going to have to rely on you for a fix for this
one.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4.17.85 broken on OSR5
1999-04-01 0:00 ` Jim Blandy
@ 1999-04-01 0:00 ` J. Kean Johnston
0 siblings, 0 replies; 6+ messages in thread
From: J. Kean Johnston @ 1999-04-01 0:00 UTC (permalink / raw)
To: Jim Blandy; +Cc: GDB Developers List
On Fri, Mar 05, 1999 at 12:09:25AM -0500, Jim Blandy wrote:
>
> > 4.17.85 is broken on SCO OpenServer 5, a platform that traditionally works
> > quite well. It compiles OK, but here's what I get when I try to debug
> > anything:
>
> I don't have access to a SCO system, so I can't try this out or debug
> it. I think we're going to have to rely on you for a fix for this
> one.
I will try. If anyone wants a SCO system (either OpenServer 5, UnixWare 7
or both) so that I can have more than 1 head looking at this, please let
me know and I will courier copies to you within a day.
--
J. Kean Johnston |"A man with courage on the outside dares to die;
Engineer, SPG | A man with courage on the inside dares to live" - Lao Tzu
Santa Cruz, CA +----------------------------------------------------------
Tel: 831-427-7569 Fax: 831-429-1887 E-mail: jkj@sco.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4.17.85 broken on OSR5
1999-04-01 0:00 4.17.85 broken on OSR5 J. Kean Johnston
1999-04-01 0:00 ` Jim Blandy
@ 1999-04-01 0:00 ` Stan Shebs
1999-04-01 0:00 ` J. Kean Johnston
1 sibling, 1 reply; 6+ messages in thread
From: Stan Shebs @ 1999-04-01 0:00 UTC (permalink / raw)
To: jkj; +Cc: gdb
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4.17.85 broken on OSR5
1999-04-01 0:00 ` Stan Shebs
@ 1999-04-01 0:00 ` J. Kean Johnston
1999-04-01 0:00 ` Stan Shebs
0 siblings, 1 reply; 6+ messages in thread
From: J. Kean Johnston @ 1999-04-01 0:00 UTC (permalink / raw)
To: Stan Shebs; +Cc: gdb
On Thu, Mar 04, 1999 at 07:00:15PM -0800, Stan Shebs wrote:
>
> 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?
Hmmmmmm ... whatever was before 0209 I believe. 0209 had other problems
so the last mostly-working snakshot was whatever was before 0209.
--
J. Kean Johnston |"A man with courage on the outside dares to die;
Engineer, SPG | A man with courage on the inside dares to live" - Lao Tzu
Santa Cruz, CA +----------------------------------------------------------
Tel: 831-427-7569 Fax: 831-429-1887 E-mail: jkj@sco.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~1999-04-01 0:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-01 0:00 4.17.85 broken on OSR5 J. Kean Johnston
1999-04-01 0:00 ` Jim Blandy
1999-04-01 0:00 ` J. Kean Johnston
1999-04-01 0:00 ` Stan Shebs
1999-04-01 0:00 ` J. Kean Johnston
1999-04-01 0:00 ` Stan Shebs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox