comparison agent/src/os/win32/windbg/sawindbg.cpp @ 8103:5ed317b25e23

7165259: Remove BugSpot Reviewed-by: coleenp, mgronlun
author sla
date Fri, 22 Feb 2013 10:03:02 +0100
parents 9fae07c31641
children de6a9e811145
comparison
equal deleted inserted replaced
8102:fc64254f5579 8103:5ed317b25e23
370 370
371 /*********************************************************************************** 371 /***********************************************************************************
372 372
373 We are attaching to a process in 'read-only' mode. i.e., we do not want to 373 We are attaching to a process in 'read-only' mode. i.e., we do not want to
374 put breakpoints, suspend/resume threads etc. For read-only JDI and HSDB kind of 374 put breakpoints, suspend/resume threads etc. For read-only JDI and HSDB kind of
375 usage this should suffice. We are not intending to use this for full-fledged 375 usage this should suffice.
376 ProcessControl implementation to be used with BugSpotAgent.
377 376
378 Please refer to DEBUG_ATTACH_NONINVASIVE mode source comments from dbgeng.h. 377 Please refer to DEBUG_ATTACH_NONINVASIVE mode source comments from dbgeng.h.
379 In this mode, debug engine does not call DebugActiveProrcess. i.e., we are not 378 In this mode, debug engine does not call DebugActiveProrcess. i.e., we are not
380 actually debugging at all. We can safely 'detach' from the process anytime 379 actually debugging at all. We can safely 'detach' from the process anytime
381 we want and debuggee process is left as is on all Windows variants. 380 we want and debuggee process is left as is on all Windows variants.