From [email protected] on September 22, 2011 16:03:45
xref issue #532 : improve app debugging under gdb
this is the counterpart for windbg
for tools we will want additional capabilities: e.g., Dr. Memory supports
an "attach debugger on error" feature, but upon attaching, control is in
the middle of a sequence of Dr. Memory functions which were loaded by the
private loader, so it's not easy to figure out what's going on. if we can
we should support more than just plain-DR debugging.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=559