summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
* Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...Greg Clayton2012-04-251-5/+17
* Ensure that lldb/runtime is not a dead point in the Python package hierarchy ...Enrico Granata2012-04-251-2/+6
* Maked LLDB into a package so we can import things without poluting the global...Greg Clayton2012-04-251-409/+100
* Added the ability to specify the symbol file for a module when adding it to a...Greg Clayton2012-04-231-0/+6
* Updated LLVM to take a variety of ARMSean Callanan2012-04-191-2/+172
* Updated LLVM to take a variety of fixes toSean Callanan2012-04-143-443/+191
* Updated llvm.zip to include a fix for a leak inSean Callanan2012-04-131-0/+60
* Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton2012-04-132-1/+7
* Fixed a crash in Clang when a superclass of anSean Callanan2012-04-111-0/+15
* Added a property to get the dynamic type which uses the most permissive way t...Greg Clayton2012-04-111-2/+8
* Export the ability to see if a symbol is externally visible and also if the s...Greg Clayton2012-04-021-1/+14
* Building llvm for multiple arches could cause problemsJason Molenda2012-04-021-1/+3
* Updated LLVM to take a comprehensive fix to theSean Callanan2012-04-013-192/+841
* Part 1 of a series of fixes meant to improve reliability and increase ease of...Enrico Granata2012-03-291-0/+14
* Updated LLVM and LLDB to fix compilation errorsSean Callanan2012-03-282-0/+48
* 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
* <rdar://problem/11022964>Sean Callanan2012-03-261-0/+73
* Adding a new API call IsTypeComplete() to SBType. This call is meant to check...Enrico Granata2012-03-241-1/+6
* Integrated LLVM revision 153218, which fixes aSean Callanan2012-03-221-0/+421
* Added a local patch to reflect an LLVM fix forSean Callanan2012-03-211-0/+119
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-5/+13
* Updated LLVM/Clang to take a patch that fixes someSean Callanan2012-03-171-0/+22
* Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...Johnny Chen2012-03-163-1/+20
* Integrated two high-value Clang fixes:Sean Callanan2012-03-162-0/+26
* Added formatters for libc++ (http://libcxx.llvm.org):Enrico Granata2012-03-121-0/+14
* Updated the revision of LLVM/Clang used by LLDB.Sean Callanan2012-03-081-2/+3
* 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
* Updated LLVM to take a new MC JIT that supportsSean Callanan2012-03-011-2/+2
* 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
* Updated LLVM to take some fixes that make theSean Callanan2012-02-231-2/+2
* 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-1510-0/+636
* Brought LLVM/Clang up to top of tree. The onlySean Callanan2012-02-091-2/+2
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-082-0/+9
OpenPOWER on IntegriCloud