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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add post-processing step to transform the docstring from 'char', i.e., 'char ...
Johnny Chen
2011-07-06
1
-0
/
+24
*
Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings
Johnny Chen
2011-07-03
1
-16
/
+41
*
Add swig docstrings for SBFrame.h.
Johnny Chen
2011-07-03
1
-2
/
+3
*
Refine the post-processing phase of lldb.py to remove some more doxygen/c++-c...
Johnny Chen
2011-07-02
1
-1
/
+11
*
Add some documentation blocks to SBTarget.h and use swig docstring feature to
Johnny Chen
2011-07-01
1
-0
/
+16
*
Generalise pattern for matching IsValid signature
Peter Collingbourne
2011-06-14
1
-1
/
+1
*
Add rich comparison methods for the SBAddress object.
Johnny Chen
2011-06-09
1
-1
/
+2
*
Make it clear that the Python script modify-python-lldb.py is responsible for...
Johnny Chen
2011-06-01
1
-0
/
+8
*
Fix comment.
Johnny Chen
2011-06-01
1
-1
/
+1
*
Fix remaining Python issues leftover from my previous patch.
Charles Davis
2011-06-01
1
-3
/
+7
*
Use the with statement to simplify the build script.
Johnny Chen
2011-05-27
1
-42
/
+20
*
Added comment.
Johnny Chen
2011-05-24
1
-0
/
+1
*
Comment change.
Johnny Chen
2011-05-24
1
-1
/
+1
*
Fix a potential bug resulting from the wrong assumption that SWIG puts out th...
Johnny Chen
2011-05-24
1
-8
/
+8
*
Update comment.
Johnny Chen
2011-05-24
1
-1
/
+2
*
Add truth value testing to those lldb Python objects with the IsValid() metho...
Johnny Chen
2011-05-17
1
-5
/
+33
*
Add implementation of built-in function len() for those lldb containers with
Johnny Chen
2011-05-16
1
-1
/
+7
*
Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te...
Johnny Chen
2011-05-02
1
-4
/
+23
*
Fix a typo in comment.
Johnny Chen
2011-05-02
1
-1
/
+1
*
Update comments.
Johnny Chen
2011-04-29
2
-3
/
+3
*
Fix a bug introduced in my previous checkin, where the state was not properly
Johnny Chen
2011-04-29
1
-2
/
+3
*
Add the Python rich comparison methods for SBBreakpoint, where GetID() returns
Johnny Chen
2011-04-29
1
-10
/
+26
*
Fix a typo.
Johnny Chen
2011-04-28
1
-1
/
+1
*
Move the iteration protocol of lldb objects to the auto-generated lldb Python...
Johnny Chen
2011-04-28
3
-26
/
+124
*
Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,
Johnny Chen
2011-04-25
1
-1
/
+1
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
Look for swig in /usr/bin and /usr/local/bin.
Jim Ingham
2011-03-01
1
-1
/
+2
*
Remove references to particular Python version (use the system default
Caroline Tice
2010-10-28
2
-17
/
+41
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
2
-2
/
+20
*
Add header files that were added to lldb.swig to the build
Caroline Tice
2010-10-18
1
-0
/
+5
*
Wrap the file writing operations inside a with statement to simplify code.
Johnny Chen
2010-10-14
1
-11
/
+3
*
Change the call within lldb.py to 'SBDebugger.Initialize()' from 'lldb.SBDebu...
Johnny Chen
2010-10-14
1
-1
/
+4
*
Fix some memory leaks.
Caroline Tice
2010-10-12
1
-0
/
+1
*
Cleaned up the SWIG stuff so all includes happen as they should, no pulling
Greg Clayton
2010-10-07
2
-3
/
+7
*
Added the ability to get the disassembly instructions from the function and
Greg Clayton
2010-10-06
2
-0
/
+16
*
Remove all the __repr__ methods from the API/*.h files, and put them
Caroline Tice
2010-09-22
1
-0
/
+135
*
Remove SBCommandContext which was not needed or doing anything.
Caroline Tice
2010-09-22
1
-2
/
+3
*
o Exposed SBFileSpec to the Python APIs in lldb.py.
Johnny Chen
2010-08-27
1
-0
/
+1
*
o Added a test case for array_types which uses the Python APIs from lldb.py,
Johnny Chen
2010-08-26
1
-2
/
+16
*
Add a unique ID to each debugger instance.
Caroline Tice
2010-06-30
2
-0
/
+34
*
Parameterize the shell scripts for creating and copying the python and
Caroline Tice
2010-06-16
2
-70
/
+196
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
3
-0
/
+230
[prev]