This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "remote put" leads to "Remote write of 399 bytes returned 0" - why?


On Wed, Jan 05, 2011 at 03:33:34PM +0100, Steffen Dettmer wrote:
>   send(5, "$vFile:pwrite:0,3fbd24,xxxxxxxxxx"..., 403, 0) = 403
>   select(6, [5], NULL, [5], {1, 0})       = 1 (in [5], left {0, 990000})
>   recv(5, "+$Fdc#0d", 8192, 0)            = 8

Returned number of bytes written.

>   send(5, "$vFile:pwrite:0,3fbe00,xxxxxxxxx"..., 403, 0) = 403
>   select(6, [5], NULL, [5], {1, 0})       = 1 (in [5], left {1, 0})
>   recv(5, "+$F0#76", 8192, 0)             = 7

Returned 0.  Why?

Looks like the remote side.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]