[API change] targetProcess, targetThread ctor argument
I'd like to change ctor semantic for targetProcess, targetThread class.
Now:
targetProcess.__init__(self, id)
targetThread.__init__(self, id)
New semantic:
targetProcess.__init__(self, PID)
targetThread.__init__(self, TID)
It makes API more usefull and looking like standard windbg scripting