gdb/
[deliverable/binutils-gdb.git] / gdb / NEWS
index 0b8e3af074ab9c5de58788cc785b2e69d5501d02..bf98b15e1b97bad34f3ce67a8aab04965b101fc8 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,12 @@
 
 *** Changes since GDB 6.8
 
+* GDB now has an interface for JIT compilation.  Applications that
+dynamically generate code can create symbol files in memory and register
+them with GDB.  For users, the feature should work transparently, and
+for JIT developers, the interface is documented in the GDB manual in the
+"JIT Compilation Interface" chapter.
+
 * Tracepoints may now be conditional.  The syntax is as for
 breakpoints; either an "if" clause appended to the "trace" command,
 or the "condition" command is available.  GDB sends the condition to
This page took 0.035429 seconds and 4 git commands to generate.