aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbutil.py
AgeCommit message (Expand)AuthorFilesLines
2025-08-18Decent to Descent (#154040)LauraElanorJones1-4/+3
2025-06-25[lldb] Fix FindProcessImpl() for iOS simulators (#139174)royitaqi1-0/+87
2025-01-25[lldb] Delete lldbutil.PrintableRegex (NFC)Dave Lee1-15/+0
2025-01-25[lldb] Delete unused lldbutil.print_registers (NFC)Dave Lee1-27/+0
2024-11-24[lldb] Remove lldbutil.get_stack_frames (NFC) (#117505)Dave Lee1-11/+0
2024-09-12[lldb][testing] Check all stop reasons in get_threads_stopped_at_breakpoint_i...Felipe de Azevedo Piovezan1-3/+10
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima1-3/+3
2024-05-15[lldb][test][FreeBSD] Fix some concurrent event tests (#84155)David Spickett1-1/+1
2024-05-14[lldb] Add lldbutil.install_to_target() helper (#91944)Dmitry Vasilyev1-0/+16
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere1-6/+6
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford1-3/+0
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-361/+473
2023-04-25[lldb/test] Update lldbutil.fetch_next_event to match broadcaster classMed Ismail Bennani1-4/+11
2023-04-04Simplify test.Adrian Prantl1-3/+1
2022-08-24[LLDB] Add data formatter for std::coroutine_handleAdrian Vogelsgesang1-0/+15
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee1-12/+9
2022-08-07[lldb] Dynamically generate enum names in lldbutilDave Lee1-130/+41
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere1-0/+4
2022-07-07[lldb] Improve the error message in run_to_breakpoint_do_runJonas Devlieghere1-2/+17
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere1-1/+1
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