summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* Fixed an issue where LLDB was complaining about the lack of 'update' in a syn...Enrico Granata2011-08-111-0/+15
* 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
* On second thought, add the IsValid() method to SBTypeList, making it similar ...Johnny Chen2011-08-051-0/+3
* Add SBType.GetBasicType() to the test scenario.Johnny Chen2011-08-051-0/+73
* Add docstring & example usage for SBTypeList.Johnny Chen2011-08-051-0/+31
* Fix indentation and remove the private section of SBTypeList.Johnny Chen2011-08-051-58/+54
* o modify-python-lldb.py:Johnny Chen2011-08-051-2/+3
* The recently introduced SBTypeList is also iterable.Johnny Chen2011-08-051-2/+3
* APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata2011-08-041-1/+7
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-032-33/+7
* Public API changes:Enrico Granata2011-07-294-86/+100
* The SBValue.linked_list_iter() API failed for an empty list.Johnny Chen2011-07-271-3/+1
* Add docstrings and cross refs to SBCompileUnit and SBLineEntry.Johnny Chen2011-07-272-3/+33
* Add cross reference to SBThread from the SBFrame docstring. Also add a simpl...Johnny Chen2011-07-271-1/+7
* Add deprecation docstrings for some APIs which take an SBFrame - SBValues kno...Johnny Chen2011-07-271-7/+18
* Fix indentation and add a docstring for the ctor.Johnny Chen2011-07-261-4/+6
* adding required utility function to SWIG interfaceEnrico Granata2011-07-261-0/+43
* 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
* lldb.swig (the SWIG input file) has become too large. Modularize a bit by in...Johnny Chen2011-07-262-0/+637
* 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-252-6/+16
* Provide an add-on API to SBValue class by post-processing to provide a wayJohnny Chen2011-07-251-0/+61
* Make the SBAddress class easier to use when using the publicGreg Clayton2011-07-222-3/+9
* Change docstring wording: from 'method' to 'function'.Johnny Chen2011-07-211-1/+1
* Add docstring for SBInstructionList class.Johnny Chen2011-07-211-0/+14
* Add docstring for SBCommandReturnObject class.Johnny Chen2011-07-211-0/+7
* Add docstring for SBCommandInterpreter class.Johnny Chen2011-07-201-0/+44
* Add docstring for SBBroadcaster class.Johnny Chen2011-07-201-0/+11
* Add some docstrings for SBFileSpec class.Johnny Chen2011-07-201-0/+21
* Add some docstrings for SBError class.Johnny Chen2011-07-201-0/+47
* Add some docstrings for SBSourceManager class.Johnny Chen2011-07-191-0/+26
* Add some docstrings for SBStream class.Johnny Chen2011-07-191-8/+47
* Move the rest of the SB headers to interface files.Johnny Chen2011-07-1914-0/+815
* Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList.Johnny Chen2011-07-194-1/+211
* Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.Johnny Chen2011-07-184-2/+313
* Missed the interface file for SBFunction in the previous checkin.Johnny Chen2011-07-181-0/+81
* Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent.Johnny Chen2011-07-183-0/+530
* Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBB...Johnny Chen2011-07-184-0/+424
* Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen2011-07-186-9/+588
* Fix header documentations.Johnny Chen2011-07-182-2/+2
* Add two new interface files SBValue.i and SBValueList.i, instead of directly ...Johnny Chen2011-07-182-0/+364
* Cleaned up the interface file for SBTarget.Johnny Chen2011-07-181-50/+0
* Have SWIG generate autodoc strings with parameter types for all SB API object...Johnny Chen2011-07-161-1/+0
* Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.hJohnny Chen2011-07-162-15/+493
* 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
OpenPOWER on IntegriCloud