aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-10-31[lldb] Replace the usage of module imp with module importlib (#70443)Tulio Magno Quites Machado Filho1-7/+8
2023-09-30[lldb][windows] Cover more symbols in LLDB_EXPORT_ALL_SYMBOLSRiver Riddle1-1/+1
2023-09-29[lldb] Add windows support for LLDB_EXPORT_ALL_SYMBOLS (#67628)River Riddle1-0/+102
2023-09-14[lldb] Format Python files in scripts and utils (#66053)David Spickett6-272/+370
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford1-2/+0
2023-06-14[lldb][AArch64] Add Scalable Matrix Extension option to QEMU launch scriptDavid Spickett1-3/+8
2023-04-21[lldb] Update QEMU git URL in setup.shDavid Spickett1-1/+1
2023-03-23[lldb][AArch64] Fix run-qemu.sh when only MTE is enabled.David Spickett1-1/+5
2021-02-25Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awkHarmen Stoppels1-1/+1
2020-11-20[lldb][AArch64/Linux] Show memory tagged memory regionsDavid Spickett1-1/+9
2020-10-29[lldb] Correct --help output for qemu rootfs scriptDavid Spickett1-1/+0
2020-10-06[LLDB] Add QEMU testing environment setup guide for SVE testingMuhammad Omair Javaid3-0/+361
2020-07-16Harmonize Python shebangserge-sans-paille2-2/+2
2020-07-15[lldb][test] Prevent infinite loop while looking for use_lldb_suite_root.py.Jordan Rupprecht1-10/+8
2020-06-30[lldb/Scripts]Pavel Labath1-1/+1
2020-04-21[lldb/Scripts] proc.returncode is set in proc.communicateJonas Devlieghere1-1/+1
2020-04-20[lldb/Scripts] Add verbose and failure only mode to replay script.Jonas Devlieghere1-4/+23
2020-04-15[lldb/Scripts] Add script to replay multiple reproducersJonas Devlieghere1-0/+100
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-1/+1
2020-01-16[lldb/Scripts] Remove swig_bot_lib/__init__.pyJonas Devlieghere1-0/+0
2020-01-13[lldb/Scripts] Remove SWIG botJonas Devlieghere5-621/+0
2020-01-10[lldb/Scripts] Move android script from underneath Python dirJonas Devlieghere2-26/+0
2020-01-10[lldb/Scripts] Remove remote-build.pyJonas Devlieghere1-312/+0
2020-01-10[lldb/Scripts] Remove buildbot.pyJonas Devlieghere1-196/+0
2020-01-09[lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere77-13692/+0
2020-01-09[lldb/SWIG] Add missing '\' in macros againJonas Devlieghere1-2/+2
2020-01-08[lldb/SWIG] Refactor extensions to be non Python-specific (3/3)Jonas Devlieghere18-253/+59
2020-01-08[lldb/SWIG] Refactor extensions to be non Python-specific (2/2)Jonas Devlieghere25-287/+95
2020-01-08[lldb/SWIG] Refactor extensions to be non Python-specificJonas Devlieghere4-14/+18
2020-01-07[lldb/CMake] Only auto-enable Python when SWIG is foundJonas Devlieghere1-7/+0
2020-01-07Revert "Re-land "[lldb/Lua] Add string conversion operator for SBTarget.""Jonas Devlieghere4-12/+12
2020-01-07Re-land "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere4-12/+12
2020-01-07Revert "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere4-12/+12
2020-01-07[lldb/Lua] Add string conversion operator for SBTarget.Jonas Devlieghere4-12/+12
2019-12-21[Lldb/Lua] Generate Lua BindingsJonas Devlieghere2-26/+71
2019-12-13[lldb/SWIG] Modulerize lldb.swig so parts of it can be reused.Jonas Devlieghere3-162/+161
2019-12-11Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl1-3/+0
2019-12-09[lldb/SWIG] Guard Python type map in SWIG interface by SWIGPYTHONJonas Devlieghere1-5/+2
2019-12-08[lldb/SWIG] Guard embedded Python code in SWIG interfaces by SWIGPYTHONJonas Devlieghere36-0/+82
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna1-4/+16
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna1-20/+22
2019-10-28[lldb] move package generation from python to cmakeHaibo Huang6-1104/+17
2019-10-27[LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna1-5/+11
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham4-3/+37
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna4-224/+50
2019-10-19convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_argsLawrence D'Anna1-5/+10
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna1-4/+8
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna1-68/+0
2019-10-16[lldb] move more things from python to cmakeHaibo Huang1-237/+0
2019-10-15[lldb] Creates _liblldb symlink from cmakeHaibo Huang1-282/+0