summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command
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-132-2/+0
* [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
* [lldb][NFC] Simplify makefiles also for breakpoint testsRaphael Isemann2019-09-121-3/+1
* [lldb] Readd missing functionalities/breakpoint testsRaphael Isemann2019-09-109-0/+504
* [lldb] Restructure test folders to match LLDB command hierarchyRaphael Isemann2019-09-019-504/+0
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-023-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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-162-0/+23
* Allow relative file paths when settings source breakpointsGreg Clayton2018-04-131-1/+25
* Avoid dirtying the source tree in breakpoint command testsPavel Labath2018-02-204-92/+34
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-1/+1
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-193-5/+5
* 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-064-109/+208
* 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-042-3/+5
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-033-3/+3
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-033-6/+7
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-288-0/+393
OpenPOWER on IntegriCloud