summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBTarget.i
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-0/+3
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-13/+4
* Cleaned up the documentation strings for many helper objects and addedGreg Clayton2012-02-031-2/+2
* Added many more python convenience accessors:Greg Clayton2012-02-011-0/+67
* 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-291-0/+42
* I have added a function to SBTarget that allowsSean Callanan2011-12-141-1/+4
* <rdar://problem/10126482>Greg Clayton2011-11-131-1/+1
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-5/+4
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-131-18/+22
* Add a SBTarget::BreakpointCreateByName API that allows you to specify the nameJim Ingham2011-10-111-0/+6
* Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen2011-09-271-0/+3
* Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen2011-09-271-2/+35
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-0/+25
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-0/+3
* SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham2011-09-131-0/+3
* Public API changes:Enrico Granata2011-07-291-0/+6
* Make the SBAddress class easier to use when using the publicGreg Clayton2011-07-221-3/+2
* Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen2011-07-181-3/+2
* Cleaned up the interface file for SBTarget.Johnny Chen2011-07-181-50/+0
* Have SWIG generate autodoc strings with parameter types for all SB API object...Johnny Chen2011-07-161-1/+0
* Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.hJohnny Chen2011-07-161-0/+449
OpenPOWER on IntegriCloud