aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/atomicity.py
Commit message (Collapse)AuthorAge
* test: Port atomicity test to PythonGravatar Austin Clements2014-10-05
Previously, this was implemented using a horrible GDB script (because there is no such thing as a non-horrible GDB script). This GDB script often broke with newer versions of GDB for mysterious reasons. Port the test script to GDB's Python API, which makes the code much cleaner and, hopefully, more stable.