sentry-native icon indicating copy to clipboard operation
sentry-native copied to clipboard

Have floating point register values in native crash events

Open Angelodaniel opened this issue 1 month ago • 2 comments

Is there a way to get floating point register values in native crash events? I don't think it's possible as of today OOTB but as we have gaming companies we help I think could make sense: This extra information can be crucial for diagnosing crashes in math-heavy code, games, audio processing, image processing, machine learning, or any code using SIMD optimizations.

Angelodaniel avatar Nov 27 '25 15:11 Angelodaniel

NATIVE-148

linear[bot] avatar Nov 27 '25 15:11 linear[bot]

(Informational) This would not only need work on the SDK side, but also in Relay since we currently expect Registers to be 64-bit values, whilst FP registers can be up to 128 bits large.


(WIP) Relevant code on how/where we collect register data:

JoshuaMoelans avatar Nov 28 '25 11:11 JoshuaMoelans