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
/
python-extensions.swig
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a (Python only) lldb.SBSyntheticValueProvider class to our API surface
Enrico Granata
2014-10-08
1
-0
/
+24
*
Add support for inspecting enum members.
Todd Fiala
2014-06-02
1
-0
/
+14
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-9
/
+0
*
Added a way to extract the module specifications from a file. A module specif...
Greg Clayton
2013-07-08
1
-0
/
+31
*
Implemented a types.py module that allows types to be inspected for padding.
Greg Clayton
2013-06-19
1
-2
/
+2
*
Added a new decorator function in the "lldb" module that can register a comma...
Greg Clayton
2013-06-19
1
-0
/
+20
*
<rdar://problem/11742979>
Enrico Granata
2013-05-03
1
-0
/
+211
*
Fixed SBValueList to have a __str__ function like all other SB classes. Previ...
Greg Clayton
2013-04-11
1
-2
/
+3
*
<rdar://problem/13434476>
Enrico Granata
2013-03-25
1
-4
/
+31
*
- Masking out SBCommandReturnObject::Printf() from the Python layer because S...
Enrico Granata
2013-03-25
1
-0
/
+20
*
<rdar://problem/13312903>
Enrico Granata
2013-03-23
1
-0
/
+7
*
<rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...
Enrico Granata
2012-10-10
1
-0
/
+14
*
Silly me! There was a closing ) missing from one of the lines - and Python co...
Enrico Granata
2012-10-08
1
-1
/
+1
*
Retrying to apply Vishal's patch - hopefully this time it won't break Jason's...
Enrico Granata
2012-10-08
1
-12
/
+20
*
Revert Vishal's patch that Enrico commited, at least for the weekend. With i...
Jason Molenda
2012-10-06
1
-20
/
+11
*
patch from Vishal Patel to improve our lldb.value wrapper
Enrico Granata
2012-10-06
1
-11
/
+20
*
<rdar://problem/12442990> Fix the implementation of lldb.value.__eq__
Enrico Granata
2012-10-05
1
-1
/
+9
*
Added SBDebugger's log callbacks to Python-land
Filipe Cabecinhas
2012-08-25
1
-1
/
+9
*
Added a typemap and wrappers for SBInputReader callbacks
Filipe Cabecinhas
2012-08-22
1
-1
/
+10
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
1
-0
/
+84
*
Removed all of the "#ifndef SWIG" from the SB header files since we are using
Greg Clayton
2012-02-06
1
-0
/
+21
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-55
/
+79
*
Expose more convenience functionality in the python classes.
Greg Clayton
2012-02-03
1
-0
/
+22
*
When outputting hex values use unsigned integer values so we don't get
Greg Clayton
2012-02-02
1
-2
/
+7
*
Added a new convenience property on lldb.SBThread names "frames" which always...
Greg Clayton
2012-02-01
1
-26
/
+182
*
Added a new class to the lldb python module:
Greg Clayton
2012-02-01
1
-0
/
+184
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-0
/
+14
*
Cleaned up the SBWatchpoint public API.
Greg Clayton
2011-10-13
1
-2
/
+2
*
Export the watchpoint related API (SBWatchpointLocation class and added SBTar...
Johnny Chen
2011-09-27
1
-0
/
+7
*
Added the ability to get all section contents, or the section
Greg Clayton
2011-09-24
1
-0
/
+7
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-0
/
+7
*
Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,
Johnny Chen
2011-04-25
1
-1
/
+1
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-2
/
+2
*
Cleaned up the SWIG stuff so all includes happen as they should, no pulling
Greg Clayton
2010-10-07
1
-1
/
+1
*
Added the ability to get the disassembly instructions from the function and
Greg Clayton
2010-10-06
1
-0
/
+14
*
Remove all the __repr__ methods from the API/*.h files, and put them
Caroline Tice
2010-09-22
1
-0
/
+135