summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/modify-python-lldb.py
Commit message (Expand)AuthorAgeFilesLines
* Kill modify-python-lldb.pyPavel Labath2019-04-241-141/+0
* modify-python-lldb: Remove \a-removing codePavel Labath2019-04-231-4/+0
* modify-python-lldb.py: Remove docstring formatting codePavel Labath2019-04-211-15/+1
* modify-python-lldb.py: Remove ifdef SWIG-removing codePavel Labath2019-04-081-13/+4
* modify-python-lldb.py: Insert initialization code with swig insteadPavel Labath2019-04-051-7/+0
* modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath2019-04-041-100/+3
* modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath2019-04-031-35/+4
* Make operator==s consistent between c++ and python APIsPavel Labath2019-04-021-43/+8
* Fix/unify SBType comparisonPavel Labath2019-03-131-1/+0
* Add "operator bool" to SB APIsPavel Labath2019-03-111-15/+0
* Insert blocks of python code with swig instead of modify-python-lldb.pyPavel Labath2019-02-271-125/+0
* Embed swig version into lldb.py in a different wayPavel Labath2019-02-151-22/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-52/+66
* Insert the SWIG version into LLDB's __init__.pyZachary Turner2015-11-161-5/+30
* Remove a debug print statement.Zachary Turner2015-11-071-1/+0
* Python 3 - Use __bool__() instead of __nonzero__() for truthiness.Zachary Turner2015-11-071-1/+16
* [swig] Start of pylint on python build scripts.Bruce Mitchener2015-11-051-1/+1
* Update swig generation scripts to support Python 3.Zachary Turner2015-10-061-3/+7
* Make sure that the lldb globals:Greg Clayton2012-12-101-2/+8
* Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).Filipe Cabecinhas2012-11-011-1/+1
* Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...Johnny Chen2012-03-161-1/+5
* Add a missing ')' in the comment.Johnny Chen2011-11-081-1/+1
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-3/+3
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-131-1/+1
* Add comment markers for in_range(symbol, section).Johnny Chen2011-10-031-0/+3
* Add docstring to in_range() function residing in the lldb module.Johnny Chen2011-09-301-0/+1
* Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...Johnny Chen2011-09-301-5/+40
* Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen2011-09-271-5/+6
* Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen2011-09-271-2/+5
* SBSection supports iteration through its subsections, represented as SBSectio...Johnny Chen2011-09-241-1/+9
* Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail o...Johnny Chen2011-08-111-1/+5
* Change the SBValue.linked_list_iter() to treat the value object as a homogene...Johnny Chen2011-08-111-2/+4
* o modify-python-lldb.py:Johnny Chen2011-08-051-2/+3
* The recently introduced SBTypeList is also iterable.Johnny Chen2011-08-051-2/+3
* The SBValue.linked_list_iter() API failed for an empty list.Johnny Chen2011-07-271-3/+1
* We can do better with the SBValue.linked_list_iter() API by supplying a defaultJohnny Chen2011-07-261-12/+16
* The test function to determine whether we have reached the end of the list wasJohnny Chen2011-07-261-14/+7
* Rename the parameter for the end-of-list test function from end_of_list to en...Johnny Chen2011-07-251-2/+2
* Add cross references between the docstrings for regular SBValue iteration:Johnny Chen2011-07-251-5/+11
* Provide an add-on API to SBValue class by post-processing to provide a wayJohnny Chen2011-07-251-0/+61
* Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.hJohnny Chen2011-07-161-15/+44
* Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate...Johnny Chen2011-07-151-3/+4
* Add some more docstrings (includng example usages) to SBTarget.h.Johnny Chen2011-07-141-0/+3
* Missed the char_to_str_xform on the docstrings for the module level function ...Johnny Chen2011-07-081-1/+3
* 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
OpenPOWER on IntegriCloud