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]

Re: [patch] Add tests for JIT debugging interface


On Wednesday 12 January 2011 05:39:32, Yao Qi wrote:
> Test cases work well in native GDB.  Does gdbserver have JIT debugging 
> interface also?  If not, we probably should skip this test for remote 
> mode or kfail it.

The JIT debugging interface is all implemented in common code,
so it should work against remote/gdbserver as well (though I haven't
tried it).  A gdb_load_shlibs call to copy the shlib to the
target appears to be missing though.  You want notice it missing
if you do the usual gdbserver running on the same machine as
gdb testing (*).

*)
http://sourceware.org/gdb/wiki/TestingGDB#Testing_gdbserver_in_a_native_configuration

-- 
Pedro Alves


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