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
/
class_types
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some directories to now reside under lang/c or lang/cpp.
Johnny Chen
2011-06-25
5
-456
/
+0
*
The extra burden for the Python API test case to assign its process object to...
Johnny Chen
2011-06-15
1
-6
/
+6
*
Removed unneeded method breakAfterLaunch() from the TestBase class to simplif...
Johnny Chen
2011-06-13
1
-1
/
+0
*
Revert previous changes.
Greg Clayton
2011-05-30
1
-11
/
+3
*
lldb-59.
Greg Clayton
2011-05-30
1
-3
/
+11
*
Now that we have added a post-processing step for adding truth value testing to
Johnny Chen
2011-05-24
2
-5
/
+5
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
1
-3
/
+3
*
Modify the test suite and lldbutil.py to utilize the Python iteration pattern...
Johnny Chen
2011-04-28
1
-3
/
+2
*
Change the rest of lldbutil.py's function names to all lower case formats to ...
Johnny Chen
2011-04-27
1
-3
/
+3
*
For lldbutil.py, Change a bunch of function names to all lower case formats t...
Johnny Chen
2011-04-25
1
-2
/
+2
*
Fix a typo.
Johnny Chen
2011-04-22
1
-1
/
+1
*
Use self.TraceOn() API.
Johnny Chen
2011-04-21
1
-2
/
+3
*
Use self.TraceOn() API.
Johnny Chen
2011-04-20
1
-2
/
+6
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
2
-3
/
+3
*
Change "breakpoint list" command to default to brief output rather than full ...
Caroline Tice
2011-02-04
1
-2
/
+2
*
Modify test scripts to accomodate SBTarget.Launch() API change.
Johnny Chen
2011-02-03
1
-1
/
+1
*
Deprecated old forms of SBTarget::Launch. There is not just one and no
Greg Clayton
2011-01-23
1
-4
/
+4
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-2
/
+2
*
Modify disassemble_call_stack_python() to not rely on the "disassemble -n fun...
Johnny Chen
2011-01-07
1
-1
/
+9
*
Add @python_api_test decorator to the remaining Test*.py files.
Johnny Chen
2010-12-10
2
-3
/
+7
*
For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string
Johnny Chen
2010-12-08
1
-1
/
+1
*
Add test sequence for 'frame variable this' and 'expression this' when stopped
Johnny Chen
2010-11-15
1
-0
/
+8
*
Slight changes to how to phrase the assert for Python API thread.GetStopReaso...
Johnny Chen
2010-11-10
1
-3
/
+4
*
Finish adding the actual stop reason as part of the assert message when asser...
Johnny Chen
2010-11-10
1
-2
/
+2
*
Remove the @skip decorators for assertion aborts. Jim fixed them in r118255.
Johnny Chen
2010-11-04
1
-2
/
+0
*
Add two @skip decorators for assertion abort:
Johnny Chen
2010-11-04
1
-0
/
+2
*
Add an option '-s session-dir-name' to overwrite the default timestamp-named
Johnny Chen
2010-10-21
1
-1
/
+1
*
Remove the two @expectedFailure decorators as the bug has been fixed on tot.
Johnny Chen
2010-10-20
1
-2
/
+0
*
Modify the command passed to command interpreter from 'expr' (which is an ali...
Johnny Chen
2010-10-19
1
-1
/
+1
*
The StateType representation has been changed. Modify the test cases to acco...
Johnny Chen
2010-10-18
2
-4
/
+4
*
Add two @expectedFailure decorators for:
Johnny Chen
2010-10-15
1
-0
/
+6
*
Make calling the super class's setUp() method less fragile.
Johnny Chen
2010-10-14
2
-2
/
+4
*
Apply (query-replace "frame variable" "frame variable -t") and fix a comment ...
Johnny Chen
2010-10-13
1
-3
/
+3
*
Avoid using hardcoded line number to break on. Use the line_number() utility
Johnny Chen
2010-10-12
3
-8
/
+22
*
Move the enum to string utility functions from lldbtest.py to lldbuti.py and
Johnny Chen
2010-10-07
1
-1
/
+1
*
Clean up the StateType and StopReason enums now that they reside in the lldb ...
Johnny Chen
2010-10-07
1
-4
/
+3
*
Use the updated process launch API.
Johnny Chen
2010-10-07
1
-1
/
+1
*
o SBtarget.cpp/.h:
Johnny Chen
2010-10-07
1
-5
/
+41
*
Modification of the expected pattern for 'expr this->m_c_int' output.
Johnny Chen
2010-10-06
1
-1
/
+1
*
Modified to accomodate gcc, llvm-gcc, and clang as compilers.
Johnny Chen
2010-10-05
2
-3
/
+7
*
Add a test class to call lldb 'disassemble -n function' command on each call ...
Johnny Chen
2010-10-05
1
-0
/
+96
*
Remove the @skip() and @expectedFaiure decorators, the previously affected tests
Johnny Chen
2010-10-02
1
-2
/
+0
*
Only skip the test cases which are currently crashing, instead of the whole c...
Johnny Chen
2010-10-01
1
-5
/
+6
*
Added bug number to the @skip decorator.
Johnny Chen
2010-10-01
1
-1
/
+1
*
These currently crash (from running 'expr' command). Disable the entire clas...
Johnny Chen
2010-10-01
1
-0
/
+1
*
Added correct C++ method declarations for destructors and for conversion
Greg Clayton
2010-10-01
1
-1
/
+20
*
Removed the two @expectedFailure decorators for expression parser, they have ...
Johnny Chen
2010-09-29
1
-3
/
+1
*
Fixed typo in the doc strings.
Johnny Chen
2010-09-15
1
-3
/
+3
*
Added two test cases to exercise 'expr this->m_c_int' with @expectedFailure
Johnny Chen
2010-09-15
1
-0
/
+49
*
Updated to add a printf() stmt.
Johnny Chen
2010-09-14
1
-1
/
+2
[next]