first pass at loader portion of new dbgi layer replacement; set up ctrl entity for per-module debug info selection path info

This commit is contained in:
Ryan Fleury
2024-05-20 16:28:52 -07:00
parent 49eb834e2b
commit 6e41bdf11b
7 changed files with 871 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@
//
// [ ] robustify dbgi layer to renames (cache should not be based only on
// path - must invalidate naturally when new filetime occurs)
// [ ] new fuzzy searching layer
//
// [ ] raddbg jai.exe my_file.jai -- foobar -> raddbg consumes `--` incorrectly
// [ ] PDB files distributed with the build are not found by DbgHelp!!!
+2
View File
@@ -47,6 +47,7 @@
#include "regs/raddbgi/regs_raddbgi.h"
#include "type_graph/type_graph.h"
#include "dbgi/dbgi.h"
#include "dbgi2/dbgi2.h"
#include "demon/demon_inc.h"
#include "eval/eval_inc.h"
#include "ctrl/ctrl_inc.h"
@@ -85,6 +86,7 @@
#include "regs/raddbgi/regs_raddbgi.c"
#include "type_graph/type_graph.c"
#include "dbgi/dbgi.c"
#include "dbgi2/dbgi2.c"
#include "demon/demon_inc.c"
#include "eval/eval_inc.c"
#include "ctrl/ctrl_inc.c"