start dwarf -> rdi cleanup; eliminate some assertions-as-validation, remove incorrect assumption that line info addresses are vaddrs (they seem to be voffs)

This commit is contained in:
Ryan Fleury
2025-11-10 15:06:52 -08:00
parent efb4731ace
commit f396b2eaa3
11 changed files with 1433 additions and 1250 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
#define RDI_FROM_PDB_H
////////////////////////////////
//~ rjf: Conversion Stage Inputs/Outputs
//~ rjf: Conversion Stage Inputs
typedef struct P2R_ConvertParams P2R_ConvertParams;
struct P2R_ConvertParams
@@ -19,7 +19,7 @@ struct P2R_ConvertParams
};
////////////////////////////////
//~ rjf: Shared Conversion State
//~ rjf: Conversion Helper Types
//- rjf: link name map (voff -> string)