summaryrefslogtreecommitdiff
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Update QEMU git URL in setup.shDavid Spickett2023-04-211-1/+1
* [lldb][AArch64] Fix run-qemu.sh when only MTE is enabled.David Spickett2023-03-231-1/+5
* Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awkHarmen Stoppels2021-02-251-1/+1
* [lldb][AArch64/Linux] Show memory tagged memory regionsDavid Spickett2020-11-201-1/+9
* [lldb] Correct --help output for qemu rootfs scriptDavid Spickett2020-10-291-1/+0
* [LLDB] Add QEMU testing environment setup guide for SVE testingMuhammad Omair Javaid2020-10-063-0/+361
* Harmonize Python shebangserge-sans-paille2020-07-162-2/+2
* [lldb][test] Prevent infinite loop while looking for use_lldb_suite_root.py.Jordan Rupprecht2020-07-151-10/+8
* [lldb/Scripts]Pavel Labath2020-06-301-1/+1
* [lldb/Scripts] proc.returncode is set in proc.communicateJonas Devlieghere2020-04-211-1/+1
* [lldb/Scripts] Add verbose and failure only mode to replay script.Jonas Devlieghere2020-04-201-4/+23
* [lldb/Scripts] Add script to replay multiple reproducersJonas Devlieghere2020-04-151-0/+100
* [lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki2020-04-071-1/+1
* [lldb/Scripts] Remove swig_bot_lib/__init__.pyJonas Devlieghere2020-01-161-0/+0
* [lldb/Scripts] Remove SWIG botJonas Devlieghere2020-01-135-621/+0
* [lldb/Scripts] Move android script from underneath Python dirJonas Devlieghere2020-01-102-26/+0
* [lldb/Scripts] Remove remote-build.pyJonas Devlieghere2020-01-101-312/+0
* [lldb/Scripts] Remove buildbot.pyJonas Devlieghere2020-01-101-196/+0
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-0977-13692/+0
* [lldb/SWIG] Add missing '\' in macros againJonas Devlieghere2020-01-091-2/+2
* [lldb/SWIG] Refactor extensions to be non Python-specific (3/3)Jonas Devlieghere2020-01-0818-253/+59
* [lldb/SWIG] Refactor extensions to be non Python-specific (2/2)Jonas Devlieghere2020-01-0825-287/+95
* [lldb/SWIG] Refactor extensions to be non Python-specificJonas Devlieghere2020-01-084-14/+18
* [lldb/CMake] Only auto-enable Python when SWIG is foundJonas Devlieghere2020-01-071-7/+0
* Revert "Re-land "[lldb/Lua] Add string conversion operator for SBTarget.""Jonas Devlieghere2020-01-074-12/+12
* Re-land "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere2020-01-074-12/+12
* Revert "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere2020-01-074-12/+12
* [lldb/Lua] Add string conversion operator for SBTarget.Jonas Devlieghere2020-01-074-12/+12
* [Lldb/Lua] Generate Lua BindingsJonas Devlieghere2019-12-212-26/+71
* [lldb/SWIG] Modulerize lldb.swig so parts of it can be reused.Jonas Devlieghere2019-12-133-162/+161
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-3/+0
* [lldb/SWIG] Guard Python type map in SWIG interface by SWIGPYTHONJonas Devlieghere2019-12-091-5/+2
* [lldb/SWIG] Guard embedded Python code in SWIG interfaces by SWIGPYTHONJonas Devlieghere2019-12-0836-0/+82
* [LLDB][Python] remove ArgInfo::countLawrence D'Anna2019-11-041-4/+16
* [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-291-20/+22
* [lldb] move package generation from python to cmakeHaibo Huang2019-10-286-1104/+17
* [LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-271-5/+11
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-254-3/+37
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-224-224/+50
* convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_argsLawrence D'Anna2019-10-191-5/+10
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-191-4/+8
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-171-68/+0
* [lldb] move more things from python to cmakeHaibo Huang2019-10-161-237/+0
* [lldb] Creates _liblldb symlink from cmakeHaibo Huang2019-10-151-282/+0
* remove FILE* usage from SBStream.iLawrence D'Anna2019-10-151-1/+12
* convert SBDebugger::***FileHandle() wrappers to native files.Lawrence D'Anna2019-10-151-18/+33
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-152-0/+33
* remove FILE* bindings from SBInstruction.Lawrence D'Anna2019-10-142-2/+8
* remove FILE* usage from ReportEventState() and HandleProcessEvent()Lawrence D'Anna2019-10-142-3/+12
* update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna2019-10-101-0/+15