summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
Commit message (Expand)AuthorAgeFilesLines
...
* Removed an incorrectly added property from SBTarget.iGreg Clayton2012-01-291-3/+0
* Added the ability to get the target triple, byte order and address byte sizeGreg Clayton2012-01-2916-0/+455
* <rdar://problem/10750012>Greg Clayton2012-01-271-8/+0
* Patch from Enrico Granata that moves SBData related functions into the SBDataGreg Clayton2012-01-072-21/+46
* http://llvm.org/bugs/show_bug.cgi?id=11619Johnny Chen2012-01-061-0/+19
* Add needed Clear methods.Jim Ingham2011-12-193-0/+9
* Fix Python docstring for SBThread.GetStopDescription().Johnny Chen2011-12-191-0/+4
* Fixed code rot pointed out by Jim.Johnny Chen2011-12-171-1/+1
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-0/+3
* Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ...Johnny Chen2011-12-151-1/+1
* <rdar://problem/10584789>Greg Clayton2011-12-151-0/+3
* Expose new read memory fucntion through python in SBProcess:Greg Clayton2011-12-151-0/+51
* I have added a function to SBTarget that allowsSean Callanan2011-12-141-1/+4
* 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
OpenPOWER on IntegriCloud