Sorry for the delay, On Sunday 07 September 2008 07:19:07, Danny Backx wrote: > When using the gdb we now have i cegcc svn, I used the automatic file > transfer (over synce) a lot. Is that possible with this version of gdb > too ?
Not automatically, no, sorry. gdbserver doesn't use RAPI at all. But you *can* transfer manually. Check out "remote delete", "remote get", "remote put", in GDB's manual. It should work OOTB on gdb 6.8 on a 32-bit host. If you're on a 64-bit host, you'll need the attached patch. Those commands were added for systems where pushings files over other protocols (RAPI/scp/ftp/rcp) is hard (when using gdbserver over a serial connection, for example). -- 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