summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/process/TestProcessAPI.py
AgeCommit message (Expand)Author
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2023-05-30Fix SBValue::FindValue for file static variablesJim Ingham
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-03-03[lldb] Extend SWIG SBProcess interface with WriteMemoryAsCString methodMed Ismail Bennani
2023-02-09Remove test case that tries to allocate impossible amountsJason Molenda
2023-02-07Only run the weird new try-to-read-too-much test on DarwinJason Molenda
2023-02-07Fix TestProcessAPI.py to only allocate sys.maxsize bufferJason Molenda
2023-02-07Check if null buffer handed to SBProcess::ReadMemoryJason Molenda
2023-02-03[lldb] Add a way to get a scripted process implementation from the SBAPIMed Ismail Bennani
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-04-08[lldb] Skip a bunch of tests that shouldn't run remotelyJonas Devlieghere
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-07-16[lldb] Add AllocateMemory/DeallocateMemory to the SBProcess APIPeter S. Housel
2021-06-05Revert "[LLDB/API] Expose args and env from SBProcessInfo."Bruce Mitchener
2021-06-05[LLDB/API] Expose args and env from SBProcessInfo.Bruce Mitchener
2021-06-02[lldb/API] Expose triple for SBProcessInfo.Bruce Mitchener
2021-02-08[lldb/tests] Removed add_test_categories decorator for python API tests, NFCTatyana Krasnukha
2020-08-06[lldb] Use target.GetLaunchInfo() instead of creating an empty one.Jonas Devlieghere
2020-05-20[lldb/Reproducers] Fix/skip passive replay failures in python_api subdirJonas Devlieghere
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht