aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBTarget.i
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Start to share SWIG interface files between languages.Bruce Mitchener1-853/+0
2015-03-23Fix missing interfaces to scripts/Python/interface after r229110, r231858 and...Ilia K1-0/+18
2015-02-16Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...Oleksiy Vyalov1-99/+0
2015-02-12Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham1-0/+3
2015-02-04Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov1-111/+0
2014-12-17Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata1-0/+6
2014-11-18Add documentation for the SBTarget::ReadInstructions andJason Molenda1-2/+27
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton1-0/+12
2014-11-13Do not override the existing definition of addr_size when adding new properti...Enrico Granata1-2/+2
2014-10-22Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner1-0/+88
2014-09-19Fix for 218140 for SBTarget.i, the added functions were in the wrong class de...Carlo Kok1-10/+11
2014-09-19Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...Carlo Kok1-0/+9
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham1-0/+6
2014-05-07Allow clients to control the exact path that is used to launch processes by a...Greg Clayton1-0/+6
2014-03-29lldb arm64 import.Jason Molenda1-0/+7
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton1-0/+3
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-0/+19
2013-10-08<rdar://problem/14028923>Enrico Granata1-0/+3
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton1-0/+3
2013-05-03<rdar://problem/11742979>Enrico Granata1-0/+6
2013-04-05<rdar://problem/13563628>Enrico Granata1-1/+2
2013-03-25Modified patch from Prabhat Verma to enable loading core files through the SB...Greg Clayton1-0/+20
2013-03-07Stop the "module" property from throwing an exception when the module name wa...Greg Clayton1-6/+9
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham1-0/+6
2013-02-01Allow the target to give out the size of the red zone for given ABIs.Greg Clayton1-0/+3
2013-01-16<rdar://problem/13021266>Enrico Granata1-0/+15
2013-01-04<rdar://problem/12928282>Greg Clayton1-0/+2
2012-12-18Adding events when watchpoints are set or changed.Jim Ingham1-1/+2
2012-12-05<rdar://problem/12749733>Greg Clayton1-0/+3
2012-12-04<rdar://problem/12750060>Greg Clayton1-0/+3
2012-07-20Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham1-0/+6
2012-06-29Added documentation for many of our python properties and also made the prope...Greg Clayton1-11/+11
2012-06-04rdar://problem/11584012Johnny Chen1-1/+2
2012-05-11Make every Python API __len__() method return a PyIntObject.Filipe Cabecinhas1-1/+1
2012-04-23Added the ability to specify the symbol file for a module when adding it to a...Greg Clayton1-0/+6
2012-03-06Added the ability to disassembly "count" instructions given a SBAddress. Greg Clayton1-0/+3
2012-03-06Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham1-0/+12
2012-02-24Added some missing accessors to the SBAttachInfo for user and group IDGreg Clayton1-0/+18
2012-02-24Fixed the launching code when using the new SBLaunchInfo.Greg Clayton1-21/+2
2012-02-24Added the new way we will eventually do all attaches and launches. First clientsGreg Clayton1-0/+183
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham1-0/+3
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton1-13/+4
2012-02-03Cleaned up the documentation strings for many helper objects and addedGreg Clayton1-2/+2
2012-02-01Added many more python convenience accessors:Greg Clayton1-0/+67
2012-01-29Removed an incorrectly added property from SBTarget.iGreg Clayton1-3/+0
2012-01-29Added the ability to get the target triple, byte order and address byte sizeGreg Clayton1-0/+42
2011-12-14I have added a function to SBTarget that allowsSean Callanan1-1/+4
2011-11-13<rdar://problem/10126482>Greg Clayton1-1/+1
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen1-5/+4
2011-10-13Cleaned up the SBWatchpoint public API.Greg Clayton1-18/+22