Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
d49b8e7b75e889e38a01aefba5bfaf4eca8ec64d
/
scripts
/
Python
/
interface
/
SBLineEntry.i
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
b302dff
Added many more python convenience accessors:
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
23b8abb
Added more functionality to the public API to allow for better
by Greg Clayton
· 14 years ago
19334f4
Add docstrings and cross refs to SBCompileUnit and SBLineEntry.
by Johnny Chen
· 14 years ago
fb35e2a
Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.
by Johnny Chen
· 14 years ago