aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Added some missing accessors to the SBAttachInfo for user and group IDGreg Clayton1-0/+18
2012-02-24Fixed the launching code when using the new SBLaunchInfo.Greg Clayton1-21/+2
2012-02-24Added the new way we will eventually do all attaches and launches. First clientsGreg Clayton1-0/+183
2012-02-22Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton1-0/+4
2012-02-21Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham1-0/+6
2012-02-17Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata2-0/+17
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham6-0/+24
2012-02-15<rdar://problem/10062621>Enrico Granata7-0/+528
2012-02-08Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2-0/+9
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton6-37/+224
2012-02-05<rdar://problem/10560053>Greg Clayton1-0/+3
2012-02-04Allow a SBAddress to be created from a SBSection and an offset.Greg Clayton3-3/+15
2012-02-03Expose more convenience functionality in the python classes.Greg Clayton3-0/+119
2012-02-03Fixed casting in the lldb::SBValue::Cast(SBType) function.Greg Clayton1-1/+17
2012-02-03Cleaned up the documentation strings for many helper objects and addedGreg Clayton4-26/+79
2012-02-03Added support to SBType for getting template arguments from a SBType:Greg Clayton1-0/+9
2012-02-01Added many more python convenience accessors:Greg Clayton12-8/+356
2012-02-01Added a new convenience property on lldb.SBThread names "frames" which always...Greg Clayton1-0/+10
2012-01-31Added fuzz testing for when we call API calls with an invalid object.Greg Clayton1-0/+2
2012-01-29Removed an incorrectly added property from SBTarget.iGreg Clayton1-3/+0
2012-01-29Added the ability to get the target triple, byte order and address byte sizeGreg Clayton16-0/+455
2012-01-27<rdar://problem/10750012>Greg Clayton1-8/+0
2012-01-07Patch from Enrico Granata that moves SBData related functions into the SBDataGreg Clayton2-21/+46
2012-01-06http://llvm.org/bugs/show_bug.cgi?id=11619Johnny Chen1-0/+19
2011-12-19Add needed Clear methods.Jim Ingham3-0/+9
2011-12-19Fix Python docstring for SBThread.GetStopDescription().Johnny Chen1-0/+4
2011-12-17Fixed code rot pointed out by Jim.Johnny Chen1-1/+1
2011-12-17Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham1-0/+3
2011-12-15Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ...Johnny Chen1-1/+1
2011-12-15<rdar://problem/10584789>Greg Clayton1-0/+3
2011-12-15Expose new read memory fucntion through python in SBProcess:Greg Clayton1-0/+51
2011-12-14I have added a function to SBTarget that allowsSean Callanan1-1/+4
2011-12-08Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.Jim Ingham1-0/+9
2011-11-28SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen2-0/+6
2011-11-28Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look differen...Johnny Chen1-0/+10
2011-11-13<rdar://problem/10126482>Greg Clayton2-3/+6
2011-11-10<rdar://problem/9334299>Greg Clayton1-0/+3
2011-10-26Fix typo in the docstring.Johnny Chen1-2/+2
2011-10-18Add docstrings for SetCondition() and GetCondition() APIs.Johnny Chen3-0/+31
2011-10-17Add a commnad to set a condition for a watchpoint. Example:Johnny Chen1-0/+6
2011-10-14Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen1-3/+6
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen4-30/+17
2011-10-13Cleaned up the SBWatchpoint public API.Greg Clayton3-30/+40
2011-10-11Add a SBTarget::BreakpointCreateByName API that allows you to specify the nameJim Ingham1-0/+6
2011-10-07Mention SBBreakpointLocation::GetAddress in the Python .i file.Jim Ingham1-0/+3
2011-10-03Add more docstring to the Python interface file for SBSection.Johnny Chen1-1/+22
2011-10-01Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen3-3/+13
2011-10-01Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton1-3/+2
2011-09-30Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...Johnny Chen1-1/+57
2011-09-27Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen1-0/+3