aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
AgeCommit message (Expand)AuthorFilesLines
2011-08-19Taking care of an issue with using lldb_private types in SBCommandInterpreter...Enrico Granata1-2/+2
2011-08-17First round of code cleanups:Enrico Granata1-5/+5
2011-08-17New category "gnu-libstdc++" provides summary for std::string and synthetic c...Enrico Granata1-0/+15
2011-08-16Changes to Python commands:Enrico Granata2-4/+13
2011-08-16Python commands:Enrico Granata1-0/+140
2011-08-12Update the SBAddress.i Python interface file to the latest SBAddress.h,Johnny Chen1-0/+40
2011-08-11Fixed an issue where LLDB was complaining about the lack of 'update' in a syn...Enrico Granata1-0/+15
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-05On second thought, add the IsValid() method to SBTypeList, making it similar ...Johnny Chen1-0/+3
2011-08-05Add SBType.GetBasicType() to the test scenario.Johnny Chen1-0/+73
2011-08-05Add docstring & example usage for SBTypeList.Johnny Chen1-0/+31
2011-08-05Fix indentation and remove the private section of SBTypeList.Johnny Chen1-58/+54
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-08-04APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata1-1/+7
2011-08-03Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2-33/+7
2011-07-29Public API changes:Enrico Granata4-86/+100
2011-07-27The SBValue.linked_list_iter() API failed for an empty list.Johnny Chen1-3/+1
2011-07-27Add docstrings and cross refs to SBCompileUnit and SBLineEntry.Johnny Chen2-3/+33
2011-07-27Add cross reference to SBThread from the SBFrame docstring. Also add a simpl...Johnny Chen1-1/+7
2011-07-27Add deprecation docstrings for some APIs which take an SBFrame - SBValues kno...Johnny Chen1-7/+18
2011-07-26Fix indentation and add a docstring for the ctor.Johnny Chen1-4/+6
2011-07-26adding required utility function to SWIG interfaceEnrico Granata1-0/+43
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-26lldb.swig (the SWIG input file) has become too large. Modularize a bit by in...Johnny Chen2-0/+637
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 Chen2-6/+16
2011-07-25Provide an add-on API to SBValue class by post-processing to provide a wayJohnny Chen1-0/+61
2011-07-22Make the SBAddress class easier to use when using the publicGreg Clayton2-3/+9
2011-07-21Change docstring wording: from 'method' to 'function'.Johnny Chen1-1/+1
2011-07-21Add docstring for SBInstructionList class.Johnny Chen1-0/+14
2011-07-21Add docstring for SBCommandReturnObject class.Johnny Chen1-0/+7
2011-07-20Add docstring for SBCommandInterpreter class.Johnny Chen1-0/+44
2011-07-20Add docstring for SBBroadcaster class.Johnny Chen1-0/+11
2011-07-20Add some docstrings for SBFileSpec class.Johnny Chen1-0/+21
2011-07-20Add some docstrings for SBError class.Johnny Chen1-0/+47
2011-07-19Add some docstrings for SBSourceManager class.Johnny Chen1-0/+26
2011-07-19Add some docstrings for SBStream class.Johnny Chen1-8/+47
2011-07-19Move the rest of the SB headers to interface files.Johnny Chen14-0/+815
2011-07-19Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList.Johnny Chen4-1/+211
2011-07-18Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.Johnny Chen4-2/+313
2011-07-18Missed the interface file for SBFunction in the previous checkin.Johnny Chen1-0/+81
2011-07-18Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent.Johnny Chen3-0/+530
2011-07-18Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBB...Johnny Chen4-0/+424
2011-07-18Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen6-9/+588
2011-07-18Fix header documentations.Johnny Chen2-2/+2
2011-07-18Add two new interface files SBValue.i and SBValueList.i, instead of directly ...Johnny Chen2-0/+364
2011-07-18Cleaned up the interface file for SBTarget.Johnny Chen1-50/+0