Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
6701ba375fba67e4c98ad3de742c25b8a8372f76
/
scripts
/
Python
/
interface
/
SBTarget.i
3a458eb
Add "vAttachOrWait" to debugserver, so you can implement "attach to the process if it exists OR wait for it" without race conditions. Use that in lldb.
by Jim Ingham
· 13 years ago
2a94be1
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
by Greg Clayton
· 13 years ago
3f88349
rdar://problem/11584012
by Johnny Chen
· 13 years ago
3cae38b
Make every Python API __len__() method return a PyIntObject.
by Filipe Cabecinhas
· 13 years ago
f0bc815
Added the ability to specify the symbol file for a module when adding it to a target.
by Greg Clayton
· 13 years ago
a989307
Added the ability to disassembly "count" instructions given a SBAddress.
by Greg Clayton
· 13 years ago
4722b10
Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints.
by Jim Ingham
· 13 years ago
80efa5e
Added some missing accessors to the SBAttachInfo for user and group ID
by Greg Clayton
· 13 years ago
98ca1e6
Fixed the launching code when using the new SBLaunchInfo.
by Greg Clayton
· 13 years ago
0a8dcac
Added the new way we will eventually do all attaches and launches. First clients
by Greg Clayton
· 13 years ago
5a15e69
Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set.
by Jim Ingham
· 13 years ago
7dd5c51
Removed all of the "#ifndef SWIG" from the SB header files since we are using
by Greg Clayton
· 14 years ago
b6a5ba6
Cleaned up the documentation strings for many helper objects and added
by Greg Clayton
· 14 years ago
b302dff
Added many more python convenience accessors:
by Greg Clayton
· 14 years ago
9b4197b
Removed an incorrectly added property from SBTarget.i
by Greg Clayton
· 14 years ago
1b92520
Added the ability to get the target triple, byte order and address byte size
by Greg Clayton
· 14 years ago
ef1f690
I have added a function to SBTarget that allows
by Sean Callanan
· 14 years ago
96154be
<rdar://problem/10126482>
by Greg Clayton
· 14 years ago
ecd4feb
SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating
by Johnny Chen
· 14 years ago
1fa6b3d
Cleaned up the SBWatchpoint public API.
by Greg Clayton
· 14 years ago
1fb8a2d
Add a SBTarget::BreakpointCreateByName API that allows you to specify the name
by Jim Ingham
· 14 years ago
5eb54bb
Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface.
by Johnny Chen
· 14 years ago
092bd15
Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods)
by Johnny Chen
· 14 years ago
3e8c25f
Added to the public API to allow symbolication:
by Greg Clayton
· 14 years ago
03c8ee5
Add a new breakpoint type "break by source regular expression".
by Jim Ingham
· 14 years ago
cc63746
SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger
by Jim Ingham
· 14 years ago
979e20d
Public API changes:
by Enrico Granata
· 14 years ago
a395506
Make the SBAddress class easier to use when using the public API.
by Greg Clayton
· 14 years ago
c3fba81
Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.
by Johnny Chen
· 14 years ago
a37300a
Cleaned up the interface file for SBTarget.
by Johnny Chen
· 14 years ago
8717687
Have SWIG generate autodoc strings with parameter types for all SB API objects by default.
by Johnny Chen
· 14 years ago
ebd63b2
Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h
by Johnny Chen
· 14 years ago