summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* Export the ability to see if a symbol is externally visible and also if the s...Greg Clayton2012-04-021-1/+14
* Part 1 of a series of fixes meant to improve reliability and increase ease of...Enrico Granata2012-03-291-0/+14
* adding a summary for Objective-C type 'Class'Enrico Granata2012-03-271-0/+14
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-271-28/+28
* Adding a new API call IsTypeComplete() to SBType. This call is meant to check...Enrico Granata2012-03-241-1/+6
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-5/+13
* Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...Johnny Chen2012-03-163-1/+20
* Added formatters for libc++ (http://libcxx.llvm.org):Enrico Granata2012-03-121-0/+14
* Added the ability to disassembly "count" instructions given a SBAddress. Greg Clayton2012-03-061-0/+3
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-061-0/+12
* Copying a new file required for the updated formatters to work into LLDB.fram...Enrico Granata2012-03-051-0/+14
* rdar://problem/10976649Johnny Chen2012-03-051-0/+3
* added a new formatter for CF(Mutable)BitVectorEnrico Granata2012-03-033-12/+178
* (a) adding formatters for:Enrico Granata2012-03-021-0/+14
* (a) adding an introspection formatter for NS(Mutable)IndexSetEnrico Granata2012-03-011-0/+14
* This commit:Enrico Granata2012-02-292-91/+79
* Added some missing accessors to the SBAttachInfo for user and group IDGreg Clayton2012-02-241-0/+18
* Fixed the launching code when using the new SBLaunchInfo.Greg Clayton2012-02-241-21/+2
* Added the new way we will eventually do all attaches and launches. First clientsGreg Clayton2012-02-241-0/+183
* This patch provides a set of formatters for most of the commonly used Cocoa c...Enrico Granata2012-02-231-1/+240
* typemaps to allow Python to invoke the new SBModule::GetVersion() API. Memory...Enrico Granata2012-02-231-0/+42
* Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton2012-02-221-0/+4
* Patch Enrico's changes from r150558 on 2012-02-14 to build even if PythonJason Molenda2012-02-211-0/+9
* Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham2012-02-211-0/+6
* Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata2012-02-172-0/+17
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-166-0/+24
* <rdar://problem/10062621>Enrico Granata2012-02-159-0/+624
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-082-0/+9
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-067-37/+245
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+3
* Allow a SBAddress to be created from a SBSection and an offset.Greg Clayton2012-02-043-3/+15
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-041-55/+79
* Expose more convenience functionality in the python classes.Greg Clayton2012-02-034-0/+141
* Fixed casting in the lldb::SBValue::Cast(SBType) function.Greg Clayton2012-02-031-1/+17
* Cleaned up the documentation strings for many helper objects and addedGreg Clayton2012-02-034-26/+79
* Added support to SBType for getting template arguments from a SBType:Greg Clayton2012-02-031-0/+9
* ensure that changes to the typemaps are properly detected and cause SWIG to r...Enrico Granata2012-02-021-0/+14
* When outputting hex values use unsigned integer values so we don't getGreg Clayton2012-02-021-2/+7
* Added many more python convenience accessors:Greg Clayton2012-02-0112-8/+356
* Added a new convenience property on lldb.SBThread names "frames" which always...Greg Clayton2012-02-012-26/+192
* Added a new class to the lldb python module:Greg Clayton2012-02-011-0/+184
* Added fuzz testing for when we call API calls with an invalid object.Greg Clayton2012-01-311-0/+2
* This commit provides a new default summary for Objective-C boolean variables,...Enrico Granata2012-01-311-0/+15
* 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-062-0/+172
* Add needed Clear methods.Jim Ingham2011-12-193-0/+9
* Fix Python docstring for SBThread.GetStopDescription().Johnny Chen2011-12-191-0/+4
OpenPOWER on IntegriCloud