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
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
watchpoint
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB][MIPS] Fix TestMultipleHits for MIPS
Nitesh Jain
2016-12-09
1
-2
/
+2
*
Enable WatchpointPythonCommandTestCase-test_continue_in_watchpoint_command
Pavel Labath
2016-11-24
1
-2
/
+0
*
Fix SBWatchpoint::SetEnabled to send an event.
Jim Ingham
2016-11-02
1
-1
/
+0
*
Xfail this while I figure out why the event isn't getting sent.
Jim Ingham
2016-11-01
1
-0
/
+1
*
Switch SBWatchpoint::SetEnabled over to using Process::{Enable,Disable}Watchp...
Jim Ingham
2016-11-01
2
-5
/
+19
*
SBWatchpoint::Disable doesn't actually work. Add a test that shows this.
Jim Ingham
2016-10-26
3
-0
/
+92
*
Fix a race condition between the "ephemeral watchpoint disabling" and command...
Jim Ingham
2016-10-25
1
-6
/
+1
*
Add TestMultipleHits.py
Pavel Labath
2016-10-21
3
-0
/
+92
*
Revert "Fix a race condition between "ephemeral watchpoint disable/enable" an...
Pavel Labath
2016-10-21
1
-1
/
+6
*
Fix a race condition between "ephemeral watchpoint disable/enable" and contin...
Jim Ingham
2016-10-21
1
-6
/
+1
*
Fix ARM/AArch64 Step-Over watchpoint issue remove provision for duplicate wat...
Omair Javaid
2016-10-20
3
-0
/
+131
*
Add the radar number on our end.
Jim Ingham
2016-10-10
1
-1
/
+1
*
Fixup the xfail situation on Windows.
Zachary Turner
2016-10-05
1
-1
/
+0
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
15
-366
/
+683
*
Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work properly and add...
Greg Clayton
2016-07-27
1
-5
/
+11
*
Correct watchpoint size test failure on certain devices
Omair Javaid
2016-06-30
1
-3
/
+3
*
Allow installing watchpoints at less than 8-byte alligned addresses for AArch...
Omair Javaid
2016-06-16
3
-0
/
+188
*
Add a test for the failure described by pr28055. Mark it as xfail.
Jim Ingham
2016-06-08
2
-0
/
+68
*
Mark some aarch64-linux specific xfails marking bug entries
Omair Javaid
2016-05-25
1
-1
/
+1
*
xfail TestWatchLocation.py for arm-linux targets
Omair Javaid
2016-05-17
1
-0
/
+1
*
Clean up test results on Windows.
Zachary Turner
2016-05-13
1
-0
/
+2
*
Xfail failing watchpoint tests on aarch64-linux
Omair Javaid
2016-05-11
4
-0
/
+5
*
Fixes for platforms that default to unsigned char
Ulrich Weigand
2016-04-14
1
-1
/
+1
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
4
-1
/
+8
*
Fix flakyness in TestWatchpointMultipleThreads
Pavel Labath
2016-04-04
2
-7
/
+2
*
Fix flakyness in TestWatchpointMultipleThreads
Pavel Labath
2016-03-30
2
-13
/
+3
*
Remove expectedFailureLinux decorator.
Zachary Turner
2016-02-10
2
-2
/
+2
*
[LLDB][MIPS] Generalise MIPS arch names
Mohit K. Bhakkad
2016-02-10
2
-2
/
+2
*
Remove expectedFailureWindows decorator.
Zachary Turner
2016-02-08
11
-17
/
+17
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
10
-10
/
+20
*
Move some of the common decorators to decorators.py.
Zachary Turner
2016-02-04
1
-1
/
+2
*
skip TestWatchLocation on OS X
Todd Fiala
2016-02-02
1
-0
/
+1
*
Mark arm/aarch64 specific xfails with expectedFailureLinux decorator
Omair Javaid
2016-01-20
2
-2
/
+2
*
Xfail some Arm-Linux specific failures
Omair Javaid
2016-01-11
2
-0
/
+2
*
Merge ENABLE_THREADS and ENABLE_STD_THREADS markers
Tamas Berghammer
2015-12-15
3
-3
/
+3
*
[LLDB][MIPS] Marking some expected failures
Mohit K. Bhakkad
2015-12-07
2
-11
/
+17
*
Remove `use_lldb_suite` from the package, and don't import it anymore.
Zachary Turner
2015-11-03
13
-13
/
+13
*
Fix flakyness in TestWatchLocationWithWatchSet
Pavel Labath
2015-11-03
1
-2
/
+4
*
Tighten up sys.path, and use absolute imports everywhere.
Zachary Turner
2015-11-03
13
-26
/
+26
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
35
-0
/
+1953