|
From: Duncan M. <mi...@mu...> - 2004-11-11 06:13:03
|
On Wed, 10 Nov 2004 09:56:57 -0500, Duncan Murdoch <mi...@mu...> wrote: >On Wed, 10 Nov 2004 07:31:01 -0500 (EST), "Earnie Boyd" ><ea...@us...> wrote : > >>FWIW, the DrMinGW code is in the MinGW CVS. One could look at its source >>to find out how to register gdb in JIT mode. Or even look to see if it >>has a bug which was the OP's original question. > >I'll take a look at the source later. For now I'm still trying to >track down my own bug... Just a quick followup on this: The locations being reported by DrMinGW really were wrong. The AV was happening in some code that was in a C macro, but DrMinGW wasn't pointing to either the #define or the place the macro was used. I imagine the debug information is stored differently (or not at all) for macros, and DrMinGW didn't handle it properly. Duncan Murdoch |