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
/
breakpoint
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure deleting all breakpoints clears their sites first
Eugene Zemtsov
2018-04-16
2
-0
/
+23
*
Allow relative file paths when settings source breakpoints
Greg Clayton
2018-04-13
1
-1
/
+25
*
[dotest] Clean up test folder clean-up
Pavel Labath
2018-03-16
1
-2
/
+1
*
Add "lldb-test breakpoint" command and convert the case-sensitivity test to u...
Pavel Labath
2018-02-26
3
-143
/
+0
*
Fix TestMoveNearest on Windows
Adrian McCarthy
2018-02-22
1
-3
/
+2
*
Fix TestBreakpointInGlobalConstructor for Windows
Adrian McCarthy
2018-02-21
1
-1
/
+2
*
Avoid dirtying the source tree in breakpoint command tests
Pavel Labath
2018-02-20
4
-92
/
+34
*
Only throw -fPIC when building a shared library
Aaron Smith
2018-02-08
2
-2
/
+0
*
Build each testcase variant in its own subdirectory and remove the srcdir loc...
Adrian Prantl
2018-02-06
1
-5
/
+7
*
Add more diagnostics to help diagnose flaky test
Adrian Prantl
2018-01-30
1
-4
/
+6
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
8
-25
/
+32
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
28
-42
/
+38
*
Advanced guessing of rendezvous breakpoint (resubmit)
Eugene Zemtsov
2018-01-11
1
-8
/
+8
*
Revert "Advanced guessing of rendezvous breakpoint"
Eugene Zemtsov
2018-01-10
1
-8
/
+8
*
Advanced guessing of rendezvous breakpoint
Eugene Zemtsov
2018-01-10
1
-8
/
+8
*
Fix this test so that the breakpoints you set are
Jim Ingham
2017-11-30
2
-2
/
+6
*
Add a test case for open bug 35480
Pavel Labath
2017-11-30
5
-0
/
+82
*
Wire up the breakpoint name help string.
Jim Ingham
2017-09-15
1
-5
/
+22
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
3
-21
/
+230
*
Commands are -d to break modify, not -C.
Jim Ingham
2017-09-14
1
-1
/
+1
*
Forgot to svn add the test cases for breakpoint auto-continue flag.
Jim Ingham
2017-09-13
3
-0
/
+129
*
Add an auto-continue flag to breakpoints & locations.
Jim Ingham
2017-08-03
1
-1
/
+30
*
Fix a mis-feature with propagation of breakpoint options -> location options.
Jim Ingham
2017-08-02
1
-7
/
+101
*
Expose hit count via SBBreakpointLocation.
Bruce Mitchener
2017-07-19
3
-0
/
+141
*
Convert a few more tests to use run_to_source_breakpoint.
Jim Ingham
2017-07-13
2
-58
/
+5
*
[LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.
Nitesh Jain
2017-05-04
1
-5
/
+4
*
Fix TestMoveNearest for remote targets
Pavel Labath
2017-03-15
1
-1
/
+2
*
Fix TestMoveNearest breakage on darwin
Pavel Labath
2017-03-15
1
-0
/
+4
*
BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ...
Pavel Labath
2017-03-15
7
-15
/
+85
*
Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint object
Pavel Labath
2017-02-27
1
-1
/
+0
*
Hardware breakpoints for Linux on Arm/AArch64 targets
Omair Javaid
2017-02-24
3
-0
/
+171
*
Skip TestStepOverBreakpoint on windows
Pavel Labath
2017-02-15
1
-0
/
+2
*
Bug 30863 - Step doesn't stop with conditional breakpoint on the next line
Boris Ulasevich
2017-02-15
3
-0
/
+140
*
Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...
Boris Ulasevich
2017-01-27
3
-140
/
+0
*
Bug 30863 - Step doesn't stop with conditional breakpoint on the next line
Boris Ulasevich
2017-01-24
3
-0
/
+140
*
Rollback my commit r290168 to fix linux tests failure. I'll be back!
Boris Ulasevich
2016-12-20
3
-140
/
+0
*
Bug 30863 - Step doesn't stop with coditional breakpoint on the next line
Boris Ulasevich
2016-12-20
3
-0
/
+140
*
Test num locations >= 1 not == 1.
Jim Ingham
2016-12-14
1
-1
/
+1
*
These test cases don't test different debug info formats.
Jim Ingham
2016-10-06
2
-0
/
+4
*
Fix the decorator of TestBreakpointCaseSensitivity
Tamas Berghammer
2016-10-04
1
-4
/
+2
*
Fix test when using remote debugging.
Pavel Labath
2016-10-04
1
-1
/
+1
*
IsValid is the way to ask a breakpoint location whether it is valid.
Jim Ingham
2016-09-30
1
-2
/
+3
*
Fix serialization of Python breakpoint commands.
Jim Ingham
2016-09-26
2
-3
/
+3
*
Add the ability to append breakpoints to the save file.
Jim Ingham
2016-09-22
1
-3
/
+57
*
Add the ability to deserialize only breakpoints matching a given name.
Jim Ingham
2016-09-22
1
-1
/
+34
*
Probably should add the breakpoint names test directory as well...
Jim Ingham
2016-09-21
3
-0
/
+200
*
Add some more tests for breakpoint serialization.
Jim Ingham
2016-09-20
1
-45
/
+99
*
First tests for serializing breakpoints.
Jim Ingham
2016-09-16
3
-0
/
+206
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
24
-514
/
+921
*
Remove a test that depends on knowing all compiler's register allocation sche...
Jim Ingham
2016-08-19
1
-23
/
+0
[next]