From d071d2af36c543ce83f54feb8d29a565f861b04e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Tue, 5 May 2009 11:02:20 +0200 Subject: [PATCH] Compile on Windows --- src/plugins/debugger/gdbengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/gdbengine.cpp b/src/plugins/debugger/gdbengine.cpp index f0b0279b825..150960b9270 100644 --- a/src/plugins/debugger/gdbengine.cpp +++ b/src/plugins/debugger/gdbengine.cpp @@ -3835,7 +3835,7 @@ void GdbEngine::tryLoadDebuggingHelpers() //sendCommand(_("handle SIGSEGV pass stop print")); //sendCommand(_("set unwindonsignal off")); execCommand(_("call LoadLibraryA(\"") + lib + _("\")"), - handleWatchDebuggingHelperSetup); + handleDebuggingHelperSetup); sendCommand(_("sharedlibrary ") + dotEscape(lib)); #elif defined(Q_OS_MAC) //sendCommand(_("sharedlibrary libc")); // for malloc -- GitLab