begin plugging in view rules as formal call part of expression language

This commit is contained in:
Ryan Fleury
2025-04-07 08:01:33 -07:00
parent d060cb58b7
commit 0705ba0a96
13 changed files with 158 additions and 232 deletions
+3 -3
View File
@@ -106,7 +106,7 @@ void optimized_struct_parameters_eval_tests(void);
#include <vector>
#include <stdint.h>
raddbg_auto_view_rule(std::vector<?>, slice(_Mypair._Myval2));
// raddbg_auto_view_rule(std::vector<?>, slice(_Mypair._Myval2));
struct Basics{
char a;
@@ -150,7 +150,7 @@ struct Dynamic_Array{
Pair *pairs;
int count;
};
raddbg_auto_view_rule(Dynamic_Array, slice);
// raddbg_auto_view_rule(Dynamic_Array, slice);
struct Struct_With_Embedded_Arrays{
int x;
@@ -1620,7 +1620,7 @@ struct Bitmap
int width;
int height;
};
raddbg_auto_view_rule(Bitmap, bitmap(base, width, height));
// raddbg_auto_view_rule(Bitmap, bitmap(base, width, height));
static unsigned int
mule_bswap_u32(unsigned int x)