From: Kern Sibbald Date: Sat, 12 Jul 2008 18:43:54 +0000 (+0000) Subject: Update README.mingw32 to include gdb info X-Git-Tag: Release-2.4.2~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4c7a75afb7feb3a4a29dc23c9291806e15b7be7b;p=bacula%2Fbacula Update README.mingw32 to include gdb info git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7367 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/README.mingw32 b/bacula/src/win32/README.mingw32 index cc8b0f79cc..7acf1be570 100644 --- a/bacula/src/win32/README.mingw32 +++ b/bacula/src/win32/README.mingw32 @@ -249,6 +249,20 @@ the new function. Remove the leading underscore and place the result in the .../bacula/src/win32/cats/bacula_cats.def file. === end manual changing of bacula_cats.def ========== +Running gdb on the Win32 files +================================================== +You can use the mingw32 gdb to debug Bacula on Win32 by downloading +it from Source Forge: + +http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=20507 + +Download one of their .exe versions, which is an installer that you +can run on Win32 to install gdb. This gdb is built with mingw32 so will +run independently of any cygwin installation. Note, not all the releases +come with an installer. I had to go back 3 or 4 versions to find it. Otherwise +you can download the source and build it. Thanks to Eric Bollengier for +this tip. + Structure of the MinGW32 build environment ==========================================