summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/breakpoint
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2846-2133/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2715-15/+15
* Port the python api decorator to use test categoriesPavel Labath2015-10-264-4/+4
* [TestBreakpointCommand] Fix after r251121Siva Chandra2015-10-231-3/+3
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2316-8/+40
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2215-115/+30
* XFAIL new dwo test failing with totclang on linux i386Tamas Berghammer2015-10-071-0/+1
* Fix TestCompDirSymLink.py - remove existing symlink leftovers if previous tes...Oleksiy Vyalov2015-10-021-0/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-3015-184/+40
* Remove expectedFailureFreeBSD from passing testEd Maste2015-09-161-1/+0
* XFAIL some C++ language specific tests on Windows.Zachary Turner2015-09-111-0/+1
* Don't allow duplicate names for tests.Zachary Turner2015-09-091-1/+1
* XFAIL Tests that require C++ exceptions on Windows.Zachary Turner2015-08-211-0/+1
* XFAIL breakpoint tests on WindowsZachary Turner2015-08-202-0/+2
* Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...Oleksiy Vyalov2015-07-293-0/+88
* Fix comment in test.Dawn Perchik2015-07-231-1/+1
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-214-9/+49
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-018-13/+13
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-278-13/+13
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-186-9/+98
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-156-98/+9
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-156-9/+98
* New test for llvm.org/pr23478Tamas Berghammer2015-05-113-0/+106
* Make several test case arm32 compatibleTamas Berghammer2015-04-171-1/+3
* Make TestBreakpointConditions aarch64 compatibleTamas Berghammer2015-04-011-1/+4
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-3012-18/+18
* Don't clobber CFLAGS_EXTRAS in tests.Robert Flack2015-03-241-1/+1
* Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham2015-02-121-0/+19
* Fix a handling of full path in break-insert.Hafiz Abid Qadeer2015-02-081-0/+5
* Added test case to make sure we don't regress on settings breakpoints by sele...Greg Clayton2015-01-273-0/+210
* Make sure that when a breakpoint is hit but its condition is not met,Jim Ingham2015-01-151-4/+4
* Fix a number of tests on Windows.Zachary Turner2015-01-141-0/+3
* Add C++ breakpoint tests where names are partially specified to ensure we don...Greg Clayton2015-01-103-0/+159
* Simple test for file & line dummy breakpoints.Jim Ingham2014-12-093-0/+98
* Add a test for setting and hitting the C++ Exception throw breakpoint.Jim Ingham2014-10-283-0/+76
* Update TestInlinedBreakpoints to reflect the fact thatJason Molenda2014-10-071-1/+4
* Add FreeBSD test failure decoratorsEd Maste2014-10-021-0/+1
* Allow "breakpoint command add" to add commands to more than one breakpoint at...Jim Ingham2014-08-291-1/+9
* Test case for the previous commit.Jim Ingham2014-04-021-0/+88
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-132-2/+2
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-107-7/+7
* Remove FreeBSD test failure annotations for llvm.org/pr17213Ed Maste2013-11-151-2/+0
* test: Add @expectedFailureFreeBSD decoratorEd Maste2013-09-121-0/+2
* Update break conditions test to have consistent behaviour on all test suite c...Matt Kopec2013-07-311-1/+1
* Set an extra debug flag when testing with ICC so that it generates the correc...Matt Kopec2013-07-312-0/+8
* Add missing -std=c99 flag to appease GCC 4.6Daniel Malea2013-07-031-0/+1
* Fixed a problem with materialization andSean Callanan2013-06-202-0/+17
* Fix breakpoint test to account for full path of source file location.Matt Kopec2013-06-171-6/+6
* Fix single whitespace before breakpoint filename in some tests due to r183932.Matt Kopec2013-06-172-7/+7
* Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton2013-03-192-2/+2
OpenPOWER on IntegriCloud