aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/modify-python-lldb.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-24Kill modify-python-lldb.pyPavel Labath1-141/+0
2019-04-23modify-python-lldb: Remove \a-removing codePavel Labath1-4/+0
2019-04-21modify-python-lldb.py: Remove docstring formatting codePavel Labath1-15/+1
2019-04-08modify-python-lldb.py: Remove ifdef SWIG-removing codePavel Labath1-13/+4
2019-04-05modify-python-lldb.py: Insert initialization code with swig insteadPavel Labath1-7/+0
2019-04-04modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath1-100/+3
2019-04-03modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath1-35/+4
2019-04-02Make operator==s consistent between c++ and python APIsPavel Labath1-43/+8
2019-03-13Fix/unify SBType comparisonPavel Labath1-1/+0
2019-03-11Add "operator bool" to SB APIsPavel Labath1-15/+0
2019-02-27Insert blocks of python code with swig instead of modify-python-lldb.pyPavel Labath1-125/+0
2019-02-15Embed swig version into lldb.py in a different wayPavel Labath1-22/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-52/+66
2015-11-16Insert the SWIG version into LLDB's __init__.pyZachary Turner1-5/+30
2015-11-07Remove a debug print statement.Zachary Turner1-1/+0
2015-11-07Python 3 - Use __bool__() instead of __nonzero__() for truthiness.Zachary Turner1-1/+16
2015-11-05[swig] Start of pylint on python build scripts.Bruce Mitchener1-1/+1
2015-10-06Update swig generation scripts to support Python 3.Zachary Turner1-3/+7
2012-12-10Make sure that the lldb globals:Greg Clayton1-2/+8
2012-11-01Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).Filipe Cabecinhas1-1/+1
2012-03-16Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...Johnny Chen1-1/+5
2011-11-08Add a missing ')' in the comment.Johnny Chen1-1/+1
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen1-3/+3
2011-10-13Cleaned up the SBWatchpoint public API.Greg Clayton1-1/+1
2011-10-03Add comment markers for in_range(symbol, section).Johnny Chen1-0/+3
2011-09-30Add docstring to in_range() function residing in the lldb module.Johnny Chen1-0/+1
2011-09-30Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...Johnny Chen1-5/+40
2011-09-27Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen1-5/+6
2011-09-27Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen1-2/+5
2011-09-24SBSection supports iteration through its subsections, represented as SBSectio...Johnny Chen1-1/+9
2011-08-11Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail o...Johnny Chen1-1/+5
2011-08-11Change the SBValue.linked_list_iter() to treat the value object as a homogene...Johnny Chen1-2/+4
2011-08-05o modify-python-lldb.py:Johnny Chen1-2/+3
2011-08-05The recently introduced SBTypeList is also iterable.Johnny Chen1-2/+3
2011-07-27The SBValue.linked_list_iter() API failed for an empty list.Johnny Chen1-3/+1
2011-07-26We can do better with the SBValue.linked_list_iter() API by supplying a defaultJohnny Chen1-12/+16
2011-07-26The test function to determine whether we have reached the end of the list wasJohnny Chen1-14/+7
2011-07-25Rename the parameter for the end-of-list test function from end_of_list to en...Johnny Chen1-2/+2
2011-07-25Add cross references between the docstrings for regular SBValue iteration:Johnny Chen1-5/+11
2011-07-25Provide an add-on API to SBValue class by post-processing to provide a wayJohnny Chen1-0/+61
2011-07-16Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.hJohnny Chen1-15/+44
2011-07-15Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate...Johnny Chen1-3/+4
2011-07-14Add some more docstrings (includng example usages) to SBTarget.h.Johnny Chen1-0/+3
2011-07-08Missed the char_to_str_xform on the docstrings for the module level function ...Johnny Chen1-1/+3
2011-07-06Add post-processing step to transform the docstring from 'char', i.e., 'char ...Johnny Chen1-0/+24
2011-07-03Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstringsJohnny Chen1-16/+41
2011-07-03Add swig docstrings for SBFrame.h.Johnny Chen1-2/+3
2011-07-02Refine the post-processing phase of lldb.py to remove some more doxygen/c++-c...Johnny Chen1-1/+11
2011-07-01Add some documentation blocks to SBTarget.h and use swig docstring feature toJohnny Chen1-0/+16
2011-06-14Generalise pattern for matching IsValid signaturePeter Collingbourne1-1/+1