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
+3
View File
@@ -39,6 +39,9 @@ main_thread_base_entry_point(void (*entry_point)(CmdLine *cmdline), char **argum
#if defined(DBGI_H)
dbgi_init();
#endif
#if defined(DI_H)
di_init();
#endif
#if defined(TXTI_H)
txti_init();
#endif