|
From: Paul G. <pga...@te...> - 2000-11-30 01:57:28
|
On 27 Nov 2000, at 10:45, the Illustrious Le...@ca... wrote: > Hi all - just was wondering about two things: > > where would one get mingw port of gdb? You'll need to build it. If you are so inclined, you may download a standalone version of gdb from www.objectcentral.com. This particular version includes the cygwin.dll and works just fine. > > also when we get to two different runtime versions CRTDLL.DLL > and MSVCRT.DLL - what are different files requierd? I mean suppose i > have CRTDLL.DLL at the moment - but choose to go to the > MSVCRT.DLL > version - what files do i need to update/change? Quickest solution, create two separate runtime directories, one for crtdll, and one for msvcrt. The two do not work as an integrated package, and there are no plans to facilitate this. I suggest you go with msvcrt version, unless there is some specific need for the crtdll version that can not be addressed using the msvcrt version. > > one last question - when debugging multithread application - if one hits a > breakpoint on a given thread - are other threads paused? I believe so, but it has been some time since I've done this. Peace, Paul G. > _______________________________________________ > MinGW-users mailing list > Min...@li... > > You may change your MinGW Account Options at: > http://lists.sourceforge.net/mailman/listinfo/mingw-users > Nothing real can be threatened. Nothing unreal exists. |