eliminate eval assumption of single architecture; equip each eval module with an architecture; use to correctly specify the debugger process architecture; do initial pass of debugger space evaluation

This commit is contained in:
Ryan Fleury
2024-08-21 12:55:50 -07:00
parent 1ec62b40ae
commit 1848acd47e
14 changed files with 114 additions and 57 deletions
+1
View File
@@ -101,6 +101,7 @@ struct E_Module
{
RDI_Parsed *rdi;
Rng1U64 vaddr_range;
Architecture arch;
E_Space space;
};