aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-15remove FILE* usage from SBStream.iLawrence D'Anna1-1/+12
2019-10-15convert SBDebugger::***FileHandle() wrappers to native files.Lawrence D'Anna1-18/+33
2019-10-15SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2-0/+33
2019-10-14remove FILE* bindings from SBInstruction.Lawrence D'Anna2-2/+8
2019-10-14remove FILE* usage from ReportEventState() and HandleProcessEvent()Lawrence D'Anna2-3/+12
2019-10-10update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna1-0/+15
2019-10-09SBFile support in SBCommandReturnObjectLawrence D'Anna1-8/+19
2019-10-09SBFile: add a bunch of tests that should eventually work.Lawrence D'Anna1-11/+11