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]

JIT Debug Info Reader (re-roll)


This is another iteration of the JIT reader series.  I have not
included the ChangeLog entries, since they get hard to rebase -- I'll
add them once the patches are ready to be merged.

The directory from which JIT readers are loaded from is now set using
--with-jit-reader-dir and is relocated at runtime.

[PATCH 1/7] Introduce jit-reader.in and modify build system.
[PATCH 2/7] Relocatable directory for loading JIT readers.
[PATCH 3/7] Platform agnostic dynamic loading code.
[PATCH 4/7] New commands for loading and unloading a reader.
[PATCH 5/7] Use the loaded reader.
[PATCH 6/7] New JIT unwinder.
[PATCH 7/7] Documentation.


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