On Saturday 06 September 2008 08:52:24, Danny Backx wrote: > 1. rcp prog.exe ipaq:/temp > 2. rsh ipaq /temp/gdbserver.exe :9999 /temp/prog.exe > 3. gdb prog.exe > target remote ipaq:9999
Try this instead: gdbserver.exe --multi :9999 gdb prog.exe (gdb) set remote exec-file /temp/prog.exe (gdb) target extended-remote ipaq:9999 (gdb) b main (gdb) run -- Pedro Alves ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel