aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJan Vrany <jan.vrany@labware.com>2024-11-21 12:31:21 +0000
committerJan Vrany <jan.vrany@labware.com>2024-11-21 13:52:21 +0000
commit02b804035a56e35fe30fbd074710eaeba1127d76 (patch)
tree6fd6af7a7dd88df02c0e14af69550f8518d792cb /gdb/NEWS
parent171a85e2619bf1898efbb6e50bed381296caf870 (diff)
downloadbinutils-users/jv/feature-py-jit-api-gen2.zip
binutils-users/jv/feature-py-jit-api-gen2.tar.gz
binutils-users/jv/feature-py-jit-api-gen2.tar.bz2
gdb/python: add section in documentation on implementing JIT interfaceusers/jv/feature-py-jit-api-gen2
This commit adds new section - JIT Interface in Python - outlining how to use Python APIs introduced in previous commits to implement simple JIT interface. It also adds new test to make sure the example code is up-to-date. Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 7273b23..ab3463d 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -96,6 +96,10 @@
** Added class gdb.Compunit.
+ ** Extended the Python API to allow interfacing with JIT compilers using
+ Python (as an alternative to JIT reader API). For details, see Section
+ "JIT Interface in Python" in GDB documentation.
+
* Debugger Adapter Protocol changes
** The "scopes" request will now return a scope holding global