aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings/interface
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-26[lldb] [scripting bridge] 167388 chore: add api to return arch name for targe...n2h91-0/+1
2025-11-20[LLDB] Add a child property to compliment the existing parent property (#168619)Jacob Lalonde1-0/+8
2025-11-07[lldb][docs] Use section_iter() to iterate over sections (#167012)Ellis Hoag1-1/+1
2025-11-05[lldb] Introduce SBFrameList for lazy frame iteration (#166651)Med Ismail Bennani2-1/+43
2025-10-21[lldb-dap] Send a 'process' event on restart. (#163833)John Harrison1-0/+7
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 stop_description Python property to SBThread (#151568)Dave Lee1-0/+4
2025-07-18[LLDB] Fix Memory64 BaseRVA, move all non-stack memory to Mem64. (#146777)Jacob Lalonde1-0/+10
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-03-31[lldb] Expose the Target API mutex through the SB API (#133295)Jonas Devlieghere1-0/+12
2025-03-29[SBProgress] Add swig support for `with` statement in Python (#133527)Jacob Lalonde2-1/+21
2025-03-06[LLDB][Docstrings] Fix some poorly formatted Docstrings (#129605)Jacob Lalonde3-11/+8
2025-03-05[LLDB-DAP] SBDebugger don't prefix title on progress updates (#124648)Jacob Lalonde1-1/+42
2025-03-03[LLDB][SBProgress] Add a finalize method (#128966)Jacob Lalonde1-0/+11
2025-02-06[lldb][NFC] whitespace reflowJason Molenda1-3/+2
2025-02-06[lldb][NFC] Add documentation for SBFrame::GetRegisters (#125969)Jason Molenda2-2/+18
2025-02-03[LLDB][Documentation] Add a doc string to sbprocess to show MemoryRegions is ...Jacob Lalonde1-0/+11
2025-01-24[LLDB] Reapply #123873 SBSaveCore Docstrings (#124355)Jacob Lalonde1-0/+71
2025-01-24[lldb] Add SBThread.selected_frame property (#123981)Dave Lee1-0/+9
2025-01-21Revert "[LLDB] Add draft docstrings for SBSaveCoreOptions" (#123873)Jacob Lalonde1-71/+0
2025-01-21[LLDB] Add draft docstrings for SBSaveCoreOptions (#123132)Jacob Lalonde1-0/+71
2025-01-17[LLDB] Add SBProgress so Python scripts can also report progress (#119052)Jacob Lalonde1-0/+14
2024-12-09[lldb] Add lookup by name to SBValue through new member property (#118814)Dave Lee1-1/+15
2024-12-03Make SBMemoryRegionInfoList iterable with Python SWIG (#117358)Luke Riddle1-1/+6
2024-11-22[lldb] Add stop_reason_data property to SBThread python extensions (#117266)Dave Lee1-0/+7
2024-11-18[lldb] Fix regex support in SBTarget.modules_access (#116452)Dave Lee1-2/+2
2024-08-30[NFC] Prefer subprocess.DEVNULL over os.devnull (#106500)Nicolas van Kempen1-2/+4
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde1-0/+0
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima2-5/+5
2024-06-07Add AllowRepeats to SBCommandInterpreterRunOptions. (#94786)jimingham1-0/+3
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko4-0/+46
2024-05-30Revert "Add SBAddressRange and SBAddressRangeList to SB API (#92014)"Michael Buch4-46/+0
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko4-0/+46
2024-04-25[lldb] Add SBValue::GetValueAsAddress API (#90144)Jason Molenda1-0/+20
2024-04-12Reapply "Fix error in unrecognized register name handling for "SBFram…e.reg...jimingham1-1/+11
2024-04-11Revert "Fix error in unrecognized register name handling for "SBFrame.registe...Chelsea Cassanova1-11/+1
2024-04-11Fix error in unrecognized register name handling for "SBFrame.register" (#88047)jimingham1-1/+11
2024-04-08[lldb] Add swig doc for SBProcess address mask methodsJason Molenda1-0/+41
2024-04-08[lldb] [NFC] Fix swig docstring annotations (#88073)Jason Molenda4-54/+48
2024-02-26[lldb] python-bindings: fix `SBTarget.get_target_watchpoints()` (#82295)nikitalita1-1/+1