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
/
test
/
python_api
/
lldbutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (...
Andrew Kaylor
2012-12-13
1
-0
/
+1
*
Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi...
Andrew Kaylor
2012-12-12
1
-0
/
+1
*
Patch from Dan Malea daniel.malea@gmail.com to add some required
Jason Molenda
2012-11-08
2
-0
/
+4
*
Added a new Host class: ReadWriteLock
Greg Clayton
2012-04-05
1
-0
/
+3
*
Make the assignment of TestBase.mydir more portable.
Johnny Chen
2011-09-27
3
-3
/
+3
*
Cleaned up the SBType.h file to not include internal headers and reorganized
Greg Clayton
2011-08-03
1
-3
/
+3
*
Add a @benchmarks_test decorator for test method we want to categorize as ben...
Johnny Chen
2011-07-30
4
-0
/
+6
*
Minor change of variable name, from m to b (for breakpoint).
Johnny Chen
2011-07-14
1
-2
/
+2
*
Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...
Johnny Chen
2011-07-11
3
-12
/
+8
*
o lldbutil.py:
Johnny Chen
2011-06-16
2
-4
/
+5
*
The extra burden for the Python API test case to assign its process object to...
Johnny Chen
2011-06-15
4
-17
/
+17
*
Simplify test setup; there's no need to pass a customized dictionary here.
Johnny Chen
2011-05-26
1
-1
/
+1
*
Add truth value testing to those lldb Python objects with the IsValid() metho...
Johnny Chen
2011-05-17
4
-23
/
+23
*
Add implementation of built-in function len() for those lldb containers with
Johnny Chen
2011-05-16
1
-11
/
+31
*
Renamed the test cases more properly to test_lldb_iter_module/breakpoint/farme.
Johnny Chen
2011-05-16
1
-9
/
+9
*
Add two utility functions:
Johnny Chen
2011-05-12
10
-4
/
+253
*
Add a utility function get_registers(frame, kind) to get the registers of a g...
Johnny Chen
2011-05-10
1
-0
/
+72
*
Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te...
Johnny Chen
2011-05-02
1
-2
/
+2
*
Add the Python rich comparison methods for SBBreakpoint, where GetID() returns
Johnny Chen
2011-04-29
1
-1
/
+1
*
Modify the test suite and lldbutil.py to utilize the Python iteration pattern...
Johnny Chen
2011-04-28
1
-2
/
+1
*
Move the iteration protocol of lldb objects to the auto-generated lldb Python...
Johnny Chen
2011-04-28
1
-13
/
+13
*
Add a utility function smart_iter() which has knowledge of the getsize and th...
Johnny Chen
2011-04-27
1
-2
/
+37
*
Use new string formatting operations in assert messages to simplify things.
Johnny Chen
2011-04-27
1
-2
/
+2
*
Add another test case for lldb_iter(), this time using SBTarget to get at its...
Johnny Chen
2011-04-27
2
-8
/
+43
*
Change the rest of lldbutil.py's function names to all lower case formats to ...
Johnny Chen
2011-04-27
1
-1
/
+1
*
Add a test case for lldbutil.lldb_iter() which returns an iterator object
Johnny Chen
2011-04-26
1
-0
/
+64
*
For lldbutil.py, Change a bunch of function names to all lower case formats t...
Johnny Chen
2011-04-25
1
-1
/
+1
*
Rename test/threads to python_api/lldbutil; it uses lldbutil functions to pri...
Johnny Chen
2011-04-19
3
-0
/
+191