]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/python: add section in documentation on implementing JIT interface users/jv/feature-py-jit-api-gen2
authorJan Vrany <jan.vrany@labware.com>
Thu, 21 Nov 2024 12:31:21 +0000 (12:31 +0000)
committerJan Vrany <jan.vrany@labware.com>
Thu, 21 Nov 2024 13:52:21 +0000 (13:52 +0000)
commit02b804035a56e35fe30fbd074710eaeba1127d76
tree6fd6af7a7dd88df02c0e14af69550f8518d792cb
parent171a85e2619bf1898efbb6e50bed381296caf870
gdb/python: add section in documentation on implementing JIT interface

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>
gdb/NEWS
gdb/doc/gdb.texinfo
gdb/doc/python.texi
gdb/testsuite/gdb.python/py-jit.c [new file with mode: 0644]
gdb/testsuite/gdb.python/py-jit.exp [new file with mode: 0644]
gdb/testsuite/gdb.python/py-jit.py [new file with mode: 0644]