summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/process
AgeCommit message (Expand)Author
2024-11-11[lldb] Disable TestCancelAttach for Windows host (#115619)Dmitry Vasilyev
2024-10-30[lldb] Fix API test for file redirection to existing files (#114119)Wanyi
2024-10-29[lldb] Fix write only file action to truncate the file (#112657)Wanyi
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-03-06Skip TestAddressMasks API tests on 32-bit armJason Molenda
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda
2024-02-29Revert "[lldb] Add SBProcess methods for get/set/use address masks (#83095)"Jason Molenda
2024-02-29[lldb] Add SBProcess methods for get/set/use address masks (#83095)Jason Molenda
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-11-30Send an explicit interrupt to cancel an attach waitfor. (#72565)jimingham
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-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere
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
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
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
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee
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-05-07[lldb/Test] Skip more tests that are not expected to work with passive replayJonas Devlieghere
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht