moved DWARF parser to use str8_deserial-style API, added to the parser

layer functionality for interpreting different types of attributes,
added support for location lists, and API to enable parsing tags with
abstract origin.
This commit is contained in:
Nikita Smith
2025-03-17 10:40:59 -07:00
parent 57208909f1
commit 13352751ec
12 changed files with 5222 additions and 3248 deletions
+3
View File
@@ -410,6 +410,8 @@ dw_unwind_parse_pointer_x64(void *frame_base, Rng1U64 frame_range, DW_EhPtrCtx *
internal void
dw_unwind_parse_cie_x64(void *base, Rng1U64 range, DW_EhPtrCtx *ptr_ctx, U64 off, DW_CIEUnpacked *cie_out)
{
NotImplemented;
#if 0
MemoryZeroStruct(cie_out);
// get version
@@ -521,6 +523,7 @@ dw_unwind_parse_cie_x64(void *base, Rng1U64 range, DW_EhPtrCtx *ptr_ctx, U64 off
cie_out->cfi_range.min = cfi_off;
cie_out->cfi_range.max = cfi_off + cfi_size;
}
#endif
}
internal void