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/22841] Executable gets not downloaded with remote-stdio-gdbserver.exp board


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

--- Comment #21 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Simon Marchi <simark@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4872dc464db25a003c66ef91773b616495cc504f

commit 4872dc464db25a003c66ef91773b616495cc504f
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Thu Mar 8 17:54:25 2018 -0500

    remote-stdio-gdbserver: Pass "target" to remote_exec to delete file

    As described here

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

    there seems to be situations where the remote-stdio-gdbserver board
    fails to delete the uploaded binary file.  Passing "target" fixes the
    issue for Christian who reported the bug.

    I did not experience this problem, but passing "target" to remote_exec
    still works for me, so I'm fine with changing it.

    Any objection?

    gdb/testsuite/ChangeLog:

        PR gdb/22841
        * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
        "target" to remote_exec.

-- 
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]