aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
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-09Revert a LIT typo fix in a RUN lineQiu Chaofan1-2/+2
2021-10-09Fix typo of colon to semicolon in lit testsQiu Chaofan1-2/+2
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
2021-07-09[lldb] Drop REQUIRES where redundant because of lit.local.cfgJonas Devlieghere7-10/+0
2021-07-09[lldb] Use custom script instead of lldb.macosx.crashlog in testJonas Devlieghere1-5/+8
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere1-0/+8
2021-04-22[lldb] Update register state parsing for JSON crashlogsJonas Devlieghere2-0/+2
2021-04-22[lldb] Include thread name in crashlog.py outputJonas Devlieghere2-1/+2
2021-03-09[lldb] Update crashlog script for JSON changesJonas Devlieghere2-71/+148
2021-02-17[lldb] Improve error message for modules with dots or dashesJonas Devlieghere1-0/+20
2020-12-07[LLDB] fix error message for one-line breakpoint scriptsPedro Tammela1-0/+7
2020-12-02[LLDB/Python] Fix segfault on Python scripted entrypointsPedro Tammela1-0/+8
2020-11-19[lldb] Fix another Python2/3 string<->bytes type error in patch-crashlog.pyRaphael Isemann1-1/+1
2020-11-18[lldb] Python3 byte<->string issue in patch-crashlog.pyRaphael Isemann1-1/+1
2020-11-16[crashlog] Improve patch-crashlog.py scriptJonas Devlieghere4-15/+25
2020-11-16[crashlog] Implement parser for JSON encoded crashlogsJonas Devlieghere9-1/+280
2020-11-05[lldb] Remove Crashlog/interactive.testJonas Devlieghere1-8/+0
2020-11-03[crashlog] Move crash log parsing into its own classJonas Devlieghere3-7/+19
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere3-0/+61
2020-09-15[lldb] Add -l/--language option to script commandJonas Devlieghere1-0/+13
2020-06-16[lldb/Python] Fix the infinitely looping Python prompt bugJonas Devlieghere1-0/+6
2020-05-29[lldb/Bindings] Raise exception when using properties that rely on lldb.targetJonas Devlieghere2-0/+15
2020-01-27[lldb/Test] Use lit.local.cfg to mark whole directory as (un)supported.Jonas Devlieghere1-0/+2
2020-01-22[lldb/Test] Skip script interpreter tests reading from stdin for lldb-reproJonas Devlieghere2-0/+2
2019-12-21[lldb/Commands] Honor the scripting language passedJonas Devlieghere1-0/+11
2019-12-18[lldb/test] Move script interpreter testsJonas Devlieghere1-0/+135