Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
006c1d1d49bdc714d9aa4ea167cba18f6fe7a28e
/
lldb
/
scripts
/
Python
/
interface
/
SBModule.i
006c1d1
<rdar://problem/13281528>
by Greg Clayton
· 13 years ago
bcd80b4
<rdar://problem/13021266>
by Enrico Granata
· 13 years ago
b43165b
<rdar://problem/12749733>
by Greg Clayton
· 13 years ago
e14e192
<rdar://problem/12750060>
by Greg Clayton
· 13 years ago
5ef31a9
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
1a96ef8
Make every Python API __len__() method return a PyIntObject.
by Filipe Cabecinhas
· 14 years ago
1b72f09
Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API.
by Johnny Chen
· 14 years ago
c2ff931
Added the ability to get a ObjectFile versions from the ObjectFile
by Greg Clayton
· 14 years ago
5569e64
Removed all of the "#ifndef SWIG" from the SB header files since we are using
by Greg Clayton
· 14 years ago
c966054
<rdar://problem/10560053>
by Greg Clayton
· 14 years ago
819134a
Allow a SBAddress to be created from a SBSection and an offset.
by Greg Clayton
· 14 years ago
b62bb8c
Cleaned up the documentation strings for many helper objects and added
by Greg Clayton
· 14 years ago
6b2bd93
Added many more python convenience accessors:
by Greg Clayton
· 14 years ago
13d1950
Added the ability to get the target triple, byte order and address byte size
by Greg Clayton
· 14 years ago
5d3bca4
Add needed Clear methods. <rdar://problem/10596340>
by Jim Ingham
· 14 years ago
b49b7b5
Add SBFrame.WatchLocation() to find and watch the location pointed to by
by Johnny Chen
· 14 years ago
c44e20c
Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions
by Johnny Chen
· 14 years ago
5b94dc2
SBSection supports iteration through its subsections, represented as SBSection as well.
by Johnny Chen
· 14 years ago
cac9c5f
Added to the public API to allow symbolication:
by Greg Clayton
· 14 years ago
6f3533f
Public API changes:
by Enrico Granata
· 14 years ago
f74cb50
Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.
by Johnny Chen
· 14 years ago