Files
clang-p2996/lldb/test/API/python_api
Jason Molenda 4a8cc285e9 Fix TestProcessAPI.py to only allocate sys.maxsize buffer
I hardcoded nearly a UINT64_MAX number in this test case,
and python is not able to convert it to a long on some
platforms.  Use sys.maxsize instead; this also would have
failed if the testsuite was run on a 32-bit system.
2023-02-07 16:05:24 -08:00
..
2023-01-25 12:03:11 +03:00