aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings
AgeCommit message (Expand)AuthorFilesLines
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani2-99/+14
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett1-13/+98
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani1-98/+13
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-2/+2
2024-08-30[NFC] Prefer subprocess.DEVNULL over os.devnull (#106500)Nicolas van Kempen1-2/+4
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-9/+11
2024-08-23Revert "Revert "[lldb][swig] Use the correct variable in the return statement""Adrian Prantl1-1/+1
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-1/+17
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-17/+1
2024-08-22Revert "[lldb][swig] Use the correct variable in the return statement"Dmitri Gribenko1-1/+1
2024-08-21[lldb][swig] Use the correct variable in the return statementDmitri Gribenko1-1/+1
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-1/+17
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde3-0/+3
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham1-0/+22
2024-07-02[lldb] Add scripted thread plan python base class to lldb & website (#97481)Med Ismail Bennani1-1/+3
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani2-137/+37
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima2-5/+5
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#96569)Miro Bucko1-1/+2
2024-06-24Revert commits that add `TestFind(Ranges)InMemory.py` (#96560)Chelsea Cassanova1-2/+1
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#95007)Miro Bucko1-1/+2
2024-06-11Reland "[lldb][api-test] Add API test for SBCommandInterpreter::Comm… (#95...Chelsea Cassanova2-1/+39
2024-06-11Revert "[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverri...Chelsea Cassanova2-39/+1
2024-06-11[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverrideCallba...Chelsea Cassanova2-1/+39
2024-06-07Add AllowRepeats to SBCommandInterpreterRunOptions. (#94786)jimingham1-0/+3
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko6-0/+54
2024-05-30Revert "Add SBAddressRange and SBAddressRangeList to SB API (#92014)"Michael Buch6-54/+0
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko6-0/+54
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani2-37/+137
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani2-137/+37
2024-05-17[lldb] Include SBLanguages in the SWIG bindings (#92470)Jonas Devlieghere5-0/+6
2024-05-16Revert "[lldb] Include SBLanguages in the SWIG bindings" (#92490)Jonas Devlieghere3-4/+0
2024-05-16[lldb] Include SBLanguages in the SWIG bindings (#92470)Jonas Devlieghere3-0/+4
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-03-04[lldb/lua] Fix Lua building on Windows (#83871)Alexander M1-7/+3
2024-02-28[lldb] Ignore swig warnings about shadowed overloads (#83317)Alex Langford1-1/+5
2024-02-26[lldb] python-bindings: fix `SBTarget.get_target_watchpoints()` (#82295)nikitalita1-1/+1
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi1-0/+6
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere1-6/+0
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi1-0/+6
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham2-5/+30
2024-02-06Fix the Docstring.i filename (#80917)Wanyi1-0/+0
2024-02-06Support statistics dump summary only mode (#80745)Wanyi3-0/+11
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda2-37/+137
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani2-137/+37
2023-12-17[lldb] Use StringRef::starts_with (NFC)Kazu Hirata1-1/+1