diff options
author | Jan Vrany <jan.vrany@labware.com> | 2024-11-21 12:31:21 +0000 |
---|---|---|
committer | Jan Vrany <jan.vrany@labware.com> | 2024-11-21 13:52:21 +0000 |
commit | 02b804035a56e35fe30fbd074710eaeba1127d76 (patch) | |
tree | 6fd6af7a7dd88df02c0e14af69550f8518d792cb /gdb/NEWS | |
parent | 171a85e2619bf1898efbb6e50bed381296caf870 (diff) | |
download | binutils-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |