summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Commit message (Expand)AuthorAgeFilesLines
* tests: XFAIL/UNSUPPORTED tests on WindowsSaleem Abdulrasool2020-01-011-0/+1
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-135-21/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-1328-34/+0
* [lldb] Remove xpasses after pr44037 fix committedMuhammad Omair Javaid2019-12-131-10/+0
* Clear out the python class name in OptionParsingStarted for the OptionGroupPy...Jim Ingham2019-12-041-2/+18
* Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet2019-12-041-0/+6
* Mark some tests as xfail on AArch64 LinuxDiana Picus2019-12-031-0/+8
* [lldb] Fix exception breakpoint not being resolved when set on dummy targetMartin Svensson2019-11-221-0/+35
* Mark PR44037 tests as XFAIL on AArch64 Linux dwoDiana Picus2019-11-191-0/+9
* [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-291-1/+1
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-253-7/+102
* Remove merge marker :-)Adrian Prantl2019-10-101-4/+0
* Die, TABS, die, die, die, die...Jim Ingham2019-10-101-3/+7
* Implement serializing scripted breakpoints and their extra args.Jim Ingham2019-10-103-1/+106
* Break out the Python class & key/value options into a separate OptionGroup.Jim Ingham2019-10-032-0/+21
* 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
OpenPOWER on IntegriCloud