... | ... | @@ -378,7 +378,7 @@ debugging tools or replacing them with our own: |
|
|
symbol\` still gives us the right answer. What is happening
|
|
|
here is that `gdb` looks up the symbol with an offset of 1, as that
|
|
|
makes sense for C-like programs (see `[Note: Info Offset]` in
|
|
|
`compiler/nativeGen/Dwarf/Types.hs` for details). This is another
|
|
|
`compiler/GHC/CmmToAsm/Dwarf/Types.hs` for details). This is another
|
|
|
thing we probably have to patch out.
|
|
|
|
|
|
- While it is possible to use `perf`, it seems to cope rather badly
|
... | ... | |