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]

Regression for gdb.base/jit.exp and gdb.base/jit-so.exp [Re: JIT Interface Patches Landed]


On Mon, 21 Nov 2011 05:06:17 +0100, Stan Shebs wrote:
> On 11/20/11 2:13 AM, Sanjoy Das wrote:
> >Hi all,
> >
> >I've checked in the work I did to implement a (hopefully) simpler JIT
> >interface.
> >
> 
> Did you recheck running with the testsuite?  I just saw four
> regressions in current jit.exp vs a testsuite run I did a week ago,
> but haven't investigated further.

9894c3216f7cf02a51d8c2058cac8cba33dc6e69 is the first bad commit
commit 9894c3216f7cf02a51d8c2058cac8cba33dc6e69
Author: sanjoyd <sanjoyd>
Date:   Sun Nov 20 09:14:45 2011 +0000

    gdb/
	* jit.c: Include block.h, dictionary.h and frame-unwind.h.
	(add_objfile_entry, jit_target_read_impl, jit_object_open_impl)
	(jit_symtab_open_impl, compare_block, jit_block_open_impl)
	(jit_symtab_line_mapping_add_impl, jit_symtab_close_impl)
	(finalize_symtab, jit_object_close_impl)
	(jit_reader_try_read_symtab, jit_bfd_try_read_symtab)
	(free_objfile_data): New functions.
	(_initialize_jit): Register jit_objfile_data with a proper cleanup
	function.

-PASS: gdb.base/jit.exp: one_jit_test-1: info function jit_function
+FAIL: gdb.base/jit.exp: one_jit_test-1: info function jit_function
-PASS: gdb.base/jit.exp: one_jit_test-2: info function jit_function
+FAIL: gdb.base/jit.exp: one_jit_test-2: info function jit_function
-PASS: gdb.base/jit-so.exp: one_jit_test-1 info function jit_function
+FAIL: gdb.base/jit-so.exp: one_jit_test-1 info function jit_function
-PASS: gdb.base/jit-so.exp: one_jit_test-2 info function jit_function
+FAIL: gdb.base/jit-so.exp: one_jit_test-2 info function jit_function

Unable to find JITed code entry at address: 0x602030


Thanks,
Jan


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