pdb -> rdi: correctly convert negative enumerate numerics; move enum value visualization into complex string-iterator visualization path, rather than hacking it into the simply-typed eval path (we want to generate a new task for the numeric value itself); handle negative enums correctly

This commit is contained in:
Ryan Fleury
2025-05-07 15:20:12 -07:00
parent a4367e02f2
commit 7ded00af72
3 changed files with 719 additions and 660 deletions
+1
View File
@@ -217,6 +217,7 @@ raddbg_type_view(PackedF16,
enum Kind
{
Kind_Negative = -1,
Kind_None,
Kind_First,
Kind_Second,