summaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)Author
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani
2025-10-16[lldb][examples] Use Python3 versions of types module in performance.pyDavid Spickett
2025-10-13[lldb][examples] Remove Python 2 compatibility code in lldbtk.pyDavid Spickett
2025-09-10Make flag-only options work in the ParsedCommand mode of adding commands (#15...jimingham
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani
2025-08-21[lldb/crashlog] Avoid StopAtEntry when launch crashlog in interactive mode (#...Med Ismail Bennani
2025-07-16[lldb] Improve setting of program for filtering disassembly (#148823)David Spickett
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward
2025-06-20[lldb/crashlog] Make registers always available & fix x29/x30 parsing (#145104)Med Ismail Bennani
2025-06-20[lldb] Add support for x86_64h to scripted process (#145099)Med Ismail Bennani
2025-06-18[lldb/crashlog] Make interactive mode the new default (#144839)Med Ismail Bennani
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2025-02-26[lldb] Also show session history in fzf_history (#128986)Dave Lee
2025-02-25[lldb] Add fzf_history command to examples (#128571)Dave Lee
2025-01-10[lldb/crashlog] Fix typo in error message when creating a target (#122514)Med Ismail Bennani
2025-01-03[lldb] Add a return opcode to the formatter bytecode (#121602)Adrian Prantl
2024-12-06[lldb] Move the python module import workaround further upAdrian Prantl
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examplesAdrian Prantl
2024-12-06Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to ...Adrian Prantl
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examplesAdrian Prantl
2024-12-06Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to ...Adrian Prantl
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to lldb/exa...Adrian Prantl
2024-11-15[lldb] Only run scripted process test on x86_64/arm64Jason Molenda
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham
2024-09-18Add docs and an example use of the scripted command get_flags API. (#109176)jimingham
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham
2024-07-02[lldb] Add scripted thread plan python base class to lldb & website (#97481)Med Ismail Bennani
2024-07-02[lldb/docs] Add scripting extensions documentation to the website (#97262)Med Ismail Bennani
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima
2024-06-20Revert "[lldb/crashlog] Make interactive mode the new default" (#96263)Med Ismail Bennani
2024-06-20[lldb/crashlog] Make interactive mode the new default (#94575)Med Ismail Bennani
2024-06-06[lldb/crashlog] Remove aarch64 requirement on crashlog tests (#94553)Med Ismail Bennani
2024-06-05[lldb/crashlog] Always load Application Specific Backtrace Thread images (#94...Med Ismail Bennani
2024-06-05[lldb/crashlog] Add `--no-parallel-image-loading` hidden flag (#94513)Med Ismail Bennani
2024-06-05[lldb/crashlog] Use environment variable to manually set dsymForUUIDBinary (#...Med Ismail Bennani
2024-05-09[lldb/crashlog] Fix test failure when creating a target using command options...Med Ismail Bennani
2024-05-09[lldb/crashlog] Fix module binary resolution (#91631)Med Ismail Bennani
2024-05-09[lldb/crashlog] Update incorrect help message for `--no-crashed-only` option ...Med Ismail Bennani
2024-05-09[lldb/crashlog] Enforce image loading policy (#91109)Med Ismail Bennani
2024-03-04[lldb/crashlog] Fix breaking changes in textual report format (#83861)Med Ismail Bennani
2024-02-13Move the parsed_cmd conversion def's to module level functions.Jim Ingham
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham
2023-11-17[lldb] Pass important options to dsymForUUID (#72669)Jonas Devlieghere
2023-10-26[lldb/test] Fix failures following ec456ba9ca0aMed Ismail Bennani
2023-10-26[lldb] Add OperatingSystem base class to the lldb python moduleMed Ismail Bennani
2023-10-23[lldb] Move template python files to separate directoryMed Ismail Bennani
2023-08-21[lldb/crashlog] Fix python version requirement issueMed Ismail Bennani