summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python
AgeCommit message (Expand)Author
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-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath
2024-12-03[lldb] Expose discontinuous functions through SBFunction::GetRanges (#117532)Pavel Labath
2024-10-31[lldb] Remove lldb-repro utilityJonas Devlieghere
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] Use environment variable to manually set dsymForUUIDBinary (#...Med Ismail Bennani
2024-03-04[lldb/crashlog] Fix breaking changes in textual report format (#83861)Med Ismail Bennani
2023-08-23[lldb/test] Fix `Crashlog/no-args.test` on ASAN builds (NFC)Med Ismail Bennani
2023-08-18[lldb/crashlog] Add support for Last Exception BacktraceMed Ismail Bennani
2023-08-18[lldb/crashlog] Replace deprecated optparse by argparse (NFC)Med Ismail Bennani
2023-08-18[lldb/crashlog] Add test for 8f75c4d01eff3c65d7ae40bfd05582de7dffa590 (NFC)Med Ismail Bennani
2023-06-06[lldb] Fix "NameError: name 'self' is not defined" when using crashlog -cJonas Devlieghere
2023-06-01[lldb/crashlog] Add test for non-symbolicated report crashMed Ismail Bennani
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
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
2022-11-15[lldb/test] Fix app_specific_backtrace_crashlog.test (NFC)Med Ismail Bennani
2022-11-10[lldb/test] Fix app_specific_backtrace_crashlog.test (NFC)Med 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
2022-08-11[lldb/crashlog] Improve exception reporting for interactive modeMed Ismail Bennani
2022-08-11[lldb/test] Fix interactive crashlog test failure (NFC)Med Ismail Bennani
2022-08-11[lldb] Tidy some regex in crashlog.py (NFC)Dave Lee
2022-08-10[lldb/crashlog] Add `-V|--version` optionMed Ismail Bennani
2022-08-09[lldb/crashlog] Skip null image dsym fetching on interactive modeMed Ismail Bennani
2022-08-09[lldb/crashlog] Add `-s|--skip-status` option to interactive modeMed Ismail Bennani
2022-08-09[lldb/crashlog] Remove 'process_path' parsing logicMed Ismail Bennani
2022-08-09[lldb/crashlog] Update frame regex matcherMed Ismail Bennani
2022-08-09[lldb/crashlog] Surface error using SBCommandReturnObject argumentMed Ismail Bennani
2022-08-09[lldb/crashlog] Add '-t|--target' option to interactive modeMed Ismail Bennani
2022-08-09[lldb/crashlog] Fix interactive crashlog testMed Ismail Bennani
2022-06-15Fix `script -lpython` to handle control flow in one-line commands.Dave Lee
2022-06-15[lldb] Skip ScriptInterpreter/Python/exit.test on WindowsJonas Devlieghere
2022-06-15[lldb] Don't overwrite quit and exit builtins in the Python interpreterJonas Devlieghere
2022-06-10[lldb/crashlog] Show help when the command is called without any argumentMed Ismail Bennani
2022-05-20[lldb] Disable scripted_crashlog_json.test on Apple SiliconJonas Devlieghere
2022-03-25[lldb/crashlog] Parse thread fields and pass it to crashlog scripted processMed Ismail Bennani
2022-03-16[lldb/crashlog] Create artificial frames for non-crashed scripted threadsMed Ismail Bennani
2022-03-10[lldb/crashlog] Make interactive mode display more user-friendlyMed Ismail Bennani
2022-02-25[lldb/crashlog] Fix scripted_crashlog_json.test failureMed Ismail Bennani
2022-02-16[lldb/test] Disable scripted_crashlog_json.test on non darwin aarch64 systemsMed Ismail Bennani
2022-02-16[lldb/crashlog] Add CrashLogScriptedProcess & remove interactive modeMed Ismail Bennani