pass over DWARF converter

- prepare to thread line table conversion
- error handling
- organizational improvements
This commit is contained in:
Nikita Smith
2026-02-05 17:43:20 -08:00
parent 4b893d50ec
commit edd982852e
4 changed files with 1340 additions and 1062 deletions
+2
View File
@@ -13,6 +13,7 @@
//- rjf: [h]
#include "base/base_inc.h"
#include "linker/hash_table.h"
#include "linker/lf_hash_table.h"
#include "os/os_inc.h"
#include "rdi/rdi_local.h"
#include "rdi_make/rdi_make_local.h"
@@ -39,6 +40,7 @@
//- rjf: [c]
#include "base/base_inc.c"
#include "linker/hash_table.c"
#include "linker/lf_hash_table.c"
#include "os/os_inc.c"
#include "rdi/rdi_local.c"
#include "rdi_make/rdi_make_local.c"