summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-2513-14/+19
* [lldb][NFC] Simplify makefiles also for breakpoint testsRaphael Isemann2019-09-1230-90/+30
* [lldb] Readd missing functionalities/breakpoint testsRaphael Isemann2019-09-10108-0/+5369
* [lldb] Restructure test folders to match LLDB command hierarchyRaphael Isemann2019-09-01108-5369/+0
* [LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)Med Ismail Bennani2019-08-201-8/+0
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-0229-63/+0
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-231-2/+0
* [lldb] [test] Mark frequently failing flaky tests skipped on NetBSDMichal Gorny2019-05-151-1/+1
* Improve step over performance by not stopping at branches that are function c...Greg Clayton2019-05-091-4/+3
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-111-0/+1
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-043-0/+3
* When deserializing breakpoints some options may not be present.Jim Ingham2019-02-221-0/+6
* testsuite: Fix TestCompDirSymLink and TestSourceManager on Linux with symlink...Jan Kratochvil2019-02-211-0/+2
* [Python2 to Python 3] Fix print -> print().Davide Italiano2019-02-051-6/+6
* [Test] Fix up tests affected by the new LLVM header.Jonas Devlieghere2019-01-221-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* [lit] Use the new build.py script in the lldb-mi testsStella Stamenova2018-12-181-2/+0
* Skip TestRequireHWBreakpoints on WindowsJonas Devlieghere2018-11-301-0/+4
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-153-0/+120
* [lldbsuite] Mark the TestScriptedResolver tests as XFAIL on WindowsStella Stamenova2018-10-181-0/+4
* Skip test if gcc version is less than 7.1 since it doesn't support -gcolumn-i...Tatyana Krasnukha2018-09-211-0/+4
* Make the eSearchDepthFunction searches work, add tests Jim Ingham2018-09-142-8/+31
* svn add the new files...Jim Ingham2018-09-134-0/+253
* Rollback "Fix raw address breakpoints not resolving".Davide Italiano2018-09-101-37/+0
* Fix raw address breakpoints not resolvingTed Woodward2018-09-101-0/+37
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-305-5/+81
* If a function starts with line number 0, don't try to check if a breakpoint c...Jim Ingham2018-08-072-1/+7
* [lldbsuite, windows] Mark tests as XFAIL on Windows or skip themStella Stamenova2018-08-021-0/+2
* Fix whitespace in the python test suite.Raphael Isemann2018-07-277-44/+40
* [lldbsuite] Fix TestBreakpointHitCount on WindowsStella Stamenova2018-06-281-1/+1
* Make test sources compatible with android+libcxx+modulesPavel Labath2018-06-201-45/+45
* Fix the 'tb' alias commandFrederic Riss2018-06-181-0/+25
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* 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
OpenPOWER on IntegriCloud