* Make parsing more efficient when gdb outputs large strings * Add new methods to GdbController class: `spawn_new_gdb_subprocess`, `send_signal_to_gdb`, and `interrupt_gdb`
0.7.4.5
* Update setup.py
0.7.4.4
* Fix windows ctypes import (23, rudolfwalter)
0.7.4.3
* Workaround gdb bug with repeated dictionary keys
0.7.4.2
* Improved buffering of incomplete gdb mi output (trapito) * Remove support of Python 3.2
0.7.4.1
* Preserve leading and trailing spaces in gdb/mi output (plus unit tests) * Add unit test for buffering of gdb/mi output * Documentation updates * Refactoring