Jae B 88b3c14426 fix compilation issues
ie.
C:\zig\current\lib\std\debug.zig:726:23: error: no field or member function named 'getDwarfInfoForAddress' in 'dwarf.DwarfInfo'
        if (try module.getDwarfInfoForAddress(unwind_state.debug_info.allocator, unwind_state.dwarf_context.pc)) |di| {
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
C:\zig\current\lib\std\dwarf.zig:663:23: note: struct declared here
pub const DwarfInfo = struct {
                      ^~~~~~
referenced by:
    next_internal: C:\zig\current\lib\std\debug.zig:737:29
    next: C:\zig\current\lib\std\debug.zig:654:31
    remaining reference traces hidden; use '-freference-trace' to see all reference traces
C:\zig\current\lib\std\debug.zig:970:31: error: no field or member function named 'getSymbolAtAddress' in 'dwarf.DwarfInfo'
    const symbol_info = module.getSymbolAtAddress(debug_info.allocator, address) catch |err| switch (err) {
                        ~~~~~~^~~~~~~~~~~~~~~~~~~
C:\zig\current\lib\std\dwarf.zig:663:23: note: struct declared here
pub const DwarfInfo = struct {
2024-02-23 23:33:28 -08:00
..
2024-02-14 19:26:12 -08:00
2024-02-23 02:37:11 -07:00
2024-02-23 02:37:11 -07:00
2024-02-23 02:37:11 -07:00
2024-02-22 18:20:05 -08:00
2024-02-19 10:12:17 +02:00
2023-11-22 13:24:27 -05:00
2024-02-23 02:37:11 -07:00
2023-11-22 19:08:55 -07:00
2023-10-23 22:42:18 -04:00
2024-02-23 23:33:28 -08:00
2024-02-12 05:25:07 +01:00
2024-02-23 21:18:27 -08:00
2024-02-05 11:55:14 +03:30
2024-02-21 20:01:45 +01:00
2023-10-25 04:28:30 -04:00
2024-02-09 14:02:57 -08:00
2024-01-24 12:48:12 +01:00
2024-01-14 20:45:39 -05:00
2023-11-03 23:18:21 -04:00
2024-02-01 15:22:36 +02:00
2024-02-07 12:41:40 +02:00
2024-02-08 15:39:28 +01:00
2024-02-05 11:55:14 +03:30
2023-10-21 21:24:55 +00:00