Commit Graph

16 Commits

Author SHA1 Message Date
SND\ussrhero_cp
61bab00356 [0.3.x] added : targetProcess.getMangedHeap ( Return object representing a managed heap )
[0.3.x] added : targetProcess.getManagedVar (Return object representing a managed object in the target managed process)

git-svn-id: https://pykd.svn.codeplex.com/svn@91257 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\kernelnet_cp
5a55a948e5 [0.3.x] added : targetSystem.setCurrent method ( set the system as a current )
[0.3.x] added : targetProcess.setCurrent method ( set the process as a current )
[0.3.x] added : targetProcess.getModuleByOffset ( return a module object by it's offset )
[0.3.x] added : targetProcess.getModuleByName ( return a module object by it's name )

git-svn-id: https://pykd.svn.codeplex.com/svn@91021 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
0d0648873b [0.3.x] added : targetSystem.getProcessBySystemId method ( return process by PID )
[0.3.x] added : targetProcess.getThreadBySystemId method ( return thread by tid )

git-svn-id: https://pykd.svn.codeplex.com/svn@91010 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
93f698a3a0 [0.3.x] added : __str__ operator for targetSystem, targetProcess, targetThread classed
git-svn-id: https://pykd.svn.codeplex.com/svn@91005 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
181f1d82f6 [0.3.x] added : targetThread.instructionOffset property (return an instruction pointer)
[0.3.x] added : targetThread.frameOffset property (return a frame pointer)
[0.3.x] added : targetThread.stackOffset property (return a stack pointer)

git-svn-id: https://pykd.svn.codeplex.com/svn@90895 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
3a39aa8f50 [0.3.x] added : targetSystem.processes() (return list of processes for the target system)
[0.3.x] added : targetProcess.threads() (return list of threads for the target process)
[0.3.x] added : targetProcess.modules() (return list of modules for the target process)
[0.3.x] added : targetProcess.breakpoints() (return list of breakpoints for the target process)
[0.3.x] added : targetProcess.stack() (return the thread's stack trace)

git-svn-id: https://pykd.svn.codeplex.com/svn@90885 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
db13db8683 [0.3.x] added : targetProcess.getModule method
git-svn-id: https://pykd.svn.codeplex.com/svn@90645 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
041a58f6e0 [0.3.x] added : DbgOut.writedml method
[0.3.x] added : targetSystem.getProcessById

git-svn-id: https://pykd.svn.codeplex.com/svn@90380 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
6c05d847de [0.3.x] added : targetSystem.getId method
git-svn-id: https://pykd.svn.codeplex.com/svn@90240 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
55bc2f4649 [0.3.x] added : targetProcess.isCurrent method
git-svn-id: https://pykd.svn.codeplex.com/svn@90196 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
977d75c0f7 [0.3.x] added : targetSystem::isKernelDebugging method
git-svn-id: https://pykd.svn.codeplex.com/svn@90193 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
fd4e98030e [0.3.x] added : targetSystem class
git-svn-id: https://pykd.svn.codeplex.com/svn@90181 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
4561d67d21 [0.3.x] fixed : targetProcess.breakpoint method raises execption
git-svn-id: https://pykd.svn.codeplex.com/svn@89674 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
4aeefd3ec5 [0.3.x] added : getNumberBreakpoint, breakpoints methods
git-svn-id: https://pykd.svn.codeplex.com/svn@89668 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
ebdd06f6bd [0.3.x] updated : targetProcess and targetThread classes
git-svn-id: https://pykd.svn.codeplex.com/svn@89661 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
dd2138393c [0.3.x] added : class targetProcess ( representing process in the target system )
[0.3.x] added : class targetThread ( representing process in the target system )

git-svn-id: https://pykd.svn.codeplex.com/svn@89654 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00