summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Commit message (Expand)AuthorAgeFilesLines
* Fix TestMoveNearest for remote targetsPavel Labath2017-03-151-1/+2
* Fix TestMoveNearest breakage on darwinPavel Labath2017-03-151-0/+4
* BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ...Pavel Labath2017-03-157-15/+85
* Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath2017-02-271-1/+0
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-243-0/+171
* Skip TestStepOverBreakpoint on windowsPavel Labath2017-02-151-0/+2
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-02-153-0/+140
* Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...Boris Ulasevich2017-01-273-140/+0
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-01-243-0/+140
* Rollback my commit r290168 to fix linux tests failure. I'll be back!Boris Ulasevich2016-12-203-140/+0
* Bug 30863 - Step doesn't stop with coditional breakpoint on the next lineBoris Ulasevich2016-12-203-0/+140
* Test num locations >= 1 not == 1.Jim Ingham2016-12-141-1/+1
* These test cases don't test different debug info formats.Jim Ingham2016-10-062-0/+4
* Fix the decorator of TestBreakpointCaseSensitivityTamas Berghammer2016-10-041-4/+2
* Fix test when using remote debugging.Pavel Labath2016-10-041-1/+1
* IsValid is the way to ask a breakpoint location whether it is valid.Jim Ingham2016-09-301-2/+3
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-262-3/+3
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-221-3/+57
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-1/+34
* Probably should add the breakpoint names test directory as well...Jim Ingham2016-09-213-0/+200
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-45/+99
* First tests for serializing breakpoints.Jim Ingham2016-09-163-0/+206
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0624-514/+921
* Remove a test that depends on knowing all compiler's register allocation sche...Jim Ingham2016-08-191-23/+0
* Undid LLVM macro usage in test suite test subject files.Todd Fiala2016-08-101-7/+7
* Delete Host/windows/win32.hZachary Turner2016-08-091-7/+7
* Errors compiling breakpoint conditions will cause the breakpoint not to be hitJim Ingham2016-08-031-0/+44
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-1/+1
* Enable some tests on linuxPavel Labath2016-06-091-1/+0
* Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.Jim Ingham2016-05-191-0/+77
* Corrected aarch64 register no in TestBreakpointConditions.pyOmair Javaid2016-05-111-1/+1
* Add a testcase for "BreakpointSetBySourceRegex" Jim Ingham2016-05-105-0/+139
* Make destructor breakpoint location test more resilientPavel Labath2016-04-152-8/+43
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+2
* Attempt to fix TestCPPBreakpointLocations on Linux/Android.Oleksiy Vyalov2016-04-131-1/+1
* Fix breakpoint_set_restart test for WindowsAdrian McCarthy2016-04-121-2/+8
* Fixed being able to set breakpoints on destructors when we don't fully specif...Greg Clayton2016-04-121-0/+3
* Breakpoint conditions were making result variables, which they should not do. Jim Ingham2016-04-121-0/+4
* 'int' is reported as an exception on OS X not as a signal. I don't thinkJim Ingham2016-04-121-1/+1
* Fix TestBreakpointSetRestart failure on Android.Oleksiy Vyalov2016-04-091-6/+12
* Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov2016-04-083-0/+61
* Enable TestDebugBreak on x86_64 as wellPavel Labath2016-04-071-1/+1
* xfail case sensitivity test on Linux.Zachary Turner2016-02-241-0/+1
* Some fixes for case insensitive paths on Windows.Zachary Turner2016-02-243-0/+134
* Remove skipIfHostPlatform and skipUnlessHostPlatform decorators.Zachary Turner2016-02-091-3/+3
* A number of improvements to decorator conditionals.Zachary Turner2016-02-082-2/+2
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-084-4/+4
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0411-16/+26
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-042-2/+4
* The SetStopInfo from a Mach Exception was setting the stopJim Ingham2016-02-031-1/+0
OpenPOWER on IntegriCloud