summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBTarget.i
Commit message (Expand)AuthorAgeFilesLines
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-241-853/+0
* Fix missing interfaces to scripts/Python/interface after r229110, r231858 and...Ilia K2015-03-231-0/+18
* Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...Oleksiy Vyalov2015-02-161-99/+0
* Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham2015-02-121-0/+3
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-111/+0
* Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata2014-12-171-0/+6
* Add documentation for the SBTarget::ReadInstructions andJason Molenda2014-11-181-2/+27
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-0/+12
* Do not override the existing definition of addr_size when adding new properti...Enrico Granata2014-11-131-2/+2
* Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner2014-10-221-0/+88
* Fix for 218140 for SBTarget.i, the added functions were in the wrong class de...Carlo Kok2014-09-191-10/+11
* Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...Carlo Kok2014-09-191-0/+9
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+6
* Allow clients to control the exact path that is used to launch processes by a...Greg Clayton2014-05-071-0/+6
* lldb arm64 import.Jason Molenda2014-03-291-0/+7
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+3
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+19
* <rdar://problem/14028923>Enrico Granata2013-10-081-0/+3
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-081-0/+3
* <rdar://problem/11742979>Enrico Granata2013-05-031-0/+6
* <rdar://problem/13563628>Enrico Granata2013-04-051-1/+2
* Modified patch from Prabhat Verma to enable loading core files through the SB...Greg Clayton2013-03-251-0/+20
* Stop the "module" property from throwing an exception when the module name wa...Greg Clayton2013-03-071-6/+9
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-0/+6
* Allow the target to give out the size of the red zone for given ABIs.Greg Clayton2013-02-011-0/+3
* <rdar://problem/13021266>Enrico Granata2013-01-161-0/+15
* <rdar://problem/12928282>Greg Clayton2013-01-041-0/+2
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-1/+2
* <rdar://problem/12749733>Greg Clayton2012-12-051-0/+3
* <rdar://problem/12750060>Greg Clayton2012-12-041-0/+3
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-0/+6
* Added documentation for many of our python properties and also made the prope...Greg Clayton2012-06-291-11/+11
* rdar://problem/11584012Johnny Chen2012-06-041-1/+2
* Make every Python API __len__() method return a PyIntObject.Filipe Cabecinhas2012-05-111-1/+1
* Added the ability to specify the symbol file for a module when adding it to a...Greg Clayton2012-04-231-0/+6
* 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
OpenPOWER on IntegriCloud