summaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)Author
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
2023-08-18[lldb/test] Fix TestSaveCrashlog.py following changes in eef5eadbe617Med Ismail Bennani
2023-08-18[lldb/crashlog] Skip non-crashed threads in batch modeMed Ismail Bennani
2023-08-18[lldb/crashlog] Add support for Last Exception BacktraceMed Ismail Bennani
2023-08-18[lldb/crashlog] Remove dead code (NFC)Med Ismail Bennani
2023-08-18[lldb/crashlog] Fix module loading for crashed thread behaviourMed Ismail Bennani
2023-08-18[lldb/crashlog] Replace deprecated optparse by argparse (NFC)Med Ismail Bennani
2023-08-11[lldb/crashlog] Skip images with empty path and 0 UUID from loadingMed Ismail Bennani
2023-08-11[lldb/crashlog] Fix sticky image parsing logicMed Ismail Bennani
2023-08-11[lldb/crashlog] Move CrashLogParseMode into TextCrashLogParser (NFC)Med Ismail Bennani
2023-08-11[lldb/crashlog] Make TextCrashLogParser more resilient to new linesMed Ismail Bennani
2023-08-11[lldb/crashlog] Make register output match lldb ordering in legacy modeMed Ismail Bennani
2023-06-14[lldb] Have crashlog warn when remapped paths are inaccessible.Jonas Devlieghere
2023-06-07[lldb] Reinvoke crashlog under lldb when run with -i from the command lineJonas Devlieghere
2023-06-06[lldb] Fix "NameError: name 'self' is not defined" when using crashlog -cJonas Devlieghere
2023-06-06[lldb/crashlog] Expand crash report file path before parsingMed Ismail Bennani
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-06-01[lldb/crashlog] Run python formatter (nfc)Med Ismail Bennani
2023-06-01[lldb/crashlog] Create interactive crashlog with no binaryMed Ismail Bennani