Using gdb by some process to let this process monitor its state by itself

drug via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Dec 8 23:47:38 PST 2015


Is it possible to invoke gdb by some process that using data from gdb 
this process can inspect itself?
For example I'd like to generate breakpoints for gdb with conditions and 
if this conditions meet get for example pointer to some data structure 
from gdb and process it by means of D, not gdb, then continue running 
under control of gdb until another breakpoint condition meets and so on? 
My purpose is to join abilities of gdb and D together.


More information about the Digitalmars-d-learn mailing list