]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Fix PR cli/18053
authorTom Tromey <tom@tromey.com>
Mon, 2 Mar 2015 03:33:00 +0000 (20:33 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 13 Jul 2016 18:57:20 +0000 (12:57 -0600)
commit6571a3815623d907b7a3f560e909edd8c76a9e1c
treee4391787d78a62fe25cf01f40f6342948c459ab6
parent92281a5b06dd83a2a7d96ab8d83ae40b4e519acd
Fix PR cli/18053

PR cli/18053 concerns a couple of minor bugs in the JIT debuginfo
support.  First, jit-reader-load should use filename completion and
support tilde expansion.  Second, the help for jit-reader-unload is
incorrect.  While working on this I also realized that
jit-reader-unload should use the no-op completer, so I've included
that as well.

Built and regtested on x86-64 Fedora 23.  A completer test for
jit-reader-load is included, but not a tilde-expansion test, as I
couldn't think of a reliable way to test that.

2016-07-13  Tom Tromey  <tom@tromey.com>

PR cli/18053:
* jit.c (jit_reader_load_command): Use tilde_expand.
(_initialize_jit): Fix help for jit-reader-unload.  Set completer
for new commands.

2016-07-13  Tom Tromey  <tom@tromey.com>

PR cli/18053:
* gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
completion test.
gdb/ChangeLog
gdb/jit.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/jit-so.exp