[GHC] #12397: Support for PDB debug information generation

GHC ghc-devs at haskell.org
Fri Jul 15 15:18:41 UTC 2016


#12397: Support for PDB debug information generation
-------------------------------------+-------------------------------------
        Reporter:  varosi            |                Owner:
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.0.1
  (Debugging)                        |
      Resolution:                    |             Keywords:
Operating System:  Windows           |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Description changed by varosi:

@@ -3,1 +3,2 @@
- platform.
+ platform. There are great Windows tools for profiling and debugging that
+ are sitting on PDB files.

New description:

 It would be great if GHC support PDB files for debugging. This will help
 in Windows debugging and it will gain more stronger positions on Windows
 platform. There are great Windows tools for profiling and debugging that
 are sitting on PDB files.

 Here I found format description. I'm not sure if it is similar to DWARF so
 it could be easily generated from existing DWARF implementation.
 https://github.com/Microsoft/microsoft-pdb

--

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12397#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list