summaryrefslogtreecommitdiff
path: root/lldb/examples/python/crashlog.py
AgeCommit message (Expand)Author
2025-08-21[lldb/crashlog] Avoid StopAtEntry when launch crashlog in interactive mode (#...Med Ismail Bennani
2025-06-20[lldb/crashlog] Make registers always available & fix x29/x30 parsing (#145104)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-01-10[lldb/crashlog] Fix typo in error message when creating a target (#122514)Med Ismail Bennani
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
2023-11-17[lldb] Pass important options to dsymForUUID (#72669)Jonas Devlieghere
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] 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
2023-06-01[lldb/crashlog] Fix crash when loading non-symbolicated reportMed Ismail Bennani
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-22[lldb] Fix racing issue when loading inlined symbols from crash reportMed Ismail Bennani
2023-05-22[lldb/crashlog] Remove tempfile prefix from inlined symbol object fileMed Ismail Bennani
2023-05-19[lldb/crashlog] Load inlined symbol into interactive crashlogMed Ismail Bennani
2023-04-13[lldb] Use ObjectFileJSON to create modules for interactive crashlogsJonas Devlieghere
2023-04-11[lldb] Parse the crashlog only onceJonas Devlieghere
2023-04-11[lldb] Parse image high address from JSON crashlogsJonas Devlieghere
2023-01-12[lldb] Force override when adding crashlog commandMed Ismail Bennani
2023-01-12[lldb/crashlog] Refactor CrashLogParser into a Factory patternMed Ismail Bennani
2022-11-04[lldb/crashlog] Standardize file path key in the ScriptedProcess DictionaryMed Ismail Bennani
2022-11-04[lldb/crashlog] Fix frame parser regex for when there is no source infoMed Ismail Bennani
2022-11-03[lldb/crashlog] Add support for Application Specific Backtraces & InformationMed Ismail Bennani
2022-11-03[lldb/crashlog] Fix the image_regex_uuid to skip null UUID imagesMed Ismail Bennani