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
/
watchpoint
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
12
-773
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
6
-6
/
+6
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
5
-6
/
+6
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
6
-10
/
+23
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
6
-48
/
+12
*
Skip hanging watchpoint test on Windows (rather than just xfailing).
Adrian McCarthy
2015-10-16
1
-1
/
+1
*
[LLDB][MIPS] Skip invalid size watchpoint testcase for MIPS
Mohit K. Bhakkad
2015-10-05
1
-0
/
+1
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
6
-108
/
+17
*
XFAIL more watchpoint tests on Windows.
Zachary Turner
2015-09-02
1
-0
/
+1
*
Remove Unicode byte-order mark from python files.
Zachary Turner
2015-08-13
5
-5
/
+5
*
XFAIL Watchpoint tests on Windows.
Zachary Turner
2015-08-13
5
-5
/
+10
*
XFAIL watchpoint tests on Android arm/aarch64
Tamas Berghammer
2015-07-22
6
-0
/
+7
*
Enabling two watchpoint tests on linux
Pavel Labath
2015-04-30
2
-2
/
+0
*
Remove gcc xfail for TestTargetWatchAddress.
Chaoren Lin
2015-04-14
1
-1
/
+0
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
6
-7
/
+7
*
xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot ...
Ying Chen
2015-03-25
1
-0
/
+1
*
XFAIL tests that are known to fail occasionally on Linux
Vince Harron
2015-03-05
2
-0
/
+2
*
Applying D7950 to four near copies of the file.
Chaoren Lin
2015-03-02
2
-42
/
+48
*
Get test executables compiling on Windows.
Zachary Turner
2014-08-13
1
-1
/
+1
*
Enabled TestSetWatchlocation.py on Linux.
Todd Fiala
2014-02-28
1
-1
/
+0
*
FreeBSD hardware watchpoint implementation
Ed Maste
2014-02-19
6
-6
/
+0
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
6
-7
/
+7
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
6
-6
/
+6
*
Re-enable TestRegisters and TestTargetWatchAddress on Linux
Daniel Malea
2013-09-05
1
-1
/
+0
*
tests: Mark expected FreeBSD failures due to pr16706
Ed Maste
2013-07-25
6
-0
/
+6
*
Disabling another watchpoint test with intermittent failure.
Matt Kopec
2013-05-30
1
-0
/
+1
*
Disabling watchpoint test with intermittent failure.
Andrew Kaylor
2013-05-29
1
-0
/
+1
*
Removing expected fail from another test that is now passing.
Andrew Kaylor
2013-05-29
1
-1
/
+0
*
Removing expected failures for watchpoint tests which are now passing.
Andrew Kaylor
2013-05-29
1
-1
/
+0
*
Clean up linux test decorators and add links to known bugs
Daniel Malea
2013-05-15
2
-2
/
+2
*
Add watchpoint support for Linux on 64-bit host.
Matt Kopec
2013-05-07
4
-4
/
+0
*
Update test scripts and Makefiles to allow testing with GCC:
Daniel Malea
2013-01-25
1
-1
/
+1
*
Update test status on Linux
Daniel Malea
2012-11-23
6
-0
/
+6
*
Patch from Dan Malea daniel.malea@gmail.com to add some required
Jason Molenda
2012-11-08
1
-0
/
+1
*
rdar://problem/11584012
Johnny Chen
2012-06-04
6
-6
/
+63
*
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Johnny Chen
2012-04-06
6
-0
/
+12
*
Fix wrong test method name.
Johnny Chen
2011-12-21
1
-1
/
+1
*
Add test cases for setting condition on a watchpoint for both command and API.
Johnny Chen
2011-10-17
3
-0
/
+134
*
Remove debug 'print watchpoint' statement.
Johnny Chen
2011-10-14
1
-1
/
+0
*
Add a test case to exercise the newly added SB API:
Johnny Chen
2011-10-14
1
-0
/
+102
*
Fix wrong docstring with respect to API usage.
Johnny Chen
2011-10-14
1
-5
/
+5
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
4
-71
/
+90
*
Add capability to set ignore count for watchpoint on the command line:
Johnny Chen
2011-10-05
1
-0
/
+102
*
Add SBFrame.WatchLocation() to find and watch the location pointed to by
Johnny Chen
2011-10-01
4
-1
/
+193
*
SBWatchpointLocation.GetDescription() takes an additional description level arg.
Johnny Chen
2011-09-27
1
-0
/
+3
*
Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...
Johnny Chen
2011-09-27
1
-1
/
+3
*
Export the watchpoint related API (SBWatchpointLocation class and added SBTar...
Johnny Chen
2011-09-27
1
-0
/
+118
*
Fix comment.
Johnny Chen
2011-09-24
1
-1
/
+1
*
Add an SB API SBFrame::WatchValue() and exported to the Python interface to
Johnny Chen
2011-09-24
3
-0
/
+126