summaryrefslogtreecommitdiff
path: root/lldb/bindings/python/python-typemaps.swig
AgeCommit message (Expand)Author
2025-11-14[lldb] Drop support for the Buffer Protocol (#168144)Jonas Devlieghere
2025-11-13[lldb] Remove bindings/python/python-typemaps.h (#167966)Jonas Devlieghere
2025-11-13Revert "[lldb] Limit Py_buffer_RAII to SWIG < 4.1" (#167934)Jonas Devlieghere
2025-11-13[lldb] Limit Py_buffer_RAII to SWIG < 4.1 (#167808)Jonas Devlieghere
2025-10-30[lldb] Add alternative SBThread::GetStopDescription (#165379)Ebuka Ezike
2025-10-13[lldb][swig] Support SBFileSpec::GetPath (#162964)Wanyi
2025-02-04[lldb] Support CommandInterpreter print callbacks (#125006)Jonas Devlieghere
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#96569)Miro Bucko
2024-06-24Revert commits that add `TestFind(Ranges)InMemory.py` (#96560)Chelsea Cassanova
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#95007)Miro Bucko
2024-06-11Reland "[lldb][api-test] Add API test for SBCommandInterpreter::Comm… (#95...Chelsea Cassanova
2024-06-11Revert "[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverri...Chelsea Cassanova
2024-06-11[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverrideCallba...Chelsea Cassanova
2023-12-17[lldb] Use StringRef::starts_with (NFC)Kazu Hirata
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani
2023-07-12[lldb][LocateModuleCallback] Implement API, Python interfaceKazuki Sakamoto
2023-03-27[lldb] Fix double free in python bindings error handling.Jorge Gorbe Moya
2023-03-22[lldb] Update some uses of Python2 API in typemaps.Jorge Gorbe Moya
2023-03-07Add a new SBDebugger::SetDestroyCallback() APIJeffrey Tan
2023-03-03[lldb/swig] Fix ref counting issue in SBProcess::GetScriptedImplementationMed Ismail Bennani
2023-02-16[lldb] Replace SB swig interfaces with API headersAlex Langford
2023-02-03[lldb] Add a way to get a scripted process implementation from the SBAPIMed Ismail Bennani
2022-09-30[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova
2022-09-16[lldb] Use SWIG_fail in python-typemaps.swig (NFC)Dave Lee
2021-12-16[lldb] (Semi-automatically) format .swig filesPavel Labath
2020-08-22Move Py_buffer_RAII to .h file so SWIG 2 doesnt have to parse itAntónio Afonso
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna
2020-04-07Fix illegal early call to PyBuffer_Release in swig typemapsLawrence D'Anna
2020-01-14[lldb] Fix that SBThread.GetStopDescription is returning strings with uniniti...Raphael Isemann
2020-01-09[lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere