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
/
breakpoint
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
46
-2133
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
15
-15
/
+15
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
4
-4
/
+4
*
[TestBreakpointCommand] Fix after r251121
Siva Chandra
2015-10-23
1
-3
/
+3
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
16
-8
/
+40
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
15
-115
/
+30
*
XFAIL new dwo test failing with totclang on linux i386
Tamas Berghammer
2015-10-07
1
-0
/
+1
*
Fix TestCompDirSymLink.py - remove existing symlink leftovers if previous tes...
Oleksiy Vyalov
2015-10-02
1
-0
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
15
-184
/
+40
*
Remove expectedFailureFreeBSD from passing test
Ed Maste
2015-09-16
1
-1
/
+0
*
XFAIL some C++ language specific tests on Windows.
Zachary Turner
2015-09-11
1
-0
/
+1
*
Don't allow duplicate names for tests.
Zachary Turner
2015-09-09
1
-1
/
+1
*
XFAIL Tests that require C++ exceptions on Windows.
Zachary Turner
2015-08-21
1
-0
/
+1
*
XFAIL breakpoint tests on Windows
Zachary Turner
2015-08-20
2
-0
/
+2
*
Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...
Oleksiy Vyalov
2015-07-29
3
-0
/
+88
*
Fix comment in test.
Dawn Perchik
2015-07-23
1
-1
/
+1
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
4
-9
/
+49
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
8
-13
/
+13
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
8
-13
/
+13
*
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
2015-05-18
6
-9
/
+98
*
Reverting r237460 to fix test failures introduced on OSX & Linux
Vince Harron
2015-05-15
6
-98
/
+9
*
Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
2015-05-15
6
-9
/
+98
*
New test for llvm.org/pr23478
Tamas Berghammer
2015-05-11
3
-0
/
+106
*
Make several test case arm32 compatible
Tamas Berghammer
2015-04-17
1
-1
/
+3
*
Make TestBreakpointConditions aarch64 compatible
Tamas Berghammer
2015-04-01
1
-1
/
+4
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
12
-18
/
+18
*
Don't clobber CFLAGS_EXTRAS in tests.
Robert Flack
2015-03-24
1
-1
/
+1
*
Add an -A option to "break set -p" to search all files for matches. Also add...
Jim Ingham
2015-02-12
1
-0
/
+19
*
Fix a handling of full path in break-insert.
Hafiz Abid Qadeer
2015-02-08
1
-0
/
+5
*
Added test case to make sure we don't regress on settings breakpoints by sele...
Greg Clayton
2015-01-27
3
-0
/
+210
*
Make sure that when a breakpoint is hit but its condition is not met,
Jim Ingham
2015-01-15
1
-4
/
+4
*
Fix a number of tests on Windows.
Zachary Turner
2015-01-14
1
-0
/
+3
*
Add C++ breakpoint tests where names are partially specified to ensure we don...
Greg Clayton
2015-01-10
3
-0
/
+159
*
Simple test for file & line dummy breakpoints.
Jim Ingham
2014-12-09
3
-0
/
+98
*
Add a test for setting and hitting the C++ Exception throw breakpoint.
Jim Ingham
2014-10-28
3
-0
/
+76
*
Update TestInlinedBreakpoints to reflect the fact that
Jason Molenda
2014-10-07
1
-1
/
+4
*
Add FreeBSD test failure decorators
Ed Maste
2014-10-02
1
-0
/
+1
*
Allow "breakpoint command add" to add commands to more than one breakpoint at...
Jim Ingham
2014-08-29
1
-1
/
+9
*
Test case for the previous commit.
Jim Ingham
2014-04-02
1
-0
/
+88
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
2
-2
/
+2
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
7
-7
/
+7
*
Remove FreeBSD test failure annotations for llvm.org/pr17213
Ed Maste
2013-11-15
1
-2
/
+0
*
test: Add @expectedFailureFreeBSD decorator
Ed Maste
2013-09-12
1
-0
/
+2
*
Update break conditions test to have consistent behaviour on all test suite c...
Matt Kopec
2013-07-31
1
-1
/
+1
*
Set an extra debug flag when testing with ICC so that it generates the correc...
Matt Kopec
2013-07-31
2
-0
/
+8
*
Add missing -std=c99 flag to appease GCC 4.6
Daniel Malea
2013-07-03
1
-0
/
+1
*
Fixed a problem with materialization and
Sean Callanan
2013-06-20
2
-0
/
+17
*
Fix breakpoint test to account for full path of source file location.
Matt Kopec
2013-06-17
1
-6
/
+6
*
Fix single whitespace before breakpoint filename in some tests due to r183932.
Matt Kopec
2013-06-17
2
-7
/
+7
*
Fixed incorrect python that was trying to validate that we got a valid lldb.S...
Greg Clayton
2013-03-19
2
-2
/
+2
[next]