summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
...
* Add post-processing step to transform the docstring from 'char', i.e., 'char ...Johnny Chen2011-07-061-0/+24
* Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstringsJohnny Chen2011-07-031-16/+41
* Add swig docstrings for SBFrame.h.Johnny Chen2011-07-031-2/+3
* Refine the post-processing phase of lldb.py to remove some more doxygen/c++-c...Johnny Chen2011-07-021-1/+11
* Add some documentation blocks to SBTarget.h and use swig docstring feature toJohnny Chen2011-07-011-0/+16
* Generalise pattern for matching IsValid signaturePeter Collingbourne2011-06-141-1/+1
* Add rich comparison methods for the SBAddress object.Johnny Chen2011-06-091-1/+2
* Make it clear that the Python script modify-python-lldb.py is responsible for...Johnny Chen2011-06-011-0/+8
* Fix comment.Johnny Chen2011-06-011-1/+1
* Fix remaining Python issues leftover from my previous patch.Charles Davis2011-06-011-3/+7
* Use the with statement to simplify the build script.Johnny Chen2011-05-271-42/+20
* Added comment.Johnny Chen2011-05-241-0/+1
* Comment change.Johnny Chen2011-05-241-1/+1
* Fix a potential bug resulting from the wrong assumption that SWIG puts out th...Johnny Chen2011-05-241-8/+8
* Update comment.Johnny Chen2011-05-241-1/+2
* Add truth value testing to those lldb Python objects with the IsValid() metho...Johnny Chen2011-05-171-5/+33
* Add implementation of built-in function len() for those lldb containers withJohnny Chen2011-05-161-1/+7
* Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te...Johnny Chen2011-05-021-4/+23
* Fix a typo in comment.Johnny Chen2011-05-021-1/+1
* Update comments.Johnny Chen2011-04-292-3/+3
* Fix a bug introduced in my previous checkin, where the state was not properlyJohnny Chen2011-04-291-2/+3
* Add the Python rich comparison methods for SBBreakpoint, where GetID() returnsJohnny Chen2011-04-291-10/+26
* Fix a typo.Johnny Chen2011-04-281-1/+1
* Move the iteration protocol of lldb objects to the auto-generated lldb Python...Johnny Chen2011-04-283-26/+124
* Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,Johnny Chen2011-04-251-1/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Look for swig in /usr/bin and /usr/local/bin.Jim Ingham2011-03-011-1/+2
* Remove references to particular Python version (use the system defaultCaroline Tice2010-10-282-17/+41
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-262-2/+20
* Add header files that were added to lldb.swig to the buildCaroline Tice2010-10-181-0/+5
* Wrap the file writing operations inside a with statement to simplify code.Johnny Chen2010-10-141-11/+3
* Change the call within lldb.py to 'SBDebugger.Initialize()' from 'lldb.SBDebu...Johnny Chen2010-10-141-1/+4
* Fix some memory leaks.Caroline Tice2010-10-121-0/+1
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-072-3/+7
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-062-0/+16
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-0/+135
* Remove SBCommandContext which was not needed or doing anything.Caroline Tice2010-09-221-2/+3
* o Exposed SBFileSpec to the Python APIs in lldb.py.Johnny Chen2010-08-271-0/+1
* o Added a test case for array_types which uses the Python APIs from lldb.py,Johnny Chen2010-08-261-2/+16
* Add a unique ID to each debugger instance.Caroline Tice2010-06-302-0/+34
* Parameterize the shell scripts for creating and copying the python andCaroline Tice2010-06-162-70/+196
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-083-0/+230
OpenPOWER on IntegriCloud