summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
Commit message (Expand)AuthorAgeFilesLines
* Added GetCanonicalType() to SBType:Greg Clayton2012-12-081-0/+3
* <rdar://problem/12749733>Greg Clayton2012-12-052-0/+5
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
* <rdar://problem/12750060>Greg Clayton2012-12-042-3/+16
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-1/+5
* Added the ability to get function return and argument types to SBType():Greg Clayton2012-10-301-1/+13
* Add API to get the process plugin name & short name.Jim Ingham2012-10-261-0/+6
* <rdar://problem/12493007>Greg Clayton2012-10-231-0/+3
* <rdar://problem/12437442>Enrico Granata2012-10-221-0/+15
* API cleanup.Greg Clayton2012-10-161-42/+19
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-163-0/+110
* Removing the two extra GetXSize(bool) calls since we do not desire to support...Enrico Granata2012-10-161-6/+0
* <rdar://problem/12446320> Fixing an issue with our Driver where setting an im...Enrico Granata2012-10-161-3/+15
* <rdar://problem/12490588>Greg Clayton2012-10-131-0/+3
* <rdar://problem/12490558>Greg Clayton2012-10-121-1/+1
* <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata2012-10-102-0/+65
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-0/+12
* Fix a build warning and a dangerous possible crasher.Greg Clayton2012-10-081-1/+1
* <rdar://problem/12200505> Fixing a logical error in SBProcess, where the get_...Enrico Granata2012-10-081-2/+3
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-051-0/+6
* <rdar://problem/12099999> renaming SBStream::Printf to Print in the scripting...Enrico Granata2012-10-041-3/+9
* Implementing plugins that provide commands.Enrico Granata2012-09-282-0/+6
* Add an API to figure out whether a breakpoint is internal or not.Jim Ingham2012-09-251-0/+3
* Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham2012-09-141-1/+1
* Start at getting "thread return" working. Doesn't work yet.Jim Ingham2012-09-121-0/+3
* 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
OpenPOWER on IntegriCloud