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
*
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
*
Undid LLVM macro usage in test suite test subject files.
Todd Fiala
2016-08-10
1
-7
/
+7
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-7
/
+7
*
Errors compiling breakpoint conditions will cause the breakpoint not to be hit
Jim Ingham
2016-08-03
1
-0
/
+44
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-1
/
+1
*
Enable some tests on linux
Pavel Labath
2016-06-09
1
-1
/
+0
*
Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.
Jim Ingham
2016-05-19
1
-0
/
+77
*
Corrected aarch64 register no in TestBreakpointConditions.py
Omair Javaid
2016-05-11
1
-1
/
+1
*
Add a testcase for "BreakpointSetBySourceRegex"
Jim Ingham
2016-05-10
5
-0
/
+139
*
Make destructor breakpoint location test more resilient
Pavel Labath
2016-04-15
2
-8
/
+43
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
1
-0
/
+2
*
Attempt to fix TestCPPBreakpointLocations on Linux/Android.
Oleksiy Vyalov
2016-04-13
1
-1
/
+1
*
Fix breakpoint_set_restart test for Windows
Adrian McCarthy
2016-04-12
1
-2
/
+8
*
Fixed being able to set breakpoints on destructors when we don't fully specif...
Greg Clayton
2016-04-12
1
-0
/
+3
*
Breakpoint conditions were making result variables, which they should not do.
Jim Ingham
2016-04-12
1
-0
/
+4
*
'int' is reported as an exception on OS X not as a signal. I don't think
Jim Ingham
2016-04-12
1
-1
/
+1
*
Fix TestBreakpointSetRestart failure on Android.
Oleksiy Vyalov
2016-04-09
1
-6
/
+12
*
Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.
Oleksiy Vyalov
2016-04-08
3
-0
/
+61
*
Enable TestDebugBreak on x86_64 as well
Pavel Labath
2016-04-07
1
-1
/
+1
*
xfail case sensitivity test on Linux.
Zachary Turner
2016-02-24
1
-0
/
+1
*
Some fixes for case insensitive paths on Windows.
Zachary Turner
2016-02-24
3
-0
/
+134
*
Remove skipIfHostPlatform and skipUnlessHostPlatform decorators.
Zachary Turner
2016-02-09
1
-3
/
+3
*
A number of improvements to decorator conditionals.
Zachary Turner
2016-02-08
2
-2
/
+2
*
Remove expectedFailureWindows decorator.
Zachary Turner
2016-02-08
4
-4
/
+4
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
11
-16
/
+26
*
Move some of the common decorators to decorators.py.
Zachary Turner
2016-02-04
2
-2
/
+4
*
The SetStopInfo from a Mach Exception was setting the stop
Jim Ingham
2016-02-03
1
-1
/
+0
[next]