[Lldb-commits] [lldb] [lldb][swig] Refactor callback typemaps and functions (PR #95318)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 12 14:56:40 PDT 2024


================
@@ -0,0 +1,119 @@
+/*
+ Typemaps specific to callback functions in LLDB. If editing this file
+ use the Python C API to access Python objects instead of using PythonDataObjects.
----------------
medismailben wrote:

nit: it would be nice to put the Python C API documentation link.

https://github.com/llvm/llvm-project/pull/95318


More information about the lldb-commits mailing list