> > [EMAIL PROTECTED]:/usr/src/vdr1_70$ gdb ./vdr > > GNU gdb 6.8-debian > > Copyright (C) 2008 Free Software Foundation, Inc. > > License GPLv3+: GNU GPL version 3 or later > > <http://gnu.org/licenses/gpl.html> > > This is free software: you are free to change and redistribute it. > > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > > and "show warranty" for details. > > This GDB was configured as "i486-linux-gnu"... > > (gdb) set args -P "softdevice -vo xv:" > > All arguments should be specified here, symbolized by "....". > From your example above, "-c /etc/vdr" should appear too, I guess.
[EMAIL PROTECTED]:/usr/src/vdr1_70$ gdb ./vdr GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu"... (gdb) set args -c /etc/vdr -P "softdevice -vo xv:" (gdb) run Starting program: /usr/src/vdr1_70/vdr -c /etc/vdr -P "softdevice -vo xv:" [Thread debugging using libthread_db enabled] [1]+ Stopped gdb ./vdr [EMAIL PROTECTED]:/usr/src/vdr1_70$ gdb ./vdr > > > > (gdb) run > > Starting program: /usr/src/vdr1_70/vdr -P "softdevice -vo xv:" > > [Thread debugging using libthread_db enabled] > > > > [4]+ Stopped gdb ./vdr > > [EMAIL PROTECTED]:/usr/src/vdr1_70$ > > Stopped messages are usually caused by pressing CONTROL-Z. yes, but I didn't press any control-z :( > > I don't know why I have [4]+ Stopped gdb ./vdr > > Command "fg" brings suspended (stopped) processes back to foreground > of controlling terminal. > > If you want to detach a suspended (stopped) process, command "bg" > background can be used to append and "&" to previous issued command. [EMAIL PROTECTED]:/usr/src/vdr1_70$ gdb ./vdr GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu"... (gdb) set args -c /etc/vdr -P "softdevice -vo xv:" (gdb) run Starting program: /usr/src/vdr1_70/vdr -c /etc/vdr -P "softdevice -vo xv:" [Thread debugging using libthread_db enabled] [1]+ Stopped gdb ./vdr [EMAIL PROTECTED]:/usr/src/vdr1_70$ fg gdb ./vdr [New Thread 0xb7bf16c0 (LWP 4639)] Program received signal SIGTTOU, Stopped (tty output). [Switching to Thread 0xb7bf16c0 (LWP 4639)] 0xb7f90430 in __kernel_vsyscall () (gdb) fg Continuing. Program received signal SIGTTOU, Stopped (tty output). 0xb7f90430 in __kernel_vsyscall () (gdb) q The program is running. Exit anyway? (y or n) y _______________________________________________ Softdevice-devel mailing list Softdevice-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/softdevice-devel