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

[PATCH OB][gdb/testsuite] Move valgrind-db-attach.{c,exp} to valgrind-bt.{c,exp}


[ was: Re: [OB PATCH][gdb/testsuite] Handle removed valgrind option
--db-attach ]
On 10/25/18 2:16 PM, Pedro Alves wrote:
>> (perhaps with a rename to valgrind-bt.{exp,c})?
> Yeah, that sounds good.  But I'd do it as follow up, to help
> archaeology, by helping git's renaming detection algorithm.

Done. Committed as attached.

Thanks,
- Tom
[gdb/testsuite] Move valgrind-db-attach.{c,exp} to valgrind-bt.{c,exp}

Now that valgrind-db-attach.exp no longer use --db-attach, rename
valgrind-db-attach.{c,exp} to valgrind-bt.{c,exp}.

2018-10-05  Tom de Vries  <tdevries@suse.de>

    * gdb.base/valgrind-db-attach.c: Rename to ...
    * gdb.base/valgrind-bt.c: ... this.
    * gdb.base/valgrind-db-attach.exp: Rename to ...
    * gdb.base/valgrind-bt.exp: ... this.

---
 gdb/testsuite/gdb.base/{valgrind-db-attach.c => valgrind-bt.c}     | 0
 gdb/testsuite/gdb.base/{valgrind-db-attach.exp => valgrind-bt.exp} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gdb/testsuite/gdb.base/valgrind-db-attach.c b/gdb/testsuite/gdb.base/valgrind-bt.c
similarity index 100%
rename from gdb/testsuite/gdb.base/valgrind-db-attach.c
rename to gdb/testsuite/gdb.base/valgrind-bt.c
diff --git a/gdb/testsuite/gdb.base/valgrind-db-attach.exp b/gdb/testsuite/gdb.base/valgrind-bt.exp
similarity index 100%
rename from gdb/testsuite/gdb.base/valgrind-db-attach.exp
rename to gdb/testsuite/gdb.base/valgrind-bt.exp

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