summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface
AgeCommit message (Expand)Author
2012-08-25Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas
2012-08-20A baton isn't needed to dispatch input.Filipe Cabecinhas
2012-07-31<rdar://problem/11275622>Greg Clayton
2012-07-27Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham
2012-07-20Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham
2012-07-13Add accessors on process to get & set the selected thread by IndexID (useful ...Jim Ingham
2012-06-29Added documentation for many of our python properties and also made the prope...Greg Clayton
2012-06-27Added the ability to read the dSYM plist file with source remappings even whe...Greg Clayton
2012-06-27Modify the ranges_access() helper function to be able to lookup the address r...Greg Clayton
2012-06-27Fixed the get_process_thread_list function to correctly return a list of all ...Greg Clayton
2012-06-27Make a way to set the result status for Python defined commands, and don't ov...Jim Ingham
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2012-06-04rdar://problem/11584012Johnny Chen
2012-05-23Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...Johnny Chen
2012-05-16Add GetID to the .i file.Jim Ingham
2012-05-11Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham
2012-05-11Make every Python API __len__() method return a PyIntObject.Filipe Cabecinhas
2012-05-08Print out a notification when the process of a target other than the currentl...Jim Ingham
2012-05-08<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata
2012-05-08<rdar://problem/11358639>Greg Clayton
2012-04-23Added the ability to specify the symbol file for a module when adding it to a...Greg Clayton
2012-04-13Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton
2012-04-11Added a property to get the dynamic type which uses the most permissive way t...Greg Clayton
2012-04-02Export the ability to see if a symbol is externally visible and also if the s...Greg Clayton
2012-03-27Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata
2012-03-24Adding a new API call IsTypeComplete() to SBType. This call is meant to check...Enrico Granata
2012-03-16Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...Johnny Chen
2012-03-06Added the ability to disassembly "count" instructions given a SBAddress. Greg Clayton
2012-03-06Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham
2012-03-05rdar://problem/10976649Johnny Chen
2012-03-03added a new formatter for CF(Mutable)BitVectorEnrico Granata
2012-02-24Added some missing accessors to the SBAttachInfo for user and group IDGreg Clayton
2012-02-24Fixed the launching code when using the new SBLaunchInfo.Greg Clayton
2012-02-24Added the new way we will eventually do all attaches and launches. First clientsGreg Clayton
2012-02-22Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton
2012-02-21Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham
2012-02-17Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham
2012-02-15<rdar://problem/10062621>Enrico Granata
2012-02-08Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2012-02-05<rdar://problem/10560053>Greg Clayton
2012-02-04Allow a SBAddress to be created from a SBSection and an offset.Greg Clayton
2012-02-03Expose more convenience functionality in the python classes.Greg Clayton
2012-02-03Fixed casting in the lldb::SBValue::Cast(SBType) function.Greg Clayton
2012-02-03Cleaned up the documentation strings for many helper objects and addedGreg Clayton
2012-02-03Added support to SBType for getting template arguments from a SBType:Greg Clayton
2012-02-01Added many more python convenience accessors:Greg Clayton
2012-02-01Added a new convenience property on lldb.SBThread names "frames" which always...Greg Clayton
2012-01-31Added fuzz testing for when we call API calls with an invalid object.Greg Clayton