Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghc-debug
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Warfield
ghc-debug
Compare revisions
master to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
rwarfield/ghc-debug
Select target project
No results found
master
Select Git revision
Swap
Target
ghc/ghc-debug
Select target project
ghc/ghc-debug
DavidEichmann/ghc-debug
trac-jberryman/ghc-debug
zyklotomic/ghc-debug
alinab/ghc-debug
teo/ghc-debug
Kariiem/ghc-debug
supersven/ghc-debug
wavewave/ghc-debug
duog/ghc-debug
jhrcek/ghc-debug
zliu41/ghc-debug
4eUeP/ghc-debug
tmobile/ghc-debug
rwarfield/ghc-debug
15 results
master
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Update Query.hs
· 9260eb94
Richard Warfield
authored
1 year ago
9260eb94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/src/GHC/Debug/Client/Query.hs
+1
-1
1 addition, 1 deletion
client/src/GHC/Debug/Client/Query.hs
with
1 addition
and
1 deletion
client/src/GHC/Debug/Client/Query.hs
View file @
9260eb94
...
...
@@ -167,7 +167,7 @@ dereferenceClosure cp
|
not
(
heapAlloced
cp
)
=
dereferenceClosureDirect
cp
|
otherwise
=
do
rc
<-
requestBlock
(
LookupClosure
cp
)
if
rawClosureSize
rc
<
8
if
True
--
rawClosureSize rc < 8
then
do
res
<-
dereferenceClosureDirect
cp
traceShowM
(
"Warning!!: block decoding failed, report this as a bug:"
++
show
(
cp
,
res
))
...
...
This diff is collapsed.
Click to expand it.