aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python/Crashlog
AgeCommit message (Expand)AuthorFilesLines
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani6-92/+92
2025-06-20[lldb/crashlog] Make registers always available & fix x29/x30 parsing (#145104)Med Ismail Bennani1-0/+80
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 Bennani5-7/+7
2024-10-31[lldb] Remove lldb-repro utilityJonas Devlieghere1-3/+0
2024-06-20Revert "[lldb/crashlog] Make interactive mode the new default" (#96263)Med Ismail Bennani5-7/+7
2024-06-20[lldb/crashlog] Make interactive mode the new default (#94575)Med Ismail Bennani5-7/+7
2024-06-06[lldb/crashlog] Remove aarch64 requirement on crashlog tests (#94553)Med Ismail Bennani7-6/+9
2024-06-05[lldb/crashlog] Always load Application Specific Backtrace Thread images (#94...Med Ismail Bennani2-2/+2
2024-06-05[lldb/crashlog] Use environment variable to manually set dsymForUUIDBinary (#...Med Ismail Bennani1-0/+2
2024-03-04[lldb/crashlog] Fix breaking changes in textual report format (#83861)Med Ismail Bennani2-0/+63
2023-08-23[lldb/test] Fix `Crashlog/no-args.test` on ASAN builds (NFC)Med Ismail Bennani1-1/+1
2023-08-18[lldb/crashlog] Add support for Last Exception BacktraceMed Ismail Bennani3-1/+183
2023-08-18[lldb/crashlog] Replace deprecated optparse by argparse (NFC)Med Ismail Bennani1-2/+4
2023-08-18[lldb/crashlog] Add test for 8f75c4d01eff3c65d7ae40bfd05582de7dffa590 (NFC)Med Ismail Bennani1-0/+1
2023-06-06[lldb] Fix "NameError: name 'self' is not defined" when using crashlog -cJonas Devlieghere1-0/+1
2023-06-01[lldb/crashlog] Add test for non-symbolicated report crashMed Ismail Bennani1-1/+1
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-18/+19
2023-05-19[lldb/crashlog] Load inlined symbol into interactive crashlogMed Ismail Bennani3-0/+183
2023-04-13[lldb] Use ObjectFileJSON to create modules for interactive crashlogsJonas Devlieghere2-0/+12
2022-11-15[lldb/test] Fix app_specific_backtrace_crashlog.test (NFC)Med Ismail Bennani2-2/+2
2022-11-10[lldb/test] Fix app_specific_backtrace_crashlog.test (NFC)Med 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 Bennani4-0/+588
2022-11-03[lldb/crashlog] Fix the image_regex_uuid to skip null UUID imagesMed Ismail Bennani1-0/+1
2022-08-11[lldb/crashlog] Improve exception reporting for interactive modeMed Ismail Bennani2-8/+8
2022-08-11[lldb/test] Fix interactive crashlog test failure (NFC)Med Ismail Bennani2-18/+18
2022-08-11[lldb] Tidy some regex in crashlog.py (NFC)Dave Lee1-7/+0
2022-08-10[lldb/crashlog] Add `-V|--version` optionMed Ismail Bennani1-0/+3
2022-08-09[lldb/crashlog] Skip null image dsym fetching on interactive modeMed Ismail Bennani1-1/+7
2022-08-09[lldb/crashlog] Add `-s|--skip-status` option to interactive modeMed Ismail Bennani1-0/+43
2022-08-09[lldb/crashlog] Remove 'process_path' parsing logicMed Ismail Bennani1-2/+1
2022-08-09[lldb/crashlog] Update frame regex matcherMed Ismail Bennani2-1/+2
2022-08-09[lldb/crashlog] Surface error using SBCommandReturnObject argumentMed Ismail Bennani1-0/+8
2022-08-09[lldb/crashlog] Add '-t|--target' option to interactive modeMed Ismail Bennani1-2/+2
2022-08-09[lldb/crashlog] Fix interactive crashlog testMed Ismail Bennani5-458/+5013
2022-06-10[lldb/crashlog] Show help when the command is called without any argumentMed Ismail Bennani1-0/+9
2022-05-20[lldb] Disable scripted_crashlog_json.test on Apple SiliconJonas Devlieghere1-0/+3
2022-03-25[lldb/crashlog] Parse thread fields and pass it to crashlog scripted processMed Ismail Bennani1-6/+13
2022-03-16[lldb/crashlog] Create artificial frames for non-crashed scripted threadsMed Ismail Bennani3-85/+486
2022-03-10[lldb/crashlog] Make interactive mode display more user-friendlyMed Ismail Bennani1-4/+12
2022-02-25[lldb/crashlog] Fix scripted_crashlog_json.test failureMed Ismail Bennani2-6/+7
2022-02-16[lldb/test] Disable scripted_crashlog_json.test on non darwin aarch64 systemsMed Ismail Bennani1-0/+2
2022-02-16[lldb/crashlog] Add CrashLogScriptedProcess & remove interactive modeMed Ismail Bennani2-0/+85
2022-02-07[lldb] Print message after loading 'crashlog' commandDave Lee3-0/+6
2022-01-31[lldb] Use the build's python interpreter in the shell testsJonas Devlieghere3-4/+4
2022-01-31[lldb] Support Rosetta registers in crashlog.pyJonas Devlieghere2-0/+12
2021-10-07[lldb] Parse and display reporting errors from JSON crashlogsJonas Devlieghere2-1/+7
2021-10-07[lldb] Support missing threadState in JSON crashlogsJonas Devlieghere2-0/+115
2021-10-05[lldb] Improve meta data stripping from JSON crashlogsJonas Devlieghere2-0/+12