mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-28 10:20:01 +00:00
begin plugging in view rules as formal call part of expression language
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user