aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings
AgeCommit message (Expand)AuthorFilesLines
2026-04-06[lldb][python] Add polymorphic `__getitem__` to `SBModuleSpecList` for Python...Piyush Jaiswal1-9/+21
2026-03-24[lldb] use the Py_REFCNT() macro instead of directly accessing member (#188161)Charlie Li1-1/+1
2026-03-11[lldb] Replace make_error<StringError> with createStringError* (NFC) (#185748)Dave Lee1-6/+3
2026-02-24[lldb] Extract CMake logic to add SWIG wrapper into helper function (#183203)Jonas Devlieghere3-0/+40
2026-02-19[lldb] Drop incomplete non-8-bit bytes support (#182025)Sergei Barannikov4-23/+6
2026-02-17[lldb] Revert scripted symbol locator (#181945)Jonas Devlieghere3-59/+0
2026-02-14[lldb] Add ScriptedSymbolLocator plugin for source file resolution (#181334)rchamala3-0/+59
2026-02-14[lldb/API] Add __getitem__ subscript support to python SBAPI list class (#181...Med Ismail Bennani8-0/+83
2026-02-04[lldb][Expression] Add API to set/get language-specific expression options (#...Michael Buch1-0/+6
2026-01-29[lldb] [disassembler] chore: add GetVariableAnnotations to SBInstruction api ...n2h91-0/+36
2026-01-29[lldb] Add conversions for SBValueList and SBValue to the python bridge. (#17...Aman LaChapelle1-0/+12
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...Med Ismail Bennani1-0/+12
2025-11-26[lldb] [scripting bridge] 167388 chore: add api to return arch name for targe...n2h91-0/+1
2025-11-21[lldb] Restore the old behavior in lua-typemaps.swig (#169103)Jonas Devlieghere1-1/+1
2025-11-20[LLDB] Add a child property to compliment the existing parent property (#168619)Jacob Lalonde1-0/+8
2025-11-18[lldb] Update Lua typemap for #167764 (#168464)Jonas Devlieghere1-5/+6
2025-11-17[lldb] Push down the SWIG module to avoid an import cycle (#166265)Jonas Devlieghere2-3/+12
2025-11-15[lldb] Enforce Py_LIMITED_API in the SWIG typemaps (#168147)Jonas Devlieghere2-2/+10
2025-11-14[lldb] Drop support for the Buffer Protocol (#168144)Jonas Devlieghere1-51/+24
2025-11-13[lldb] Remove bindings/python/python-typemaps.h (#167966)Jonas Devlieghere2-25/+12
2025-11-13Revert "[lldb] Limit Py_buffer_RAII to SWIG < 4.1" (#167934)Jonas Devlieghere2-16/+29
2025-11-13[lldb] Limit Py_buffer_RAII to SWIG < 4.1 (#167808)Jonas Devlieghere2-29/+16
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch1-12/+0
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani1-0/+12
2025-11-07[lldb][docs] Use section_iter() to iterate over sections (#167012)Ellis Hoag1-1/+1
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani3-0/+18
2025-11-05[lldb] Introduce SBFrameList for lazy frame iteration (#166651)Med Ismail Bennani3-1/+45
2025-11-05[lldb] Support a Stable ABI LLDB_PYTHON_EXT_SUFFIX (#166269)Jonas Devlieghere1-1/+7
2025-10-30[lldb] Add alternative SBThread::GetStopDescription (#165379)Ebuka Ezike2-1/+37
2025-10-29[lldb] Do not narrow `GetIndexOfChildWithName` return type to int (#165453)Ebuka Ezike1-1/+1
2025-10-21[lldb-dap] Send a 'process' event on restart. (#163833)John Harrison2-0/+8
2025-10-13[lldb][swig] Support SBFileSpec::GetPath (#162964)Wanyi1-0/+5
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham2-0/+28
2025-09-10[lldb] Remove unused swig macro (NFC) (#157905)Dave Lee1-17/+0
2025-09-08[LLDB][SBProgress] Quick fix to the progress formatting (#157561)Jacob Lalonde1-1/+2
2025-09-04[lldb] Reland: Add Pythonic API to SBStructuredData extension (#156771)Dave Lee1-4/+107
2025-09-03Revert "[lldb] Add Pythonic API to SBStructuredData extension (#155061)" (#15...Dave Lee1-109/+4
2025-09-03[lldb] Revert custom __str__ in SBStructuredDataExtensions.i (#156721)Dave Lee1-12/+0
2025-09-02[lldb] Add Pythonic API to SBStructuredData extension (#155061)Dave Lee1-4/+121
2025-08-01[LLDB] Update SBMemoryRegionInfo doc strings to document len and str (#149903)barsolo20001-1/+14
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees1-0/+1
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee1-0/+4
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham1-72/+12
2025-07-18[LLDB] Fix Memory64 BaseRVA, move all non-stack memory to Mem64. (#146777)Jacob Lalonde1-0/+10
2025-07-09[lldb] Enable SWIG Doxygen Translation (#147617)Jonas Devlieghere1-0/+1
2025-06-27[lldb] Add class property for the version string (#145974)Jonas Devlieghere1-0/+13
2025-06-23[lldb] Fix SBMemoryRegionInfoListExtensions iter to yield unique refe… (#14...Zyn1-1/+1
2025-06-03[lldb] Add Python properties to SBBreakpoint and similar (#142215)Dave Lee3-0/+32
2025-05-09[LLDB][SBSaveCoreOptions] Add new API to expose the expected core size in byt...Jacob Lalonde1-0/+5
2025-04-01Add a new affordance that the Python module in a dSYM (#133290)jimingham1-0/+22