summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
Commit message (Expand)AuthorAgeFilesLines
* tests: XFAIL/UNSUPPORTED tests on WindowsSaleem Abdulrasool2020-01-011-0/+1
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-131-1/+0
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-251-3/+5
* [lldb] Readd missing functionalities/breakpoint testsRaphael Isemann2019-09-101-0/+285
* [lldb] Restructure test folders to match LLDB command hierarchyRaphael Isemann2019-09-011-285/+0
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-021-2/+0
* [lit] Use the new build.py script in the lldb-mi testsStella Stamenova2018-12-181-2/+0
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-2/+2
* Make sure deleting all breakpoints clears their sites firstEugene Zemtsov2018-04-161-0/+19
* Allow relative file paths when settings source breakpointsGreg Clayton2018-04-131-1/+25
* Avoid dirtying the source tree in breakpoint command testsPavel Labath2018-02-201-71/+18
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-3/+3
* Make breakpoint names real entities.Jim Ingham2017-09-141-1/+1
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-1/+30
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-261-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-76/+139
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-1/+1
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-081-1/+1
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-041-1/+2
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-2/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-0/+206
OpenPOWER on IntegriCloud