This is the mail archive of the gdb-prs@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]

[Bug gdb/18090] Binary is truncated to zero size when testing gdbserver and gdb in same directory on same pc


https://sourceware.org/bugzilla/show_bug.cgi?id=18090

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> ---
I wonder how e.g., scp(1) handles this:

 $ echo "hello" > /tmp/foo
 $ cat /tmp/foo
 hello
 $ scp /tmp/foo localhost:/tmp/foo 
 foo                                     100%    6     0.0KB/s   00:00    
 $ cat /tmp/foo
 hello

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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