summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter
AgeCommit message (Expand)Author
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
2022-02-07[lldb] Print message after loading 'crashlog' commandDave Lee
2022-02-07[lldb] Fix Lua/watchpoint_callback.test on Apple SiliconJonas Devlieghere
2022-01-31[lldb] Use the build's python interpreter in the shell testsJonas Devlieghere
2022-01-31[lldb] Support Rosetta registers in crashlog.pyJonas Devlieghere
2021-10-09Revert a LIT typo fix in a RUN lineQiu Chaofan
2021-10-09Fix typo of colon to semicolon in lit testsQiu Chaofan
2021-10-07[lldb] Parse and display reporting errors from JSON crashlogsJonas Devlieghere
2021-10-07[lldb] Support missing threadState in JSON crashlogsJonas Devlieghere
2021-10-05[lldb] Improve meta data stripping from JSON crashlogsJonas Devlieghere
2021-07-09[lldb] Drop REQUIRES where redundant because of lit.local.cfgJonas Devlieghere
2021-07-09[lldb] Use custom script instead of lldb.macosx.crashlog in testJonas Devlieghere
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere
2021-07-07[lldb/lua] Add scripted watchpoints for LuaSiger Yang
2021-06-08[lldb] Don't print script output twice in HandleCommandJonas 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-04-20[lldb] Simplify check for nill value in breakpoint_function_callback.testJonas Devlieghere
2021-04-19[lldb] Update breakpoint_function_callback.test for different error messageJonas 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
2021-02-03[lldb] Check for both Lua 5.3 and 5.4 error messages in the tests.Jonas Devlieghere
2021-01-25[lldb/Lua] add support for Lua function breakpointPedro Tammela
2021-01-07[lldb/Lua] add support for multiline scripted breakpointsPedro Tammela
2020-12-20[lldb] [test] Update test status for NetBSDMichał Górny
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-30[LLDB/Lua] add support for one-liner breakpoint callbackPedro 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-05[LLDB-lua] modify Lua's 'print' to respect 'io.stdout'Pedro Tammela
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-25[lldb/Lua] Redirect Lua stdout/stderr to the CommandReturnObjectJonas Devlieghere
2020-06-23[lldb/Lua] Use the debugger's output and error file for Lua's I/O library.Jonas Devlieghere
2020-06-22[lldb/Lua] Recognize "quit" as a way to exit the script interpreter.Jonas Devlieghere