summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
Commit message (Expand)AuthorAgeFilesLines
...
* Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas2012-08-251-0/+6
* A baton isn't needed to dispatch input.Filipe Cabecinhas2012-08-201-1/+1
* <rdar://problem/11275622>Greg Clayton2012-07-311-1/+86
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-0/+3
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-0/+6
* Add accessors on process to get & set the selected thread by IndexID (useful ...Jim Ingham2012-07-132-0/+27
* Added documentation for many of our python properties and also made the prope...Greg Clayton2012-06-2927-238/+239
* Added the ability to read the dSYM plist file with source remappings even whe...Greg Clayton2012-06-271-0/+3
* Modify the ranges_access() helper function to be able to lookup the address r...Greg Clayton2012-06-271-0/+4
* Fixed the get_process_thread_list function to correctly return a list of all ...Greg Clayton2012-06-271-1/+1
* Make a way to set the result status for Python defined commands, and don't ov...Jim Ingham2012-06-271-0/+3
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-0/+3
* rdar://problem/11584012Johnny Chen2012-06-043-6/+4
* Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...Johnny Chen2012-05-231-0/+3
* Add GetID to the .i file.Jim Ingham2012-05-161-0/+3
* Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham2012-05-111-0/+3
* Make every Python API __len__() method return a PyIntObject.Filipe Cabecinhas2012-05-119-11/+12
* Print out a notification when the process of a target other than the currentl...Jim Ingham2012-05-081-0/+3
* <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata2012-05-081-0/+3
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+1
* Added the ability to specify the symbol file for a module when adding it to a...Greg Clayton2012-04-231-0/+6
* Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton2012-04-132-1/+7
* 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
* 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
* Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...Johnny Chen2012-03-162-0/+15
* 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
* rdar://problem/10976649Johnny Chen2012-03-051-0/+3
* added a new formatter for CF(Mutable)BitVectorEnrico Granata2012-03-032-12/+164
* 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
* Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton2012-02-221-0/+4
* 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-157-0/+528
* 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-066-37/+224
* <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
* Expose more convenience functionality in the python classes.Greg Clayton2012-02-033-0/+119
* 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
* 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-011-0/+10
* Added fuzz testing for when we call API calls with an invalid object.Greg Clayton2012-01-311-0/+2
OpenPOWER on IntegriCloud