aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...users/pranavk/bazel-fix-159173-1764801865Med Ismail Bennani2-16/+78
2025-11-26[lldb] [scripting bridge] 167388 chore: add api to return arch name for targe...n2h91-3/+1
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch2-78/+16
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani2-16/+78
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani1-0/+113
2025-10-16[lldb][examples] Use Python3 versions of types module in performance.pyDavid Spickett1-5/+4
2025-10-13[lldb][examples] Remove Python 2 compatibility code in lldbtk.pyDavid Spickett1-6/+2
2025-09-10Make flag-only options work in the ParsedCommand mode of adding commands (#15...jimingham2-13/+54
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani1-0/+136
2025-08-21[lldb/crashlog] Avoid StopAtEntry when launch crashlog in interactive mode (#...Med Ismail Bennani2-10/+21
2025-07-16[lldb] Improve setting of program for filtering disassembly (#148823)David Spickett1-6/+20
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward1-0/+84
2025-06-20[lldb/crashlog] Make registers always available & fix x29/x30 parsing (#145104)Med Ismail Bennani2-9/+11
2025-06-20[lldb] Add support for x86_64h to scripted process (#145099)Med Ismail Bennani1-1/+1
2025-06-18[lldb/crashlog] Make interactive mode the new default (#144839)Med Ismail Bennani1-48/+78
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima6-14/+14
2025-02-26[lldb] Also show session history in fzf_history (#128986)Dave Lee1-3/+36
2025-02-25[lldb] Add fzf_history command to examples (#128571)Dave Lee1-0/+110
2025-01-10[lldb/crashlog] Fix typo in error message when creating a target (#122514)Med Ismail Bennani1-1/+1
2025-01-03[lldb] Add a return opcode to the formatter bytecode (#121602)Adrian Prantl1-0/+4
2024-12-06[lldb] Move the python module import workaround further upAdrian Prantl1-6/+6
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examplesAdrian Prantl1-0/+524
2024-12-06Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to ...Adrian Prantl1-524/+0
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examplesAdrian Prantl1-0/+524
2024-12-06Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to ...Adrian Prantl1-520/+0
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to lldb/exa...Adrian Prantl1-0/+520
2024-11-15[lldb] Only run scripted process test on x86_64/arm64Jason Molenda1-9/+10
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham2-18/+94
2024-09-18Add docs and an example use of the scripted command get_flags API. (#109176)jimingham1-0/+3
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham1-1/+5
2024-07-02[lldb] Add scripted thread plan python base class to lldb & website (#97481)Med Ismail Bennani1-0/+70
2024-07-02[lldb/docs] Add scripting extensions documentation to the website (#97262)Med Ismail Bennani3-46/+41
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima1-1/+1
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima2-3/+3
2024-06-20Revert "[lldb/crashlog] Make interactive mode the new default" (#96263)Med Ismail Bennani1-76/+48
2024-06-20[lldb/crashlog] Make interactive mode the new default (#94575)Med Ismail Bennani1-48/+76
2024-06-06[lldb/crashlog] Remove aarch64 requirement on crashlog tests (#94553)Med Ismail Bennani1-0/+3
2024-06-05[lldb/crashlog] Always load Application Specific Backtrace Thread images (#94...Med Ismail Bennani2-8/+7
2024-06-05[lldb/crashlog] Add `--no-parallel-image-loading` hidden flag (#94513)Med Ismail Bennani2-3/+23
2024-06-05[lldb/crashlog] Use environment variable to manually set dsymForUUIDBinary (#...Med Ismail Bennani1-1/+3
2024-05-09[lldb/crashlog] Fix test failure when creating a target using command options...Med Ismail Bennani1-0/+1
2024-05-09[lldb/crashlog] Fix module binary resolution (#91631)Med Ismail Bennani1-3/+14
2024-05-09[lldb/crashlog] Update incorrect help message for `--no-crashed-only` option ...Med Ismail Bennani1-1/+2
2024-05-09[lldb/crashlog] Enforce image loading policy (#91109)Med Ismail Bennani2-57/+63
2024-03-04[lldb/crashlog] Fix breaking changes in textual report format (#83861)Med Ismail Bennani1-4/+7
2024-02-13Move the parsed_cmd conversion def's to module level functions.Jim Ingham1-63/+60
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham2-80/+409
2023-11-17[lldb] Pass important options to dsymForUUID (#72669)Jonas Devlieghere1-1/+5
2023-10-26[lldb/test] Fix failures following ec456ba9ca0aMed Ismail Bennani1-6/+6
2023-10-26[lldb] Add OperatingSystem base class to the lldb python moduleMed Ismail Bennani2-11/+118