aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbutil.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-26Store a by name list of signals with their actions in the TargetJim Ingham1-0/+36
2022-03-23[lldb/test] Add events listener helper function to lldbtestMed Ismail Bennani1-0/+23
2021-11-24 [LLDB/test] lldbutil check_breakpoint() - check target instanceSYNOPSYS\georgiev1-2/+7
2021-11-17[lldb/test] Added lldbutil function to test a breakpointSYNOPSYS\georgiev1-0/+51
2021-10-18Add tests for the other variants of BreakpointCreateBySourceRegex.Jim Ingham1-4/+6
2021-04-24[lldb] [gdb-remote server] Introduce new stop reasons for fork and vforkMichał Górny1-0/+6
2021-04-21[lldb] Use the compiler from the SDK in simulator testsJonas Devlieghere1-0/+5
2021-04-01[lldb/test] Respect --apple-sdk path when querying SDK infoVedant Kumar1-0/+6
2020-08-19[lldb] Move Xcode SDK helper functions into lldbutilJonas Devlieghere1-1/+36
2020-08-14[lldb] Make packetlog_get_dylib_info returns the last full responseRaphael Isemann1-2/+3
2020-08-07lldbutil: add a retry mechanism for the ios simulatorAdrian Prantl1-2/+15
2020-08-04Fix debugserver's qProcessInfo reporting of maccatalyst binariesAdrian Prantl1-0/+37
2020-07-20Add an option (-y) to "break set" and "source list" that uses the sameJim Ingham1-0/+36
2020-07-07[lldb/test] Fix lldbutil.run_to_***_breakpoint for shared librariesPavel Labath1-1/+3
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