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