aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbutil.py
AgeCommit message (Expand)AuthorFilesLines
2020-03-18[lldb/Target] Support more than 2 symbols in StackFrameRecognizerMed Ismail Bennani1-1/+1
2020-03-06Increase default timeout in lldbutil.expect_state_changes()Adrian Prantl1-1/+1
2020-01-10lldbutil: Forward ASan launch info to test inferiorsVedant Kumar1-1/+8
2019-12-10Assert launch success in run_to_breakpoint_do_runVedant Kumar1-0/+2
2019-11-15dotest: Add a way for the run_to_* helpers to register dylibsFred Riss1-7/+18
2019-10-28Modernize TestThreadStepOut.pyJim Ingham1-8/+21
2019-08-02[lldb][NFC] Remove unused imports in python testsRaphael Isemann1-2/+0
2019-04-29[Windows] Dump more information about access violation exceptionAleksandr Urakov1-1/+1
2018-12-03[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov1-0/+2
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham1-2/+16
2018-08-30Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl1-2/+24
2018-07-27Fix whitespace in the python test suite.Raphael Isemann1-5/+5
2018-04-13Allow relative file paths when settings source breakpointsGreg Clayton1-1/+1
2018-03-15Next batch of test-tree-cleaning changesPavel Labath1-6/+16
2018-02-21Fix TestBreakpointInGlobalConstructor for WindowsAdrian McCarthy1-2/+3
2018-02-21Fix a couple of more tests to not create files in the source treePavel Labath1-2/+2
2018-02-02Add the ability to restrict the breakpoint to a moduleJim Ingham1-4/+13
2018-02-01Added lldbutil.run_to_name_breakpoint and use it in one test.Jim Ingham1-28/+54
2018-01-30Add more diagnostics to help diagnose flaky testAdrian Prantl1-1/+1
2018-01-30Compile the LLDB tests out-of-tree.Adrian Prantl1-0/+9
2018-01-19Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl1-8/+18
2017-07-06Add a lldbutils routine that gathers up the boiler-plateJim Ingham1-0/+41
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-124/+320
2016-04-14[test] make expect_state_changes actually expect *only* themPavel Labath1-2/+3
2016-04-08fix missing import of 'time' in lldbutil.wait_for_file_on_targetTodd Fiala1-0/+1
2016-04-06Fixup r265398Pavel Labath1-0/+1
2016-04-05[NFC] Cleanup the code used to run shell commands from testsTamas Berghammer1-0/+17
2016-01-25Fix some issues with bytes and strings in Python 3.Zachary Turner1-2/+2
2016-01-23Fix missing function argument passthrough.Zachary Turner1-1/+1
2016-01-22More fixes related to counting threads on Windows.Zachary Turner1-4/+10
2016-01-21Remove assumptions that thread 0 is always the main thread.Zachary Turner1-0/+9
2016-01-06Fix a bug in lldbutil.expect_state_changesPavel Labath1-10/+18
2016-01-05Fix a typo in lldbutil.pyPavel Labath1-1/+1
2015-12-04Fix an issue where all tests marked with skip_if_callable would be skipped re...Enrico Granata1-4/+5
2015-11-05Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner1-5/+10
2015-11-03Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner1-1/+1
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner1-0/+1002