summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove a debug print statement.Zachary Turner2015-11-071-1/+0
* Python 3 - Use __bool__() instead of __nonzero__() for truthiness.Zachary Turner2015-11-074-2/+62
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-061-0/+21
* [swig] Remove check_lldb_swig_executable_file_exists.Bruce Mitchener2015-11-062-169/+22
* [swig] Start of pylint on python build scripts.Bruce Mitchener2015-11-058-1628/+1614
* Update for tvos or watchos builds.Jason Molenda2015-11-051-0/+6
* Don't access class members inside of `__del__`.Zachary Turner2015-11-041-4/+0
* Revert "Python 3 - Don't add the _d suffix to the symlink on Windows."Zachary Turner2015-11-044-30/+2
* Python 3 - Don't add the _d suffix to the symlink on Windows.Zachary Turner2015-11-044-2/+30
* Revert part of r239007 related to creating the Python symlink.Zachary Turner2015-11-021-9/+0
* Rename argdumper to lldb-argdumperTodd Fiala2015-10-292-13/+13
* Add calls to the SB API to access the multi-language formatter category featureEnrico Granata2015-10-271-0/+9
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-212-7/+43
* Added support for the "--repl" argument to LLDB. Sean Callanan2015-10-201-0/+3
* Run py2to3 on lldb/scripts folder.Zachary Turner2015-10-196-36/+36
* Python: follow python guidelines for header usageSaleem Abdulrasool2015-10-191-1/+5
* Make some more of the LLDB/SWIG/Python glue Python 3 aware.Zachary Turner2015-10-1612-48/+48
* Make swig generation python scripts python 3 compatible.Zachary Turner2015-10-162-29/+29
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-161-32/+45
* Update SWIG typemaps to use `PythonFile`.Zachary Turner2015-10-161-12/+18
* I've been seeing a problem with xcodebuilds on macosx forJason Molenda2015-10-161-8/+8
* Change swig interface files to use PythonDataObjects.Zachary Turner2015-10-143-83/+88
* Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.Adrian McCarthy2015-10-131-0/+2
* Support RHEL 7 and similar systems that use architecture-specific Python lib ...Todd Fiala2015-10-121-0/+44
* Add a doc string for ReturnFromFrame.Jim Ingham2015-10-121-0/+7
* Simple readline functionality for interactive python on linux.Ryan Brown2015-10-062-6/+55
* Update swig generation scripts to support Python 3.Zachary Turner2015-10-067-79/+97
* SBTarget::Attach(SBAttachInfo &) was changed to not be asynchronous back in F...Greg Clayton2015-10-051-0/+5
* A little more cleanup in the build script that creates a list of archive dire...Greg Clayton2015-09-101-12/+17
* Removed debug prints that I accidentally left in.Greg Clayton2015-09-101-6/+0
* On MacOSX, revamp the way we link against the llvm/clang .a files by making a...Greg Clayton2015-09-101-38/+39
* Fix the build-llvm.pl to not create one monster .a file from all of the llvm ...Greg Clayton2015-09-091-62/+24
* Teach utilsOsType about NetBSDStephane Sezer2015-09-091-0/+3
* [cmake] Remove LLDB_ENABLE_PYTHON_SCRIPTS_SWIG_API_GENERATION.Bruce Mitchener2015-09-081-41/+18
* Convert "long" input to "long long" in typemap for lldb::tid_t.Siva Chandra2015-09-041-1/+1
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* We want Python int or long to both be usable as-a tid_t for API purposes. Int...Enrico Granata2015-09-021-0/+12
* First part of an attempt to indicate to the user when they are Jason Molenda2015-07-291-0/+10
* Refactor Unix signals.Chaoren Lin2015-07-141-0/+3
* Add a version of SBTarget::EvaluateExpression that doesn't requireJim Ingham2015-07-071-0/+4
* Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata2015-07-063-0/+9
* [Python] Allow PyLong values in integer lists (when converting to C lists)Siva Chandra2015-07-011-0/+32
OpenPOWER on IntegriCloud