DBG: clear history before exit breakpoint
This commit is contained in:
parent
d5e265a501
commit
6092acd0d0
|
@ -1500,17 +1500,17 @@ static void cbExitProcess(EXIT_PROCESS_DEBUG_INFO* ExitProcess)
|
||||||
PLUG_CB_EXITPROCESS callbackInfo;
|
PLUG_CB_EXITPROCESS callbackInfo;
|
||||||
callbackInfo.ExitProcess = ExitProcess;
|
callbackInfo.ExitProcess = ExitProcess;
|
||||||
plugincbcall(CB_EXITPROCESS, &callbackInfo);
|
plugincbcall(CB_EXITPROCESS, &callbackInfo);
|
||||||
|
_dbg_animatestop(); // Stop animating
|
||||||
|
//history
|
||||||
|
dbgcleartracestate();
|
||||||
|
dbgClearRtuBreakpoints();
|
||||||
|
HistoryClear();
|
||||||
if(breakHere)
|
if(breakHere)
|
||||||
{
|
{
|
||||||
dbgsetforeground();
|
dbgsetforeground();
|
||||||
dbgsetskipexceptions(false);
|
dbgsetskipexceptions(false);
|
||||||
wait(WAITID_RUN);
|
wait(WAITID_RUN);
|
||||||
}
|
}
|
||||||
_dbg_animatestop(); // Stop animating
|
|
||||||
//history
|
|
||||||
dbgcleartracestate();
|
|
||||||
dbgClearRtuBreakpoints();
|
|
||||||
HistoryClear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void cbCreateThread(CREATE_THREAD_DEBUG_INFO* CreateThread)
|
static void cbCreateThread(CREATE_THREAD_DEBUG_INFO* CreateThread)
|
||||||
|
|
Loading…
Reference in New Issue