summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python
AgeCommit message (Expand)Author
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere
2021-04-22[lldb] Update register state parsing for JSON crashlogsJonas Devlieghere
2021-04-22[lldb] Include thread name in crashlog.py outputJonas Devlieghere
2021-03-09[lldb] Update crashlog script for JSON changesJonas Devlieghere
2021-02-17[lldb] Improve error message for modules with dots or dashesJonas Devlieghere
2020-12-07[LLDB] fix error message for one-line breakpoint scriptsPedro Tammela
2020-12-02[LLDB/Python] Fix segfault on Python scripted entrypointsPedro Tammela
2020-11-19[lldb] Fix another Python2/3 string<->bytes type error in patch-crashlog.pyRaphael Isemann
2020-11-18[lldb] Python3 byte<->string issue in patch-crashlog.pyRaphael Isemann
2020-11-16[crashlog] Improve patch-crashlog.py scriptJonas Devlieghere
2020-11-16[crashlog] Implement parser for JSON encoded crashlogsJonas Devlieghere
2020-11-05[lldb] Remove Crashlog/interactive.testJonas Devlieghere
2020-11-03[crashlog] Move crash log parsing into its own classJonas Devlieghere
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere
2020-09-15[lldb] Add -l/--language option to script commandJonas Devlieghere
2020-06-16[lldb/Python] Fix the infinitely looping Python prompt bugJonas Devlieghere
2020-05-29[lldb/Bindings] Raise exception when using properties that rely on lldb.targetJonas Devlieghere
2020-01-27[lldb/Test] Use lit.local.cfg to mark whole directory as (un)supported.Jonas Devlieghere
2020-01-22[lldb/Test] Skip script interpreter tests reading from stdin for lldb-reproJonas Devlieghere
2019-12-21[lldb/Commands] Honor the scripting language passedJonas Devlieghere
2019-12-18[lldb/test] Move script interpreter testsJonas Devlieghere