aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/python/crashlog.py
AgeCommit message (Expand)AuthorFilesLines
2025-06-20[lldb/crashlog] Make registers always available & fix x29/x30 parsing (#145104)Med Ismail Bennani1-4/+4
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 Kawashima1-4/+4
2025-01-10[lldb/crashlog] Fix typo in error message when creating a target (#122514)Med Ismail Bennani1-1/+1
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima1-1/+1
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 Bennani1-4/+6
2024-06-05[lldb/crashlog] Add `--no-parallel-image-loading` hidden flag (#94513)Med Ismail Bennani1-3/+15
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 Bennani1-32/+50
2024-03-04[lldb/crashlog] Fix breaking changes in textual report format (#83861)Med Ismail Bennani1-4/+7
2023-11-17[lldb] Pass important options to dsymForUUID (#72669)Jonas Devlieghere1-1/+5
2023-08-21[lldb/crashlog] Fix python version requirement issueMed Ismail Bennani1-1/+16
2023-08-18[lldb/test] Fix TestSaveCrashlog.py following changes in eef5eadbe617Med Ismail Bennani1-1/+1
2023-08-18[lldb/crashlog] Skip non-crashed threads in batch modeMed Ismail Bennani1-0/+5
2023-08-18[lldb/crashlog] Add support for Last Exception BacktraceMed Ismail Bennani1-6/+22
2023-08-18[lldb/crashlog] Remove dead code (NFC)Med Ismail Bennani1-5/+0
2023-08-18[lldb/crashlog] Fix module loading for crashed thread behaviourMed Ismail Bennani1-2/+2
2023-08-18[lldb/crashlog] Replace deprecated optparse by argparse (NFC)Med Ismail Bennani1-58/+70
2023-08-11[lldb/crashlog] Fix sticky image parsing logicMed Ismail Bennani1-7/+3
2023-08-11[lldb/crashlog] Move CrashLogParseMode into TextCrashLogParser (NFC)Med Ismail Bennani1-27/+26
2023-08-11[lldb/crashlog] Make TextCrashLogParser more resilient to new linesMed Ismail Bennani1-31/+60
2023-08-11[lldb/crashlog] Make register output match lldb ordering in legacy modeMed Ismail Bennani1-11/+62
2023-06-14[lldb] Have crashlog warn when remapped paths are inaccessible.Jonas Devlieghere1-0/+14
2023-06-07[lldb] Reinvoke crashlog under lldb when run with -i from the command lineJonas Devlieghere1-3/+23
2023-06-06[lldb] Fix "NameError: name 'self' is not defined" when using crashlog -cJonas Devlieghere1-1/+1
2023-06-06[lldb/crashlog] Expand crash report file path before parsingMed Ismail Bennani1-10/+9
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani1-2/+2
2023-06-01[lldb/crashlog] Run python formatter (nfc)Med Ismail Bennani1-1/+3
2023-06-01[lldb/crashlog] Create interactive crashlog with no binaryMed Ismail Bennani1-4/+31
2023-06-01[lldb/crashlog] Fix crash when loading non-symbolicated reportMed Ismail Bennani1-1/+3
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-442/+616
2023-05-22[lldb] Fix racing issue when loading inlined symbols from crash reportMed Ismail Bennani1-8/+8
2023-05-22[lldb/crashlog] Remove tempfile prefix from inlined symbol object fileMed Ismail Bennani1-4/+10
2023-05-19[lldb/crashlog] Load inlined symbol into interactive crashlogMed Ismail Bennani1-23/+131
2023-04-13[lldb] Use ObjectFileJSON to create modules for interactive crashlogsJonas Devlieghere1-28/+29
2023-04-11[lldb] Parse the crashlog only onceJonas Devlieghere1-0/+5
2023-04-11[lldb] Parse image high address from JSON crashlogsJonas Devlieghere1-1/+2
2023-01-12[lldb] Force override when adding crashlog commandMed Ismail Bennani1-2/+2
2023-01-12[lldb/crashlog] Refactor CrashLogParser into a Factory patternMed Ismail Bennani1-8/+8
2022-11-04[lldb/crashlog] Standardize file path key in the ScriptedProcess DictionaryMed Ismail Bennani1-1/+1
2022-11-04[lldb/crashlog] Fix frame parser regex for when there is no source infoMed Ismail Bennani1-1/+1
2022-11-03[lldb/crashlog] Add support for Application Specific Backtraces & InformationMed Ismail Bennani1-2/+33
2022-11-03[lldb/crashlog] Fix the image_regex_uuid to skip null UUID imagesMed Ismail Bennani1-1/+1
2022-11-03[lldb/crashlog] Add support for 32bit frame addressesMed Ismail Bennani1-2/+2