ghci: Don't rely on Uniques in BRK_FUN
This is a partial backport of the treatment given to modules names in !10448, removing the dependence of BRK_FUN on the representation of `Unique`.
Showing
- compiler/GHC/ByteCode/Asm.hs 3 additions, 4 deletionscompiler/GHC/ByteCode/Asm.hs
- compiler/GHC/ByteCode/Instr.hs 3 additions, 7 deletionscompiler/GHC/ByteCode/Instr.hs
- compiler/GHC/ByteCode/Types.hs 5 additions, 1 deletioncompiler/GHC/ByteCode/Types.hs
- compiler/GHC/HsToCore/Breakpoints.hs 7 additions, 5 deletionscompiler/GHC/HsToCore/Breakpoints.hs
- compiler/GHC/Runtime/Eval.hs 4 additions, 6 deletionscompiler/GHC/Runtime/Eval.hs
- compiler/GHC/Runtime/Interpreter.hs 7 additions, 4 deletionscompiler/GHC/Runtime/Interpreter.hs
- compiler/GHC/StgToByteCode.hs 8 additions, 6 deletionscompiler/GHC/StgToByteCode.hs
- libraries/ghci/GHCi/Message.hs 14 additions, 1 deletionlibraries/ghci/GHCi/Message.hs
- libraries/ghci/GHCi/Run.hs 9 additions, 3 deletionslibraries/ghci/GHCi/Run.hs
- rts/Interpreter.c 4 additions, 4 deletionsrts/Interpreter.c
Loading
Please register or sign in to comment