Kyle Martin

Results 17 comments of Kyle Martin

This isn't building locally for me... Complaining about `CoreArrayWrapper` not accepting a lifetime parameter. Not sure why it works in CI, though. I'll look into this more later.

The solution to this is likely a single line diff that adds the base address of the binary to what's coming in. Unsure if this affects just DWARF or not;...

Also seems to crash if you: 1. Launch 2. Quit 3. Launch

At least for basic blocks, the UI does the following with highlight colors: ``` QColor blockColor = m_render.getHighlightColor(line.block->GetBasicBlockHighlight()); blockColor.setAlpha((blockColor.alpha() * 80) / 255); if (blockColor.alpha() != 0) { p.setPen(QColor(0, 0,...

I believe that this is a duplicate from Slack. User resolved this by downgrading to LLVM 17.0.6. Internally we're still on LLVM 16. No real idea about the effort required...

Line numbers in "Assemble" window and "Compile C Source" would be good, just to call out one specific feature.