Extend the GHC API with breakpoints and breakpoint handlers
authorPepe Iborra <mnislaih@gmail.com>
Sun, 10 Dec 2006 18:40:27 +0000 (18:40 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Sun, 10 Dec 2006 18:40:27 +0000 (18:40 +0000)
commitead424357937b23f30295608b467aacbc3a8a8bc
tree9745e2f4775d4c01fc264413ed59f92b5dfe1ebc
parent2c92736ea5a4aedf263a77d58c6e9b032a05b7ef
Extend the GHC API with breakpoints and breakpoint handlers

The entry point is:
setBreakpointHandler :: Session -> BkptHandler Module -> IO ()
compiler/main/Breakpoints.hs [new file with mode: 0644]
compiler/main/DynFlags.hs
compiler/main/GHC.hs
compiler/main/HscTypes.lhs-boot [new file with mode: 0644]