[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gdb and potato



I recently updated fully to potato and am having a slight annoyance with
GDB.  Giving an 'n' command acts with the exact behavior of 's'.  Does
anyone else have this problem?  This is a real annoyance when attempting
to perform a strncpy() call where GDB steps me through the ASM files:

(gdb) 
199	      strncpy( cmd->args[k++], &command[j], ( j - i ) );
(gdb) 
strncpy () at ../sysdeps/alpha/strncpy.S:32
32	../sysdeps/alpha/strncpy.S: No such file or directory.
Current language:  auto; currently asm
(gdb) 
39	in ../sysdeps/alpha/strncpy.S

or something of that nature.  Could somebody help me out with this?

TIA

Dave Wiard


Reply to: