- 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
-
-
Matthew Pickering authored
-
Matthew Pickering authored
-
Matthew Pickering authored
-
-
-
-
-
-
Matthew Pickering authored
-
Matthew Pickering authored
-
- Oct 05, 2022
-
-
This change enables debuggees to handle requests from multiple debuggers in subsequent connections * Make sure the debuggee detects disconnection from the debugger * Make traces in the handlers slightly more verbose * Fix trace flag in cabal file
-
- Oct 04, 2022
-
-
Matthew Pickering authored
-
Matthew Pickering authored
-
Matthew Pickering authored
-
Matthew Pickering authored
-
* Add displays noting ESC as exit key * Clearer message noting snapshot/process selection view * Switch from FN keys to CTRL in combination with lowercase chars * Display the closure names exact function in the UI * Clean up the cabal file and add a LICENSE file
-
Matthew Pickering authored
-
Matthew Pickering authored
-
Matthew Pickering authored
Fixes compatability with 9.2/9.4/HEAD
-
- Aug 15, 2022
-
-
The `ghc-debug-client` example refers to an out-of-scope variable `h`, which I believe is meant to refer to `g` instead.
-
Matthew Pickering authored
-
- Jul 29, 2022
-
-
Matthew Pickering authored
-
Matthew Pickering authored
-
Matthew Pickering authored
-
- Jul 19, 2022
-
-
Teo Camarasu authored
Without this I was getting an "Invalid argument" error, but only some of the time.
-
Teo Camarasu authored
-
- Jul 15, 2022
-
-
Matthew Pickering authored
There are some situations which I can't reproduce easily where the block ends up with size 0, and the decoding fails to read an info table pointer. For now add a workaround for this.. so we don't just crash.
-
Matthew Pickering authored
-
- Jun 28, 2022
-
-
Ryan Scott authored
Fixes #6.
-
- Jun 13, 2022
-
-
Matthew Pickering authored
-