Subject: Re: ddd & gdb
To: None <current-users@netbsd.org>
From: Teemu Rinta-aho <teemu@rinta-aho.org>
List: current-users
Date: 12/31/2004 10:32:52
I tried it and re-installed gdb & ddd, but it didn't change
anything.

I issued pr#28822.

Teemu

John R. Shannon wrote:
> I thought the error was slightly different, but, you'll need:
> 
> $ cvs diff
> ^Ccvs [diff aborted]: received interrupt signal
> $ cvs diff gnu/usr.bin/gdb53/Makefile.inc
> Index: gnu/usr.bin/gdb53/Makefile.inc
> ===================================================================
> RCS file: /cvsroot/src/gnu/usr.bin/gdb53/Makefile.inc,v
> retrieving revision 1.1
> diff -r1.1 Makefile.inc
> 3c3
> < USE_LIBEDIT=yes
> ---
> 
>>USE_LIBEDIT=no
> 
> 
> 
> On Thursday 30 December 2004 07:35 am, Teemu Rinta-aho wrote:
> 
>>Hi all,
>>
>>while trying to start remote debugging on current
>>(related to the VIA Rhine problems I've been complaining
>>about) I found out that DDD doesn't work. GDB seems to
>>work fine, but when running DDD, I get the following
>>on the terminal:
>>
>>gdb: cannot set terminal foreground process group: Inappropriate ioctl for
>>device
>>
>>This happens almost immediately when starting ddd,
>>and it doesn't matter if I'm running it as the root
>>or as a regular user.
>>
>>I wouldn't like to start doing "ddd ddd"..... :-)
>>
>>Teemu
> 
>