
#10375: arm: ghci hits an illegal instruction -------------------------------------+--------------------------------- Reporter: erikd | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.10.2 Component: GHCi | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: arm Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+--------------------------------- Comment (by bgamari): @carter, I was perplexed by this at first as well but if you look at the `info registers` output you'll see that GDB is indeed targetting the correct architecture. YMM and friends are only mentioned by the output of `pregs` (source here, https://ghc.haskell.org/trac/ghc/attachment/wiki/Debugging/CompiledCode/.gdb...) which just prints the current thread's `StgRegTable` and indeed has fields of these names regardless of the architecture.. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10375#comment:22 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler