summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbutil.py
Commit message (Expand)AuthorAgeFilesLines
* lldbutil: Forward ASan launch info to test inferiorsVedant Kumar2020-01-101-1/+8
* Assert launch success in run_to_breakpoint_do_runVedant Kumar2019-12-101-0/+2
* dotest: Add a way for the run_to_* helpers to register dylibsFred Riss2019-11-151-7/+18
* Modernize TestThreadStepOut.pyJim Ingham2019-10-281-8/+21
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-021-2/+0
* [Windows] Dump more information about access violation exceptionAleksandr Urakov2019-04-291-1/+1
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-0/+2
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-2/+16
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-2/+24
* Fix whitespace in the python test suite.Raphael Isemann2018-07-271-5/+5
* Allow relative file paths when settings source breakpointsGreg Clayton2018-04-131-1/+1
* Next batch of test-tree-cleaning changesPavel Labath2018-03-151-6/+16
* Fix TestBreakpointInGlobalConstructor for WindowsAdrian McCarthy2018-02-211-2/+3
* Fix a couple of more tests to not create files in the source treePavel Labath2018-02-211-2/+2
* Add the ability to restrict the breakpoint to a moduleJim Ingham2018-02-021-4/+13
* Added lldbutil.run_to_name_breakpoint and use it in one test.Jim Ingham2018-02-011-28/+54
* Add more diagnostics to help diagnose flaky testAdrian Prantl2018-01-301-1/+1
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-0/+9
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-8/+18
* Add a lldbutils routine that gathers up the boiler-plateJim Ingham2017-07-061-0/+41
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-124/+320
* [test] make expect_state_changes actually expect *only* themPavel Labath2016-04-141-2/+3
* fix missing import of 'time' in lldbutil.wait_for_file_on_targetTodd Fiala2016-04-081-0/+1
* Fixup r265398Pavel Labath2016-04-061-0/+1
* [NFC] Cleanup the code used to run shell commands from testsTamas Berghammer2016-04-051-0/+17
* Fix some issues with bytes and strings in Python 3.Zachary Turner2016-01-251-2/+2
* Fix missing function argument passthrough.Zachary Turner2016-01-231-1/+1
* More fixes related to counting threads on Windows.Zachary Turner2016-01-221-4/+10
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-211-0/+9
* Fix a bug in lldbutil.expect_state_changesPavel Labath2016-01-061-10/+18
* Fix a typo in lldbutil.pyPavel Labath2016-01-051-1/+1
* Fix an issue where all tests marked with skip_if_callable would be skipped re...Enrico Granata2015-12-041-4/+5
* Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner2015-11-051-5/+10
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-0/+1002
OpenPOWER on IntegriCloud