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
/
functionalities
/
watchpoint
/
watchpoint_commands
/
TestWatchpointCommands.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-313
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-0
/
+2
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-8
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-229
/
+30
*
Remove Unicode byte-order mark from python files.
Zachary Turner
2015-08-13
1
-1
/
+1
*
XFAIL Watchpoint tests on Windows.
Zachary Turner
2015-08-13
1
-1
/
+6
*
XFAIL watchpoint tests on Android arm/aarch64
Tamas Berghammer
2015-07-22
1
-0
/
+5
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
1
-8
/
+8
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
1
-8
/
+8
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
1
-5
/
+5
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-2
/
+2
*
FreeBSD hardware watchpoint implementation
Ed Maste
2014-02-19
1
-5
/
+0
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
tests: Mark expected FreeBSD failures due to pr16706
Ed Maste
2013-07-25
1
-0
/
+5
*
Add watchpoint support for Linux on 64-bit host.
Matt Kopec
2013-05-07
1
-5
/
+0
*
Update test status on Linux
Daniel Malea
2012-11-23
1
-0
/
+5
*
Missed a few places where I didn't delete the obsolete (commented out) versio...
Jim Ingham
2012-09-22
1
-18
/
+0
*
Fix all the test case breakages caused by folks writing tests all over the pl...
Jim Ingham
2012-09-22
1
-18
/
+164
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-1
/
+1
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-1
/
+2
*
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Johnny Chen
2012-04-06
1
-0
/
+10
*
Remove the functionality of using 'frame variable -w' to set a watchpoint now...
Johnny Chen
2012-02-14
1
-5
/
+5
*
Undo r142549 and r142543 which temporarily relax the expected substrings for
Johnny Chen
2011-10-27
1
-10
/
+5
*
Temporarily relax the expected substrings for watchpoint creation output
Johnny Chen
2011-10-19
1
-5
/
+10
*
Add capability to set ignore count for watchpoint on the command line:
Johnny Chen
2011-10-05
1
-0
/
+59
*
Add test cases for watchpoint list, enable, disable, and delete commands.
Johnny Chen
2011-09-23
1
-0
/
+308