To my knowledge, there is no existing KD client lib for Python.
There is '/scripts/windpl/windpl.pl' in XQEMU.
If a backend for KD is written, it should be seperated from this project (and offered as a Python module).
(There should still be a memory_kd.py but it should be minimal and use the then-existing Python KD interface)
Update: There is https://github.com/JayFoxRox/pykdclient now (and I've started a gdbserver-fork of it locally). It's very incomplete still, but it's promising.
There should be a KD backend.
To my knowledge, there is no existing KD client lib for Python.
There is '/scripts/windpl/windpl.pl' in XQEMU. If a backend for KD is written, it should be seperated from this project (and offered as a Python module).
(There should still be a memory_kd.py but it should be minimal and use the then-existing Python KD interface)