public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* problems with gdb
@ 1999-12-01 12:26 Fred Wan
  1999-12-02  4:59 ` Fred Wan
  1999-12-31 22:24 ` Fred Wan
  0 siblings, 2 replies; 6+ messages in thread
From: Fred Wan @ 1999-12-01 12:26 UTC (permalink / raw)
  To: help-gcc

Hi,

I'm experiencing a problem with gdb.  When I try to invoke it there's an

error message that I don't understand. Does anyone have a hint?

Thanks, Fred.
a.wan@cable.a2000.nl

(/dev/pts/4)A3DMAS> gdb kgdb
GNU gdb 4.18
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 "i386-pc-solaris2.7"...
(gdb) run
Starting program: /home/wan/prg/tbd/A3DMAS/kgdb
/proc/948/ctl: Inappropriate ioctl for device
/proc/948/status: No such file or directory.
can't open process file
(gdb) (/dev/pts/4)A3DMAS>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: problems with gdb
  1999-12-01 12:26 problems with gdb Fred Wan
@ 1999-12-02  4:59 ` Fred Wan
  1999-12-06 23:20   ` Jim Siler
  1999-12-31 22:24   ` Fred Wan
  1999-12-31 22:24 ` Fred Wan
  1 sibling, 2 replies; 6+ messages in thread
From: Fred Wan @ 1999-12-02  4:59 UTC (permalink / raw)
  To: help-gcc

Version 4.17 (available at sunfreeware.com) doesn't have the problem.


>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 1-12-99, 20:17:41, Fred Wan <a.wan@cable.A2000.nl> wrote regarding 
problems with gdb:


> Hi,

> I'm experiencing a problem with gdb.  When I try to invoke it there's 
an

> error message that I don't understand. Does anyone have a hint?

> Thanks, Fred.
> a.wan@cable.a2000.nl

> (/dev/pts/4)A3DMAS> gdb kgdb
> GNU gdb 4.18
> 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 "i386-pc-solaris2.7"...
> (gdb) run
> Starting program: /home/wan/prg/tbd/A3DMAS/kgdb
> /proc/948/ctl: Inappropriate ioctl for device
> /proc/948/status: No such file or directory.
> can't open process file
> (gdb) (/dev/pts/4)A3DMAS>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: problems with gdb
  1999-12-02  4:59 ` Fred Wan
@ 1999-12-06 23:20   ` Jim Siler
  1999-12-31 22:24     ` Jim Siler
  1999-12-31 22:24   ` Fred Wan
  1 sibling, 1 reply; 6+ messages in thread
From: Jim Siler @ 1999-12-06 23:20 UTC (permalink / raw)
  To: help-gcc

Fred Wan <a.wan@cable.a2000.nl> wrote in message
news: 19991202.13355800@localhost.a2000.nl ...

Version 4.17 (available at sunfreeware.com) doesn't have the problem.


Yes, but 4.17 does have majot problems debugging C++ programs that are at
all complex,
at least in a Solaris/x86 environment.  Does anyone have a fix.  $50 for the
first one who
can get my 4.18 up and running.  $100 if it fixed my debuggin problems.






>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 1-12-99, 20:17:41, Fred Wan <a.wan@cable.A2000.nl> wrote regarding
problems with gdb:


> Hi,

> I'm experiencing a problem with gdb.  When I try to invoke it there's
an

> error message that I don't understand. Does anyone have a hint?

> Thanks, Fred.
> a.wan@cable.a2000.nl

> (/dev/pts/4)A3DMAS> gdb kgdb
> GNU gdb 4.18
> 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 "i386-pc-solaris2.7"...
> (gdb) run
> Starting program: /home/wan/prg/tbd/A3DMAS/kgdb
> /proc/948/ctl: Inappropriate ioctl for device
> /proc/948/status: No such file or directory.
> can't open process file
> (gdb) (/dev/pts/4)A3DMAS>





^ permalink raw reply	[flat|nested] 6+ messages in thread

* problems with gdb
  1999-12-01 12:26 problems with gdb Fred Wan
  1999-12-02  4:59 ` Fred Wan
@ 1999-12-31 22:24 ` Fred Wan
  1 sibling, 0 replies; 6+ messages in thread
From: Fred Wan @ 1999-12-31 22:24 UTC (permalink / raw)
  To: help-gcc

Hi,

I'm experiencing a problem with gdb.  When I try to invoke it there's an

error message that I don't understand. Does anyone have a hint?

Thanks, Fred.
a.wan@cable.a2000.nl

(/dev/pts/4)A3DMAS> gdb kgdb
GNU gdb 4.18
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 "i386-pc-solaris2.7"...
(gdb) run
Starting program: /home/wan/prg/tbd/A3DMAS/kgdb
/proc/948/ctl: Inappropriate ioctl for device
/proc/948/status: No such file or directory.
can't open process file
(gdb) (/dev/pts/4)A3DMAS>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: problems with gdb
  1999-12-06 23:20   ` Jim Siler
@ 1999-12-31 22:24     ` Jim Siler
  0 siblings, 0 replies; 6+ messages in thread
From: Jim Siler @ 1999-12-31 22:24 UTC (permalink / raw)
  To: help-gcc

Fred Wan <a.wan@cable.a2000.nl> wrote in message
news: 19991202.13355800@localhost.a2000.nl ...

Version 4.17 (available at sunfreeware.com) doesn't have the problem.


Yes, but 4.17 does have majot problems debugging C++ programs that are at
all complex,
at least in a Solaris/x86 environment.  Does anyone have a fix.  $50 for the
first one who
can get my 4.18 up and running.  $100 if it fixed my debuggin problems.






>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 1-12-99, 20:17:41, Fred Wan <a.wan@cable.A2000.nl> wrote regarding
problems with gdb:


> Hi,

> I'm experiencing a problem with gdb.  When I try to invoke it there's
an

> error message that I don't understand. Does anyone have a hint?

> Thanks, Fred.
> a.wan@cable.a2000.nl

> (/dev/pts/4)A3DMAS> gdb kgdb
> GNU gdb 4.18
> 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 "i386-pc-solaris2.7"...
> (gdb) run
> Starting program: /home/wan/prg/tbd/A3DMAS/kgdb
> /proc/948/ctl: Inappropriate ioctl for device
> /proc/948/status: No such file or directory.
> can't open process file
> (gdb) (/dev/pts/4)A3DMAS>





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: problems with gdb
  1999-12-02  4:59 ` Fred Wan
  1999-12-06 23:20   ` Jim Siler
@ 1999-12-31 22:24   ` Fred Wan
  1 sibling, 0 replies; 6+ messages in thread
From: Fred Wan @ 1999-12-31 22:24 UTC (permalink / raw)
  To: help-gcc

Version 4.17 (available at sunfreeware.com) doesn't have the problem.


>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 1-12-99, 20:17:41, Fred Wan <a.wan@cable.A2000.nl> wrote regarding 
problems with gdb:


> Hi,

> I'm experiencing a problem with gdb.  When I try to invoke it there's 
an

> error message that I don't understand. Does anyone have a hint?

> Thanks, Fred.
> a.wan@cable.a2000.nl

> (/dev/pts/4)A3DMAS> gdb kgdb
> GNU gdb 4.18
> 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 "i386-pc-solaris2.7"...
> (gdb) run
> Starting program: /home/wan/prg/tbd/A3DMAS/kgdb
> /proc/948/ctl: Inappropriate ioctl for device
> /proc/948/status: No such file or directory.
> can't open process file
> (gdb) (/dev/pts/4)A3DMAS>



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-12-31 22:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-01 12:26 problems with gdb Fred Wan
1999-12-02  4:59 ` Fred Wan
1999-12-06 23:20   ` Jim Siler
1999-12-31 22:24     ` Jim Siler
1999-12-31 22:24   ` Fred Wan
1999-12-31 22:24 ` Fred Wan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).