raddbgi_make: overrideable profile macros; raddbgi_from_pdb: itype name resolution, link anme resolution

This commit is contained in:
Ryan Fleury
2024-02-16 11:18:48 -08:00
parent 5ae9259253
commit a38241ebe0
5 changed files with 90 additions and 32 deletions
@@ -41,6 +41,10 @@
#define rdim_scratch_begin scratch_begin
#define rdim_scratch_end scratch_end
// rjf: base layer profiling markup overrides
#define RDIM_ProfBegin(...) ProfBeginDynamic(__VA_ARGS__)
#define RDIM_ProfEnd(...) ProfEnd()
#include "lib_raddbgi_make/raddbgi_make.h"
#endif // RDI_CONS_LOCAL_H