Rename py-objfile-script-gdb.py.in to py-objfile-script-gdb.py
authorYao Qi <yao@codesourcery.com>
Mon, 29 Sep 2014 13:37:32 +0000 (21:37 +0800)
committerYao Qi <yao@codesourcery.com>
Mon, 20 Oct 2014 05:34:33 +0000 (13:34 +0800)
commit092f880b8e4cacee96e85a885c206e8879e86fec
tree5bf755354791bb5fea498e9c54080d2dd0f9c00b
parentacbdb7f355f9dfa851dcff3154944a0d96771b0e
Rename py-objfile-script-gdb.py.in to py-objfile-script-gdb.py

Patch <https://sourceware.org/ml/gdb-patches/2011-07/msg00225.html> was
to fix the problem that py-objfile-script-gdb.py is removed after an
in-tree build and test.  As a result of the previous patch (we don't
remove files copied to host any more), this patch is no longer needed.
This patch is to revert it logically.

gdb/testsuite:

2014-10-20  Yao Qi  <yao@codesourcery.com>

* gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
* gdb.python/py-objfile-script-gdb.py: New file.
* gdb.python/py-objfile-script.exp: Update reference to
py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
of remote_download.  Remove the dest file.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-objfile-script-gdb.py [new file with mode: 0644]
gdb/testsuite/gdb.python/py-objfile-script-gdb.py.in [deleted file]
gdb/testsuite/gdb.python/py-objfile-script.exp
This page took 0.025884 seconds and 4 git commands to generate.