summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
Commit message (Expand)AuthorAgeFilesLines
* Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.Jim Ingham2011-12-081-0/+9
* SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen2011-11-282-0/+6
* Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look differen...Johnny Chen2011-11-281-0/+10
* <rdar://problem/10126482>Greg Clayton2011-11-132-3/+6
* <rdar://problem/9334299>Greg Clayton2011-11-101-0/+3
* Fix typo in the docstring.Johnny Chen2011-10-261-2/+2
* Add docstrings for SetCondition() and GetCondition() APIs.Johnny Chen2011-10-183-0/+31
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-0/+6
* Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen2011-10-141-3/+6
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-144-30/+17
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-133-30/+40
* Add a SBTarget::BreakpointCreateByName API that allows you to specify the nameJim Ingham2011-10-111-0/+6
* Mention SBBreakpointLocation::GetAddress in the Python .i file.Jim Ingham2011-10-071-0/+3
* Add more docstring to the Python interface file for SBSection.Johnny Chen2011-10-031-1/+22
* Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen2011-10-013-3/+13
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-3/+2
* Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...Johnny Chen2011-09-301-1/+57
* Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen2011-09-271-0/+3
* Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen2011-09-272-2/+106
* Fixed the public and internal disassembler API to be named correctly:Greg Clayton2011-09-271-2/+2
* 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-242-1/+4
* SBSection supports iteration through its subsections, represented as SBSectio...Johnny Chen2011-09-242-2/+6
* 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
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-062-1/+149
* Changes to Python commands:Enrico Granata2011-08-161-0/+7
* Update the SBAddress.i Python interface file to the latest SBAddress.h,Johnny Chen2011-08-121-0/+40
* 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
* 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
* 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
* Add cross references between the docstrings for regular SBValue iteration:Johnny Chen2011-07-251-1/+5
* 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
OpenPOWER on IntegriCloud