summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-264-6/+57
* Added the ability to get all section contents, or the sectionGreg Clayton2011-09-243-1/+11
* SBSection supports iteration through its subsections, represented as SBSectio...Johnny Chen2011-09-243-3/+15
* Fixed build issues after recent checkin.Greg Clayton2011-09-241-0/+3
* Added missing file.Greg Clayton2011-09-241-0/+65
* Added to the public API to allow symbolication:Greg Clayton2011-09-244-5/+46
* Add an SB API SBFrame::WatchValue() and exported to the Python interface toJohnny Chen2011-09-241-0/+9
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-232-1/+7
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-213-2/+49
* Untabify and fix indentations. Tabs are bad.Johnny Chen2011-09-151-51/+51
* Adding "-n", "-p" and "-w" flags to the lldb command-line tool toJim Ingham2011-09-131-0/+6
* SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham2011-09-132-1/+4
* Added the ability to introspect types thourgh the public SBType interface.Greg Clayton2011-09-092-32/+82
* Fixed the error message:Johnny Chen2011-09-091-33/+33
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-065-2/+215
* Additional code cleanups ; Short option name for --python-script in type summ...Enrico Granata2011-08-231-2/+0
* Check the timesatmps of includees python-extensions.swig and python-wrapper.s...Johnny Chen2011-08-221-4/+17
* - Support for Python namespaces:Enrico Granata2011-08-221-206/+133
* Further fix for SWIG interoperability; making sure the Release() method of SB...Enrico Granata2011-08-201-13/+30
* Fixed some SWIG interoperability issuesEnrico Granata2011-08-191-13/+26
* Taking care of an issue with using lldb_private types in SBCommandInterpreter...Enrico Granata2011-08-191-2/+2
* First round of code cleanups:Enrico Granata2011-08-171-5/+5
* New category "gnu-libstdc++" provides summary for std::string and synthetic c...Enrico Granata2011-08-171-0/+15
* Changes to Python commands:Enrico Granata2011-08-162-4/+13
* Python commands:Enrico Granata2011-08-161-0/+140
* Update the SBAddress.i Python interface file to the latest SBAddress.h,Johnny Chen2011-08-121-0/+40
* 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
OpenPOWER on IntegriCloud