From 1c9b5468a41c1a261049109a78eb5eb48c43736e Mon Sep 17 00:00:00 2001 From: "Mr. eXoDia" Date: Fri, 11 Sep 2015 15:47:37 +0200 Subject: [PATCH] fix --- MyDebugger/MyDebugger.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MyDebugger/MyDebugger.h b/MyDebugger/MyDebugger.h index 2012dd9..de18dd2 100644 --- a/MyDebugger/MyDebugger.h +++ b/MyDebugger/MyDebugger.h @@ -30,6 +30,12 @@ protected: })); } + void cbStepSystem() + { + printf("Reached step after system breakpoint, GIP: 0x%p!\n", + _registers->Gip()); + } + void cbCreateProcessEvent(const CREATE_PROCESS_DEBUG_INFO & createProcess, const ProcessInfo & process) override { ptr entry = ptr(createProcess.lpStartAddress); @@ -109,12 +115,6 @@ protected: rip.dwError); } - void cbStepSystem() - { - printf("Reached step after system breakpoint, GIP: 0x%p!\n", - _registers->Gip()); - } - void cbSystemBreakpoint() override { printf("System breakpoint reached, GIP: 0x%p\n",