Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decode more StgTSO fields #41

Merged
merged 11 commits into from
Dec 7, 2020
Merged

Commits on May 11, 2020

  1. Decode more StgTSO fields

    supersven committed May 11, 2020
    Configuration menu
    Copy the full SHA
    1ee7ffc View commit details
    Browse the repository at this point in the history
  2. Update TSOClosure

    It now contains threadId and alloc_limit.
    supersven committed May 11, 2020
    Configuration menu
    Copy the full SHA
    090506d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Decode more StgTSO fields

    Keep in sync with GHC wip/ghc-debug branch.
    supersven committed May 17, 2020
    Configuration menu
    Copy the full SHA
    cb8a16a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Sync with changes on the GHC wip/ghc-debug branch

    The stack closure changed.
    supersven committed May 21, 2020
    Configuration menu
    Copy the full SHA
    a6d7f92 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Make GHC.Vis compilable again

    Looks like the type of UI.mousemove changed.
    supersven committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    94883c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Update simple-shell.nix

    Use a current artifact of wip/ghc-debug.
    supersven committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    954db9e View commit details
    Browse the repository at this point in the history
  2. Use patched version of extra

    The extra package is not compatible to the current GHC head.
    Point cabal to a patched version.
    supersven committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    02e41ca View commit details
    Browse the repository at this point in the history
  3. Update DebugClosure to reflect ghc-heap changes

    The changes are mirrored from wip/ghc-debug.
    supersven committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    f5eb149 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Move heap_view_closurePtrsAsWords from GHC and update to latest Closu…

    …res types
    
    heap_view_closurePtrsAsWords is removed from GHC, so it needs to be
    defined in ghc-debug.
    supersven committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    ec34cc7 View commit details
    Browse the repository at this point in the history
  2. Remove source-repository-package definition for extra

    It's now patched in head.hackage.
    supersven committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    e52928b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    ae04728 View commit details
    Browse the repository at this point in the history