changeset/85045: (not yet released)
Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pykd
>>> pykd.attachKernel(r"com:pipe,resets=0,reconnect,port=\\.\pipe\kd_Windows_7_RTM")
>>> ext = pykd.loadExt(r"C:\Program Files\Debugging Tools for Windows (x64)\winxp\kdexts.dll")
>>> print pykd.dbgCommand("!process 0 0 explorer.exe")
PROCESS 8421b030 SessionId: 1 Cid: 0528 Peb: 7ffdc000 ParentCid: 015c
DirBase: 2ed50280 ObjectTable: 999d8eb0 HandleCount: 759.
Image: explorer.exe
>>>