Hi, On Mon 23 Feb 2015 11:23, Andy Wingo writes: > In this thread: > > http://thread.gmane.org/gmane.comp.gdb.patches/80671/focus=82555 > > There were tests for the jit-reader interface that were to be added to > the repo, but they didn't seem to make it in: > > $ git show --stat 675921c059dbaddd02ab2eb8a1eaf77b3ac727dd > commit 675921c059dbaddd02ab2eb8a1eaf77b3ac727dd > Author: Sanjoy Das > Date: Thu Jan 17 14:21:46 2013 +0000 > > gdb/testsuite > > * gdb.base/jit-reader.exp: New file. Test case for the jit-reader > interface. > * gdb.base/jithost.c: New file. > * gdb.base/jithost.h: New file. > * gdb.base/jitreader.c : New file. > * gdb.base/jit-protocol.h: New file. > > gdb/testsuite/ChangeLog | 9 +++++++++ > 1 file changed, 9 insertions(+) > > Could it be Jan that you forgot to add the new files when you committed > Sanjoy's patch? I think it was Sanjoy who forgot to commit these. Anyway, here is an updated version of the same patch, which passes tests for me. WDYT?