- Sep 20, 2023
-
-
Ben Gamari authored
-
- Jun 06, 2023
-
-
Matthew Pickering authored
CI was failing because of docker signal 9 failures, so instead just use a debian:10 image to build the project with a small range of GHC versions.
-
Matthew Pickering authored
-
Matthew Pickering authored
This has caused quite a bit of maintenance burden over the years and the functionality it adds is not that good.
-
Matthew Pickering authored
-
-
Matthew Pickering authored
-
- Apr 12, 2023
-
-
Matthew Pickering authored
-
Matthew Pickering authored
- Mar 09, 2023
-
-
Matthew Pickering authored
-
Matthew Pickering authored
-
- Feb 22, 2023
-
-
Andreas Klebinger authored
-
- Dec 14, 2022
-
-
Matthew Pickering authored
-
Matthew Pickering authored
-
- Dec 10, 2022
-
-
Matthew Pickering authored
Before this change "ESC" was very eager to exit the debugger, now it's a bit less eager if you're doing something else, ie if you have the command picker or a footer input open.
-
Matthew Pickering authored
This adds a command picker like you have in vscode for selecting commands. Therefore you don't have to remember all the key bindings to use the features.
-
Matthew Pickering authored
-
Matthew Pickering authored
These modes are no longer supported because they used too much memory.
-
- Dec 06, 2022
-
-
Matthew Pickering authored
-
- Dec 05, 2022
-
-
Matthew Pickering authored
This hooks into the progress reporting supported by the libraries, allows you to cancel long-running actions using `ESC` and displays the traces nicely in the footer.
-
Matthew Pickering authored
-
Matthew Pickering authored
-
SRTs describe how thunks, functions and stack frames retain static objects. Previously we didn't trace these so any leaks due to retaining static objects would be very hard to track down. Now those pointers are added into the graph and a new request type (RequestSRT) is added for decoding the SRT for an info table. A consequence is that there's a new type parameter for the DebugClosure type which describes whether we have decoded the SRT field yet for a closure.
-
- Dec 04, 2022
-
-
- Nov 17, 2022
-
-
Ian-Woo Kim authored
-
- Oct 26, 2022
-
-
- Oct 20, 2022
-
-
Ben Gamari authored
As of GHC 9.6.1 InfoProvEnt's srcspan field has been split into src_span and src_file in order to reduce IPE size. See ghc/ghc@9b572d54
-
Ben Gamari authored
Deduplicate writing of size fields and fix indentation.
-
Ben Gamari authored
This will soon be needed to use the ~ operator.
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
The backport of cadd775397a88889bb6be6aca34469eea8ba17ec into 9.4.2 fixed #21622 but changed the type of the `link` field in `ghc-heap`'s representation of `WEAK` objects. Update the CPP to accommodate this.
-
Ben Gamari authored
-
Ben Gamari authored
These codepaths were unused and incurred quite some maintenance burden.
-
- Oct 06, 2022
-