Various improvements I had locally on my branch
* Add find retainer by address, precisely find retainers of a specific closure address. * Add ArrWords count analysis which performs a census of the ArrWords closures. * Generalise display pane, to allow displaying trees of different types (not just ClosureDetails) (used by the arr words census) * Allow commands to not have key bindings (and just appear in command picker) * Cleanup: Remove "Analysis" modes such as dominator and size analysis. (cherry picked from commit 349760d0)
Showing
- client/src/GHC/Debug/Client/Monad/Simple.hs 4 additions, 1 deletionclient/src/GHC/Debug/Client/Monad/Simple.hs
- ghc-debug-brick/ghc-debug-brick.cabal 1 addition, 0 deletionsghc-debug-brick/ghc-debug-brick.cabal
- ghc-debug-brick/src/Lib.hs 19 additions, 63 deletionsghc-debug-brick/src/Lib.hs
- ghc-debug-brick/src/Main.hs 193 additions, 144 deletionsghc-debug-brick/src/Main.hs
- ghc-debug-brick/src/Model.hs 19 additions, 14 deletionsghc-debug-brick/src/Model.hs
Loading
Please register or sign in to comment