https://bugzilla.novell.com/show_bug.cgi?id=700229 https://bugzilla.novell.com/show_bug.cgi?id=700229#c3 Vitezslav Cizek <vcizek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Vitezslav Cizek <vcizek@novell.com> 2011-06-17 09:13:20 CEST --- Actually, "could not set baud rate" is a gdb error message. The -b option was interpreted as an option to gdb, which sets a baud rate for a serial interface used by gdb. The 10.10.10.10 is assumed to be a process PID, that gdb should attach to it. The correct way to invoke a program inside gdb is running: gdb program and then, inside gdb, type: run [ program options ] eg. cizek@ursa> gdb telnet (gdb) run -b eth1 10.10.10.10 I should have been more specific, sorry. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.