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
/
conditional_break
/
TestConditionalBreak.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move more top level test dirs to reside under functionalities dir.
Johnny Chen
2011-06-26
1
-131
/
+0
*
The extra burden for the Python API test case to assign its process object to...
Johnny Chen
2011-06-15
1
-5
/
+5
*
Now that we have added a post-processing step for adding truth value testing to
Johnny Chen
2011-05-24
1
-3
/
+3
*
For lldbutil.py, Change a bunch of function names to all lower case formats t...
Johnny Chen
2011-04-25
1
-1
/
+1
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-1
/
+1
*
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
-3
/
+3
*
Modify test cases to accomodate Python API change:
Johnny Chen
2010-12-14
1
-1
/
+1
*
Add @python_api_test decorator to the remaining Test*.py files.
Johnny Chen
2010-12-10
1
-0
/
+2
*
For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string
Johnny Chen
2010-12-08
1
-1
/
+1
*
Fix an incorrect comment in main.c and TestConditionalBreak.py.
Johnny Chen
2010-11-03
1
-1
/
+1
*
Add comment on test class failing for clang as well as llvm-gcc.
Johnny Chen
2010-11-01
1
-0
/
+5
*
The StateType representation has been changed. Modify the test cases to acco...
Johnny Chen
2010-10-18
1
-1
/
+1
*
Use line_number() utility function to find the number from main.c to test aga...
Johnny Chen
2010-10-15
1
-2
/
+6
*
Update do_conditional_break() method impl to use all lldb Python APIs.
Johnny Chen
2010-10-08
1
-18
/
+21
*
Minor cleanup with added comment.
Johnny Chen
2010-10-07
1
-5
/
+6
*
Wrapped the subclass-specific cleanup call within a try:except: clause.
Johnny Chen
2010-09-21
1
-1
/
+1
*
Updated the expected matching string after the recent flurry of check ins.
Johnny Chen
2010-09-13
1
-2
/
+2
*
Added the capability to specify a one-liner Python script as the callback
Johnny Chen
2010-09-10
1
-2
/
+40
*
Added a lldbutil.py module, which contains utility functions which can be used
Johnny Chen
2010-09-08
1
-0
/
+2
*
Minor tweak to add expected matching strings.
Johnny Chen
2010-09-08
1
-2
/
+4
*
Added a test case which exercises some thread and frame APIs to break only when
Johnny Chen
2010-09-08
1
-0
/
+74