mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
eliminate unnecessary usage of $. in mule auto view rules
This commit is contained in:
@@ -106,7 +106,7 @@ void optimized_struct_parameters_eval_tests(void);
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
raddbg_auto_view_rule(std::vector<?>, slice($._Mypair._Myval2));
|
raddbg_auto_view_rule(std::vector<?>, slice(_Mypair._Myval2));
|
||||||
|
|
||||||
struct Basics{
|
struct Basics{
|
||||||
char a;
|
char a;
|
||||||
@@ -1624,7 +1624,7 @@ struct Bitmap
|
|||||||
int width;
|
int width;
|
||||||
int height;
|
int height;
|
||||||
};
|
};
|
||||||
raddbg_auto_view_rule(Bitmap, lens:bitmap($.base, $.width, $.height));
|
raddbg_auto_view_rule(Bitmap, lens:bitmap(base, width, height));
|
||||||
|
|
||||||
static unsigned int
|
static unsigned int
|
||||||
mule_bswap_u32(unsigned int x)
|
mule_bswap_u32(unsigned int x)
|
||||||
|
|||||||
Reference in New Issue
Block a user