summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Commit message (Expand)AuthorAgeFilesLines
* Make sure deleting all breakpoints clears their sites firstEugene Zemtsov2018-04-162-0/+23
* Allow relative file paths when settings source breakpointsGreg Clayton2018-04-131-1/+25
* [dotest] Clean up test folder clean-upPavel Labath2018-03-161-2/+1
* Add "lldb-test breakpoint" command and convert the case-sensitivity test to u...Pavel Labath2018-02-263-143/+0
* Fix TestMoveNearest on WindowsAdrian McCarthy2018-02-221-3/+2
* Fix TestBreakpointInGlobalConstructor for WindowsAdrian McCarthy2018-02-211-1/+2
* Avoid dirtying the source tree in breakpoint command testsPavel Labath2018-02-204-92/+34
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-082-2/+0
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-061-5/+7
* Add more diagnostics to help diagnose flaky testAdrian Prantl2018-01-301-4/+6
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-308-25/+32
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-1928-42/+38
* Advanced guessing of rendezvous breakpoint (resubmit)Eugene Zemtsov2018-01-111-8/+8
* Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov2018-01-101-8/+8
* Advanced guessing of rendezvous breakpointEugene Zemtsov2018-01-101-8/+8
* Fix this test so that the breakpoints you set areJim Ingham2017-11-302-2/+6
* Add a test case for open bug 35480Pavel Labath2017-11-305-0/+82
* Wire up the breakpoint name help string.Jim Ingham2017-09-151-5/+22
* Make breakpoint names real entities.Jim Ingham2017-09-143-21/+230
* Commands are -d to break modify, not -C.Jim Ingham2017-09-141-1/+1
* Forgot to svn add the test cases for breakpoint auto-continue flag.Jim Ingham2017-09-133-0/+129
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-1/+30
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-021-7/+101
* Expose hit count via SBBreakpointLocation.Bruce Mitchener2017-07-193-0/+141
* Convert a few more tests to use run_to_source_breakpoint.Jim Ingham2017-07-132-58/+5
* [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain2017-05-041-5/+4
* 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
OpenPOWER on IntegriCloud