index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
scripts
/
Python
/
interface
/
SBModule.i
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start to share SWIG interface files between languages.
Bruce Mitchener
2015-04-24
1
-530
/
+0
*
Fix missing interfaces to scripts/Python/interface after r229110, r231858 and...
Ilia K
2015-03-23
1
-0
/
+6
*
Added the ability to get the type that a typedef points to via:
Greg Clayton
2014-01-23
1
-0
/
+3
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-0
/
+6
*
Added a way to extract the module specifications from a file. A module specif...
Greg Clayton
2013-07-08
1
-1
/
+3
*
Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...
Greg Clayton
2013-06-18
1
-0
/
+19
*
<rdar://problem/11742979>
Enrico Granata
2013-05-03
1
-0
/
+6
*
Added new properties to lldb.SBModule classes:
Greg Clayton
2013-03-07
1
-3
/
+61
*
<rdar://problem/13281528>
Greg Clayton
2013-02-25
1
-4
/
+4
*
<rdar://problem/13021266>
Enrico Granata
2013-01-16
1
-0
/
+18
*
<rdar://problem/12749733>
Greg Clayton
2012-12-05
1
-0
/
+2
*
<rdar://problem/12750060>
Greg Clayton
2012-12-04
1
-3
/
+13
*
Added documentation for many of our python properties and also made the prope...
Greg Clayton
2012-06-29
1
-12
/
+12
*
Make every Python API __len__() method return a PyIntObject.
Filipe Cabecinhas
2012-05-11
1
-2
/
+2
*
Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...
Johnny Chen
2012-03-16
1
-0
/
+6
*
Added the ability to get a ObjectFile versions from the ObjectFile
Greg Clayton
2012-02-22
1
-0
/
+4
*
Removed all of the "#ifndef SWIG" from the SB header files since we are using
Greg Clayton
2012-02-06
1
-12
/
+3
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+3
*
Allow a SBAddress to be created from a SBSection and an offset.
Greg Clayton
2012-02-04
1
-3
/
+1
*
Cleaned up the documentation strings for many helper objects and added
Greg Clayton
2012-02-03
1
-10
/
+63
*
Added many more python convenience accessors:
Greg Clayton
2012-02-01
1
-3
/
+70
*
Added the ability to get the target triple, byte order and address byte size
Greg Clayton
2012-01-29
1
-0
/
+37
*
Add needed Clear methods.
Jim Ingham
2011-12-19
1
-0
/
+3
*
Add SBFrame.WatchLocation() to find and watch the location pointed to by
Johnny Chen
2011-10-01
1
-1
/
+1
*
Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...
Johnny Chen
2011-09-30
1
-1
/
+57
*
SBSection supports iteration through its subsections, represented as SBSectio...
Johnny Chen
2011-09-24
1
-1
/
+2
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-3
/
+12
*
Public API changes:
Enrico Granata
2011-07-29
1
-0
/
+7
*
Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.
Johnny Chen
2011-07-18
1
-0
/
+165