summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
* Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.Zachary Turner2016-01-152-6/+12
* Get rid of const char** typemaps.Zachary Turner2016-01-131-70/+7
* Fix TestProcessLaunch for Python 3.Zachary Turner2016-01-131-21/+29
* Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata2016-01-131-1/+3
* Fix Python 3 issues related to OS plugins.Zachary Turner2016-01-111-9/+11
* __ne__ is the actual Python operator; __neq__ is a typoEnrico Granata2015-12-181-1/+1
* Add API to support retrieving the formatters category for a specific languageEnrico Granata2015-12-181-0/+3
* Change finishSwigPythonLLDB.py to copy six.py instead of simlink itTed Woodward2015-12-111-11/+26
* Make it clear how you would get the pointee out of an SBValue withJim Ingham2015-12-041-0/+5
* Add documentation for SBTarget::CreateValueFromAddress.Jim Ingham2015-12-041-0/+18
* Use sub-commands instead of --mode={client,server}.Zachary Turner2015-12-023-37/+40
* Unpack the output on the client, completing the cycle.Zachary Turner2015-11-304-39/+89
* Have swig_bot actually run swig, and send back the output.Zachary Turner2015-11-304-36/+74
* Be *stupider* about what constitutes a supported language binding.Zachary Turner2015-11-252-29/+2
* Another hack to fix the build bot.Zachary Turner2015-11-241-1/+1
* Fix build after swig_bot_lib changes.Zachary Turner2015-11-241-1/+1
* swig-bot - Close the socket when shutting down.Zachary Turner2015-11-241-5/+10
* Include config settings in the archive, and extract on the remote.Zachary Turner2015-11-244-6/+81
* Make swig_bot server support Ctrl+CZachary Turner2015-11-242-10/+21
* swig_bot remote path connection / preliminary implementation.Zachary Turner2015-11-244-24/+253
* First implementation of swig_bot.pyZachary Turner2015-11-245-0/+183
* Create `lldbsuite.support.fs` and move `find_executable` there.Zachary Turner2015-11-211-58/+9
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-201-0/+3
* Revert "FOO"Adrian McCarthy2015-11-201-3/+0
* FOOAdrian McCarthy2015-11-201-0/+3
* Remove `lldb.root` and just look for the file we care about.Zachary Turner2015-11-202-2/+2
* Revert "prepare_bindings.py: enable static bindings"Todd Fiala2015-11-194-83995/+19
* Remove superseded buildSwigWrapperClasses.py and buildSwigPython.py classesTodd Fiala2015-11-183-1234/+1
* Remove the scripts/Python/build-swig-Python.sh script.Todd Fiala2015-11-181-378/+0
* remove defunct scripts/build-swig-wrapper-classes.sh; switch autoconf build t...Todd Fiala2015-11-181-151/+0
* Fix some issues with swig & string conversion.Zachary Turner2015-11-181-5/+16
* Switched cmake build from using buildSwigWrapperClases.py to the cleaned up v...Todd Fiala2015-11-181-1/+2
* prepare_bindings.py: enable static bindingsTodd Fiala2015-11-184-19/+83995
* Added --find-swig option to allow searching for swig in path or other likely ...Todd Fiala2015-11-171-0/+76
* Add Pythonic language binding wrapper generation script.Todd Fiala2015-11-172-0/+631
* Add the ability (through the SB API & command line) to specify an addressJim Ingham2015-11-171-0/+3
* Insert the SWIG version into LLDB's __init__.pyZachary Turner2015-11-161-5/+30
* Python3 - Fix some issues related to `PythonFile` class.Zachary Turner2015-11-161-0/+5
* Allow to override python-config executable name from command lineBruce Mitchener2015-11-151-1/+2
* Delete `PyObjectToString` and use `PythonObject::Str()`.Zachary Turner2015-11-131-43/+12
* Finish PyCallable -> PythonCallable conversion.Zachary Turner2015-11-121-258/+88
* Fix non-Windows build after r252906.Zachary Turner2015-11-122-1/+2
* Begin converting uses of PyCallable to PythonCallable.Zachary Turner2015-11-121-213/+157
* Remove `FindSessionDictionary` and rely on PythonDataObjects.Zachary Turner2015-11-111-190/+140
* Convert python-wrapper.swig to use PythonDataObjects.Zachary Turner2015-11-111-99/+43
* Python 3 - Use six in our embedded Python glue code.Zachary Turner2015-11-112-1/+3
* Symlink the `six` module during swig generation.Zachary Turner2015-11-112-22/+44
* Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton2015-11-103-0/+23
* Use PythonDataObjects in swig helper functions.Zachary Turner2015-11-091-31/+31
* Add SBType::IsAnonymousType() and relative plumbing in the debugger internalsEnrico Granata2015-11-071-0/+3
OpenPOWER on IntegriCloud